Class ExternalCatalogTableOptions
Metadata about open source compatible table. The fields contained in these options correspond to hive metastore's table level properties.
Implements
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class ExternalCatalogTableOptions : IDirectResponseSchema
Properties
ConnectionId
Optional. The connection specifying the credentials to be used to read external storage, such as Azure Blob,
Cloud Storage, or S3. The connection is needed to read the open source table from BigQuery Engine. The
connection_id can have the form ..
or projects//locations//connections/
.
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 |
Parameters
Optional. A map of key value pairs defining the parameters and properties of the open source table. Corresponds with hive meta store table parameters. Maximum size of 4Mib.
Declaration
[JsonProperty("parameters")]
public virtual IDictionary<string, string> Parameters { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
StorageDescriptor
Optional. A storage descriptor containing information about the physical storage of this table.
Declaration
[JsonProperty("storageDescriptor")]
public virtual StorageDescriptor StorageDescriptor { get; set; }
Property Value
Type | Description |
---|---|
StorageDescriptor |