Class GoogleCloudDatacatalogV1CloudBigtableInstanceSpec
Specification that applies to Instance entries that are part of CLOUD_BIGTABLE
system. (user_specified_type)
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1CloudBigtableInstanceSpec : IDirectResponseSchema
Properties
CloudBigtableClusterSpecs
The list of clusters for the Instance.
Declaration
[JsonProperty("cloudBigtableClusterSpecs")]
public virtual IList<GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpec> CloudBigtableClusterSpecs { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpec> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |