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. A connection ID that specifies the credentials to be used to read external storage, such as Azure
Blob, Cloud Storage, or Amazon S3. This connection is needed to read the open source table from BigQuery.
The connection_id format must be either ..
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 the key-value pairs defining the parameters and properties of the open source table. Corresponds with Hive metastore 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 |