LogTransformerTransformerConfigDateTimeConverter class
Constructors
-
LogTransformerTransformerConfigDateTimeConverter({Input<
String?> ? locale, required Input<List< matchPatterns, required Input<String> >String> source, Input<String?> ? sourceTimezone, required Input<String> target, Input<String?> ? targetFormat, Input<String?> ? targetTimezone}) -
Creates a new LogTransformerTransformerConfigDateTimeConverter.
localeSpecifies the locale of the source field. Defaults tolocale.ROOT.matchPatternsSpecifies the list of patterns to match against thesourcefield.sourceSpecifies the key to apply the date conversion to.sourceTimezoneSpecifies the time zone of the source field. Defaults toUTC.targetSpecifies the JSON field to store the result in.targetFormatSpecifies the datetime format to use for the converted data in the target field. Defaults toyyyy-MM-dd'T'HH:mm:ss.SSS'Z.targetTimezoneSpecifies the time zone of the target field. Defaults toUTC.const -
LogTransformerTransformerConfigDateTimeConverter.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
locale
→ Input<
String?> ? -
Specifies the locale of the source field. Defaults to
locale.ROOT.final -
matchPatterns
→ Input<
List< String> > -
Specifies the list of patterns to match against the
sourcefield.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
source
→ Input<
String> -
Specifies the key to apply the date conversion to.
final
-
sourceTimezone
→ Input<
String?> ? -
Specifies the time zone of the source field. Defaults to
UTC.final -
target
→ Input<
String> -
Specifies the JSON field to store the result in.
final
-
targetFormat
→ Input<
String?> ? -
Specifies the datetime format to use for the converted data in the target field. Defaults to
yyyy-MM-dd'T'HH:mm:ss.SSS'Z.final -
targetTimezone
→ Input<
String?> ? -
Specifies the time zone of the target field. Defaults to
UTC.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited