Class SingleClusterRouting
Unconditionally routes all read/write requests to a specific cluster. This option preserves read-your-writes consistency but does not improve availability.
Implements
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2.Data
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class SingleClusterRouting : IDirectResponseSchema
Properties
AllowTransactionalWrites
Whether or not CheckAndMutateRow
and ReadModifyWriteRow
requests are allowed by this app profile. It is
unsafe to send these requests to the same table/row/column in multiple clusters.
Declaration
[JsonProperty("allowTransactionalWrites")]
public virtual bool? AllowTransactionalWrites { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ClusterId
The cluster to which read/write requests should be routed.
Declaration
[JsonProperty("clusterId")]
public virtual string ClusterId { 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 |