DataStream v1 API - Class BigQueryDestinationConfig.Types.BlmtConfig (2.10.0)

public sealed class BigQueryDestinationConfig.Types.BlmtConfig : IMessage<BigQueryDestinationConfig.Types.BlmtConfig>, IEquatable<BigQueryDestinationConfig.Types.BlmtConfig>, IDeepCloneable<BigQueryDestinationConfig.Types.BlmtConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the DataStream v1 API class BigQueryDestinationConfig.Types.BlmtConfig.

The configuration for BLMT.

Inheritance

object > BigQueryDestinationConfig.Types.BlmtConfig

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

BlmtConfig()

public BlmtConfig()

BlmtConfig(BlmtConfig)

public BlmtConfig(BigQueryDestinationConfig.Types.BlmtConfig other)
Parameter
Name Description
other BigQueryDestinationConfigTypesBlmtConfig

Properties

Bucket

public string Bucket { get; set; }

Required. The Cloud Storage bucket name.

Property Value
Type Description
string

ConnectionName

public string ConnectionName { get; set; }

Required. The bigquery connection. Format: {project}.{location}.{name}

Property Value
Type Description
string

FileFormat

public BigQueryDestinationConfig.Types.BlmtConfig.Types.FileFormat FileFormat { get; set; }

Required. The file format.

Property Value
Type Description
BigQueryDestinationConfigTypesBlmtConfigTypesFileFormat

RootPath

public string RootPath { get; set; }

The root path inside the Cloud Storage bucket.

Property Value
Type Description
string

TableFormat

public BigQueryDestinationConfig.Types.BlmtConfig.Types.TableFormat TableFormat { get; set; }

Required. The table format.

Property Value
Type Description
BigQueryDestinationConfigTypesBlmtConfigTypesTableFormat