Class CheckAndMutateRowResponse (3.1.0)

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

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
Boolean