Show / Hide Table of Contents

Class GcsDestinationConfig

Google Cloud Storage destination configuration

Inheritance
object
GcsDestinationConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Datastream.v1alpha1.Data
Assembly: Google.Apis.Datastream.v1alpha1.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.

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?

GcsFileFormat

File format that data should be written in. Deprecated field (b/169501737) - use file_format instead.

Declaration
[JsonProperty("gcsFileFormat")]
public virtual string GcsFileFormat { get; set; }
Property Value
Type Description
string

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX