Class BigLakeConfiguration
Configuration for BigLake managed tables.
Implements
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class BigLakeConfiguration : IDirectResponseSchema
Properties
ConnectionId
Optional. 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}.{location}.{connection_id}
or
`projects/{project}/locations/{location}/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
Optional. The file format the table data is stored in.
Declaration
[JsonProperty("fileFormat")]
public virtual string FileFormat { get; set; }
Property Value
Type | Description |
---|---|
string |
StorageUri
Optional. 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
Optional. The table format the metadata only snapshots are stored in.
Declaration
[JsonProperty("tableFormat")]
public virtual string TableFormat { get; set; }
Property Value
Type | Description |
---|---|
string |