Google Bigtable v2 API - Class CheckAndMutateRowResponse (3.12.0)

public sealed class CheckAndMutateRowResponse : IMessage<CheckAndMutateRowResponse>, IEquatable<CheckAndMutateRowResponse>, IDeepCloneable<CheckAndMutateRowResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Bigtable v2 API class CheckAndMutateRowResponse.

Response message for Bigtable.CheckAndMutateRow.

Inheritance

object > CheckAndMutateRowResponse

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

CheckAndMutateRowResponse()

public CheckAndMutateRowResponse()

CheckAndMutateRowResponse(CheckAndMutateRowResponse)

public CheckAndMutateRowResponse(CheckAndMutateRowResponse other)
Parameter
NameDescription
otherCheckAndMutateRowResponse

Properties

PredicateMatched

public bool PredicateMatched { get; set; }

Whether or not the request's predicate_filter yielded any results for the specified row.

Property Value
TypeDescription
bool