PeriodicExportConfig class
Configuration for periodic export.
Constructors
- PeriodicExportConfig({String? gcsUri, String? kmsKey, TimeOfDay? startTime})
- PeriodicExportConfig.fromJson(Map json_)
Properties
- gcsUri ↔ String?
-
Cloud Storage bucket URI for periodic export.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kmsKey ↔ String?
-
Name of the CMEK key in KMS.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime ↔ TimeOfDay?
-
Time in UTC to start the periodic export job.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited