Class CheckConsistencyRequest
Request message for google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency
Implements
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2.Data
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class CheckConsistencyRequest : IDirectResponseSchema
Properties
ConsistencyToken
Required. The token created using GenerateConsistencyToken for the Table.
Declaration
[JsonProperty("consistencyToken")]
public virtual string ConsistencyToken { get; set; }
Property Value
Type | Description |
---|---|
string |
DataBoostReadLocalWrites
Checks that reads using an app profile with DataBoostIsolationReadOnly
can see all writes committed before
the token was created, but only if the read and write target the same cluster.
Declaration
[JsonProperty("dataBoostReadLocalWrites")]
public virtual DataBoostReadLocalWrites DataBoostReadLocalWrites { get; set; }
Property Value
Type | Description |
---|---|
DataBoostReadLocalWrites |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
StandardReadRemoteWrites
Checks that reads using an app profile with StandardIsolation
can see all writes committed before the
token was created, even if the read and write target different clusters.
Declaration
[JsonProperty("standardReadRemoteWrites")]
public virtual StandardReadRemoteWrites StandardReadRemoteWrites { get; set; }
Property Value
Type | Description |
---|---|
StandardReadRemoteWrites |