LogSink constructor
LogSink({
- required String name,
- required String destination,
- String filter = '',
- String description = '',
- bool disabled = false,
- List<
LogExclusion> exclusions = const [], - LogSink_VersionFormat outputVersionFormat = LogSink_VersionFormat.$default,
- String writerIdentity = '',
- bool includeChildren = false,
- BigQueryOptions? bigqueryOptions,
- Timestamp? createTime,
- Timestamp? updateTime,
Implementation
LogSink({
required this.name,
required this.destination,
this.filter = '',
this.description = '',
this.disabled = false,
this.exclusions = const [],
this.outputVersionFormat = LogSink_VersionFormat.$default,
this.writerIdentity = '',
this.includeChildren = false,
this.bigqueryOptions,
this.createTime,
this.updateTime,
}) : super(fullyQualifiedName);