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.
Implements
IMessageCheckAndMutateRowResponse, IEquatableCheckAndMutateRowResponse, IDeepCloneableCheckAndMutateRowResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
CheckAndMutateRowResponse()
public CheckAndMutateRowResponse()
CheckAndMutateRowResponse(CheckAndMutateRowResponse)
public CheckAndMutateRowResponse(CheckAndMutateRowResponse other)
Parameter | |
---|---|
Name | Description |
other | CheckAndMutateRowResponse |
Properties
PredicateMatched
public bool PredicateMatched { get; set; }
Whether or not the request's predicate_filter
yielded any results for
the specified row.
Property Value | |
---|---|
Type | Description |
bool |