google_api_bigtable_admin v0.5.0 GoogleApi.BigtableAdmin.V2.Model.Table View Source
A collection of user data indexed by row, column, and timestamp. Each table is served using the resources of its parent cluster.
Attributes
clusterStates
(type:%{optional(String.t) => GoogleApi.BigtableAdmin.V2.Model.ClusterState.t}
, default:nil
) - Output only. Map from cluster ID to per-cluster table state. If it could not be determined whether or not the table has data in a particular cluster (for example, if its zone is unavailable), then there will be an entry for the cluster with UNKNOWNreplication_status
. Views:REPLICATION_VIEW
,FULL
columnFamilies
(type:%{optional(String.t) => GoogleApi.BigtableAdmin.V2.Model.ColumnFamily.t}
, default:nil
) - (CreationOnly
) The column families configured for this table, mapped by column family ID. Views:SCHEMA_VIEW
,FULL
granularity
(type:String.t
, default:nil
) - (CreationOnly
) The granularity (i.e.MILLIS
) at which timestamps are stored in this table. Timestamps not matching the granularity will be rejected. If unspecified at creation time, the value will be set toMILLIS
. Views:SCHEMA_VIEW
,FULL
.name
(type:String.t
, default:nil
) - Output only. The unique name of the table. Values are of the formprojects/<project>/instances/<instance>/tables/_a-zA-Z0-9*
. Views:NAME_ONLY
,SCHEMA_VIEW
,REPLICATION_VIEW
,FULL
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.BigtableAdmin.V2.Model.Table{ clusterStates: %{ optional(String.t()) => GoogleApi.BigtableAdmin.V2.Model.ClusterState.t() }, columnFamilies: %{ optional(String.t()) => GoogleApi.BigtableAdmin.V2.Model.ColumnFamily.t() }, granularity: String.t(), name: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.