Properties of a Table.
Package
@google-cloud/bigtable!Properties
clusterStates
clusterStates?: ({ [k: string]: google.bigtable.admin.v2.Table.IClusterState }|null);
Table clusterStates
Type | Description |
({ [k: string]: google.bigtable.admin.v2.Table.IClusterState }|null) |
columnFamilies
columnFamilies?: ({ [k: string]: google.bigtable.admin.v2.IColumnFamily }|null);
Table columnFamilies
Type | Description |
({ [k: string]: google.bigtable.admin.v2.IColumnFamily }|null) |
granularity
granularity?: (google.bigtable.admin.v2.Table.TimestampGranularity|keyof typeof google.bigtable.admin.v2.Table.TimestampGranularity|null);
Table granularity
Type | Description |
(google.bigtable.admin.v2.Table.TimestampGranularity|keyof typeof google.bigtable.admin.v2.Table.TimestampGranularity|null) |
name
name?: (string|null);
Table name
Type | Description |
(string|null) |
restoreInfo
restoreInfo?: (google.bigtable.admin.v2.IRestoreInfo|null);
Table restoreInfo
Type | Description |
(google.bigtable.admin.v2.IRestoreInfo|null) |