Show / Hide Table of Contents

Class BigLakeConfiguration

Configuration for BigLake managed tables.

Inheritance
object
BigLakeConfiguration
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.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class BigLakeConfiguration : IDirectResponseSchema

Properties

ConnectionId

Required. The connection specifying the credentials to be used to read and write to external storage, such as Cloud Storage. The connection_id can have the form "<project_id>.<location_id>.<connection_id>" or "projects/<project_id>/locations/<location_id>/connections/<connection_id>".

Declaration
[JsonProperty("connectionId")]
public virtual string ConnectionId { 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 the table data is stored in.

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

StorageUri

Required. The fully qualified location prefix of the external folder where table data is stored. The '*' wildcard character is not allowed. The URI should be in the format "gs://bucket/path_to_table/"

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

TableFormat

Required. The table format the metadata only snapshots are stored in.

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