LocalTimestamp interface

An object that represents the local timestamp property. It contains the format of local timestamp that needs to be used and the corresponding timezone offset information. If a value isn't specified for localTimestamp, or if null, then the local timestamp will not be ingressed with the events.

Properties

format

An enum that represents the format of the local timestamp property that needs to be set.

timeZoneOffset

An object that represents the offset information for the local timestamp format specified. Should not be specified for LocalTimestampFormat - Embedded.

Property Details

format

An enum that represents the format of the local timestamp property that needs to be set.

format?: string

Property Value

string

timeZoneOffset

An object that represents the offset information for the local timestamp format specified. Should not be specified for LocalTimestampFormat - Embedded.

timeZoneOffset?: LocalTimestampTimeZoneOffset

Property Value