Class GcsDestinationConfig
Google Cloud Storage destination configuration
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class GcsDestinationConfig : IDirectResponseSchema
Properties
AvroFileFormat
AVRO file format configuration.
Declaration
[JsonProperty("avroFileFormat")]
public virtual AvroFileFormat AvroFileFormat { get; set; }
Property Value
Type | Description |
---|---|
AvroFileFormat |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FileRotationInterval
The maximum duration for which new events are added before a file is closed and a new file is created. Values within the range of 15-60 seconds are allowed.
Declaration
[JsonProperty("fileRotationInterval")]
public virtual object FileRotationInterval { get; set; }
Property Value
Type | Description |
---|---|
object |
FileRotationMb
The maximum file size to be saved in the bucket.
Declaration
[JsonProperty("fileRotationMb")]
public virtual int? FileRotationMb { get; set; }
Property Value
Type | Description |
---|---|
int? |
JsonFileFormat
JSON file format configuration.
Declaration
[JsonProperty("jsonFileFormat")]
public virtual JsonFileFormat JsonFileFormat { get; set; }
Property Value
Type | Description |
---|---|
JsonFileFormat |
Path
Path inside the Cloud Storage bucket to write data to.
Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Type | Description |
---|---|
string |