Class GcsDestinationConfig (0.2.0)

GcsDestinationConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Google Cloud Storage destination configuration

Attributes

NameDescription
path str
Path inside the Cloud Storage bucket to write data to.
gcs_file_format google.cloud.datastream_v1alpha1.types.GcsFileFormat
File format that data should be written in. Deprecated field - use file_format instead.
file_rotation_mb int
The maximum file size to be saved in the bucket.
file_rotation_interval google.protobuf.duration_pb2.Duration
The maximum duration for which new events are added before a file is closed and a new file is created.
avro_file_format google.cloud.datastream_v1alpha1.types.AvroFileFormat
AVRO file format configuration.
json_file_format google.cloud.datastream_v1alpha1.types.JsonFileFormat
JSON file format configuration.