Google Cloud Bigtable Administration v2 API - Class AppProfile.Types.SingleClusterRouting (3.14.0)

public sealed class AppProfile.Types.SingleClusterRouting : IMessage<AppProfile.Types.SingleClusterRouting>, IEquatable<AppProfile.Types.SingleClusterRouting>, IDeepCloneable<AppProfile.Types.SingleClusterRouting>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class AppProfile.Types.SingleClusterRouting.

Unconditionally routes all read/write requests to a specific cluster. This option preserves read-your-writes consistency but does not improve availability.

Inheritance

object > AppProfile.Types.SingleClusterRouting

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

SingleClusterRouting()

public SingleClusterRouting()

SingleClusterRouting(SingleClusterRouting)

public SingleClusterRouting(AppProfile.Types.SingleClusterRouting other)
Parameter
NameDescription
otherAppProfileTypesSingleClusterRouting

Properties

AllowTransactionalWrites

public bool AllowTransactionalWrites { get; set; }

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.

Property Value
TypeDescription
bool

ClusterId

public string ClusterId { get; set; }

The cluster to which read/write requests should be routed.

Property Value
TypeDescription
string