Show / Hide Table of Contents

Class BlmtConfig

The configuration for BLMT.

Inheritance
object
BlmtConfig
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.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class BlmtConfig : IDirectResponseSchema

Properties

Bucket

Required. The Cloud Storage bucket name.

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

ConnectionName

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

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

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FileFormat

Required. The file format.

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

RootPath

The root path inside the Cloud Storage bucket.

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

TableFormat

Required. The table format.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX