Topic Ingestion Data Source Settings Cloud Storage Args
Constructors
Properties
Configuration for reading Cloud Storage data in Avro binary format. The bytes of each object will be set to the data
field of a Pub/Sub message.
The timestamp set in RFC3339 text format. If set, only objects with a larger or equal timestamp will be ingested. Unset by default, meaning all objects will be ingested.
Configuration for reading Cloud Storage data written via Cloud Storage subscriptions(See https://cloud.google.com/pubsub/docs/cloudstorage). The data and attributes fields of the originally exported Pub/Sub message will be restored when publishing.
Configuration for reading Cloud Storage data in text format. Each line of text as specified by the delimiter will be set to the data
field of a Pub/Sub message. Structure is documented below.