ExportTask class

Represents an export task.

Constructors

ExportTask({String? destination, String? destinationPrefix, ExportTaskExecutionInfo? executionInfo, int? from, String? logGroupName, ExportTaskStatus? status, String? taskId, String? taskName, int? to})
ExportTask.fromJson(Map<String, dynamic> json)
factory

Properties

destination String?
The name of the S3 bucket to which the log data was exported.
final
destinationPrefix String?
The prefix that was used as the start of Amazon S3 key for every object exported.
final
executionInfo ExportTaskExecutionInfo?
Execution information about the export task.
final
from int?
The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.
final
hashCode int
The hash code for this object.
no setterinherited
logGroupName String?
The name of the log group from which logs data was exported.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status ExportTaskStatus?
The status of the export task.
final
taskId String?
The ID of the export task.
final
taskName String?
The name of the export task.
final
to int?
The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited