public sealed class ProtoRows : IMessage<ProtoRows>, IEquatable<ProtoRows>, IDeepCloneable<ProtoRows>, IBufferMessage, IMessageReference documentation and code samples for the Google Bigtable v2 API class ProtoRows.
Rows represented in proto format.
This should be constructed by concatenating the batch_data from each
of the relevant ProtoRowsBatch messages and parsing the result as a
ProtoRows message.
Implements
IMessageProtoRows, IEquatableProtoRows, IDeepCloneableProtoRows, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
ProtoRows()
public ProtoRows()ProtoRows(ProtoRows)
public ProtoRows(ProtoRows other)| Parameter | |
|---|---|
| Name | Description |
other |
ProtoRows |
Properties
Values
public RepeatedField<Value> Values { get; }A proto rows message consists of a list of values. Every N complete values
defines a row, where N is equal to the number of entries in the
metadata.proto_schema.columns value received in the first response.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldValue |
|