Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace PropertyOverride

Property overrides at the scope of objects. For example, if you want to use logSourceName as 'xyz' for all objects that conatins string 'abc/' then define matchType as 'contains', matchValue as 'abc/', propertyName as 'logSourceName' and propertyValue as 'xyz'.

Properties

Optional matchType

matchType: undefined | string

Match Type. Accepted values are: contains.

Optional matchValue

matchValue: undefined | string

Match Value.

Optional propertyName

propertyName: undefined | string

Property to override. Accepted values are: logSourceName, charEncoding.

Optional propertyValue

propertyValue: undefined | string

Value of the property.

Functions

getDeserializedJsonObj

getJsonObj