Google Bigtable v2 API - Class MutateRowsResponse.Types.Entry (3.12.0)

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.

Inheritance

object > MutateRowsResponse.Types.Entry

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

Entry()

public Entry()

Entry(Entry)

public Entry(MutateRowsResponse.Types.Entry other)
Parameter
NameDescription
otherMutateRowsResponseTypesEntry

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
TypeDescription
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
TypeDescription
Status