Google Bigtable v2 API - Class MutateRowsResponse (3.12.0)

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

Reference documentation and code samples for the Google Bigtable v2 API class MutateRowsResponse.

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
RepeatedFieldMutateRowsResponseTypesEntry

RateLimitInfo

public RateLimitInfo RateLimitInfo { get; set; }

Information about how client should limit the rate (QPS). Primirily used by supported official Cloud Bigtable clients. If unset, the rate limit info is not provided by the server.

Property Value
TypeDescription
RateLimitInfo