Class MutateRowsResponse (2.4.0)

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

Response message for BigtableService.MutateRows.

Inheritance

Object > MutateRowsResponse

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

MutateRowsResponse()

public MutateRowsResponse()

MutateRowsResponse(MutateRowsResponse)

public MutateRowsResponse(MutateRowsResponse other)
Parameter
NameDescription
otherMutateRowsResponse

Properties

Entries

public RepeatedField<MutateRowsResponse.Types.Entry> Entries { get; }

One or more results for Entries from the batch request.

Property Value
TypeDescription
RepeatedField<MutateRowsResponse.Types.Entry>