ContinuousExportDescription class

A list of continuous export descriptions.

Constructors

ContinuousExportDescription({DataSource? dataSource, String? exportId, String? s3Bucket, Map<String, String>? schemaStorageConfig, DateTime? startTime, ContinuousExportStatus? status, String? statusDetail, DateTime? stopTime})
ContinuousExportDescription.fromJson(Map<String, dynamic> json)
factory

Properties

dataSource DataSource?
The type of data collector used to gather this data (currently only offered for AGENT).
final
exportId String?
The unique ID assigned to this export.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3Bucket String?
The name of the s3 bucket where the export data parquet files are stored.
final
schemaStorageConfig Map<String, String>?
An object which describes how the data is stored.
final
startTime DateTime?
The timestamp representing when the continuous export was started.
final
status ContinuousExportStatus?
Describes the status of the export. Can be one of the following values:
final
statusDetail String?
Contains information about any errors that have occurred. This data type can have the following values:
final
stopTime DateTime?
The timestamp that represents when this continuous export was stopped.
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