Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace UpsertLogAnalyticsParserDetails

UpsertLogAnalyticsParserDetails

Properties

Optional categories

An array of categories to assign to the parser. Specifying the name attribute for each category would suffice. Oracle-defined category assignments cannot be removed.

Optional content

content: undefined | string

The content.

Optional description

description: undefined | string

The parser description.

Optional displayName

displayName: undefined | string

The parser display name.

Optional editVersion

editVersion: undefined | number

The parser edit version. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional encoding

encoding: undefined | string

The encoding.

Optional exampleContent

exampleContent: undefined | string

Example content.

Optional fieldDelimiter

fieldDelimiter: undefined | string

The parser field delimiter.

Optional fieldMaps

The parser fields.

Optional fieldQualifier

fieldQualifier: undefined | string

The parser field qualifier.

Optional footerContent

footerContent: undefined | string

The footer regular expression.

Optional headerContent

headerContent: undefined | string

The header content.

Optional isDefault

isDefault: undefined | false | true

A flag indicating if this is a default parser.

Optional isNamespaceAware

isNamespaceAware: undefined | false | true

A flag indicating whether the XML parser should consider the namespace(s) while processing the log data.

Optional isParserWrittenOnce

isParserWrittenOnce: undefined | false | true

A flag indicating whther or not the parser is write once.

Optional isPositionAware

isPositionAware: undefined | false | true

A flag indicating whether the parser is positionally aware.

Optional isSingleLineContent

isSingleLineContent: undefined | false | true

A flag indicating if this is a single line content parser.

Optional isSystem

isSystem: undefined | false | true

The system flag. A value of false denotes a custom, or user defined object. A value of true denotes a built in object.

Optional language

language: undefined | string

The language.

Optional logTypeTestRequestVersion

logTypeTestRequestVersion: undefined | number

The log type test request version. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional name

name: undefined | string

The parser internal name.

Optional parserFunctions

The parser function list.

Optional parserIgnorelineCharacters

parserIgnorelineCharacters: undefined | string

The line characters for the parser to ignore.

Optional parserSequence

parserSequence: undefined | number

The parser sequence. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional parserTimezone

parserTimezone: undefined | string

The time zone.

Optional shouldTokenizeOriginalText

shouldTokenizeOriginalText: undefined | false | true

A flag indicating whether or not to tokenize the original text.

Optional type

type: Type

The parser type. Default value is REGEX.

Functions

getDeserializedJsonObj

getJsonObj