CloudStorage class
Ingestion settings for Cloud Storage.
Constructors
- CloudStorage.new({AvroFormat? avroFormat, String? bucket, String? matchGlob, String? minimumObjectCreateTime, PubSubAvroFormat? pubsubAvroFormat, String? state, TextFormat? textFormat})
- CloudStorage.fromJson(Map json_)
Properties
- avroFormat ↔ AvroFormat?
-
Data from Cloud Storage will be interpreted in Avro format.
getter/setter pair
- bucket ↔ String?
-
Cloud Storage bucket.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- matchGlob ↔ String?
-
Glob pattern used to match objects that will be ingested.
getter/setter pair
- minimumObjectCreateTime ↔ String?
-
Only objects with a larger or equal creation timestamp will be ingested.
getter/setter pair
- pubsubAvroFormat ↔ PubSubAvroFormat?
-
It will be assumed data from Cloud Storage was written via
Cloud Storage subscriptions.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
An output-only field that indicates the state of the Cloud Storage
ingestion source.
getter/setter pair
- textFormat ↔ TextFormat?
-
Data from Cloud Storage will be interpreted as text.
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