View Source GoogleApi.Datastream.V1.Model.GcsDestinationConfig (google_api_datastream v0.3.0)
Google Cloud Storage destination configuration
Attributes
-
avroFileFormat(type:GoogleApi.Datastream.V1.Model.AvroFileFormat.t, default:nil) - AVRO file format configuration. -
fileRotationInterval(type:String.t, default:nil) - The maximum duration for which new events are added before a file is closed and a new file is created. -
fileRotationMb(type:integer(), default:nil) - The maximum file size to be saved in the bucket. -
jsonFileFormat(type:GoogleApi.Datastream.V1.Model.JsonFileFormat.t, default:nil) - JSON file format configuration. -
path(type:String.t, default:nil) - Path inside the Cloud Storage bucket to write data to.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Datastream.V1.Model.GcsDestinationConfig{
avroFileFormat: GoogleApi.Datastream.V1.Model.AvroFileFormat.t() | nil,
fileRotationInterval: String.t() | nil,
fileRotationMb: integer() | nil,
jsonFileFormat: GoogleApi.Datastream.V1.Model.JsonFileFormat.t() | nil,
path: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.