public sealed class MutateRowsResponse : IMessage<MutateRowsResponse>, IEquatable<MutateRowsResponse>, IDeepCloneable<MutateRowsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google Bigtable v2 API class MutateRowsResponse.
Response message for BigtableService.MutateRows.
Implements
IMessageMutateRowsResponse, IEquatableMutateRowsResponse, IDeepCloneableMutateRowsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
MutateRowsResponse()
public MutateRowsResponse()MutateRowsResponse(MutateRowsResponse)
public MutateRowsResponse(MutateRowsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
MutateRowsResponse |
Properties
Entries
public RepeatedField<MutateRowsResponse.Types.Entry> Entries { get; }One or more results for Entries from the batch request.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
RateLimitInfo |
|