public sealed class MutateRowsResponse.Types.Entry : IMessage<MutateRowsResponse.Types.Entry>, IEquatable<MutateRowsResponse.Types.Entry>, IDeepCloneable<MutateRowsResponse.Types.Entry>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class MutateRowsResponse.Types.Entry.
The result of applying a passed mutation in the original request.
Implements
IMessageMutateRowsResponseTypesEntry, IEquatableMutateRowsResponseTypesEntry, IDeepCloneableMutateRowsResponseTypesEntry, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
Entry()
public Entry()
Entry(Entry)
public Entry(MutateRowsResponse.Types.Entry other)
Parameter | |
---|---|
Name | Description |
other | MutateRowsResponseTypesEntry |
Properties
Index
public long Index { get; set; }
The index into the original request's entries
list of the Entry
for which a result is being reported.
Property Value | |
---|---|
Type | Description |
long |
Status
public Status Status { get; set; }
The result of the request Entry identified by index
.
Depending on how requests are batched during execution, it is possible
for one Entry to fail due to an error with another Entry. In the event
that this occurs, the same error will be reported for both entries.
Property Value | |
---|---|
Type | Description |
Status |