Class GoogleBigtableAdminV2MaterializedViewClusterState
The state of a materialized view's data in a particular cluster.
Implements
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2.Data
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class GoogleBigtableAdminV2MaterializedViewClusterState : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReplicationState
Output only. The state of the materialized view in this cluster.
Declaration
[JsonProperty("replicationState")]
public virtual string ReplicationState { get; set; }
Property Value
| Type | Description |
|---|---|
| string |