Google Bigtable v2 API - Class ProtoRows (3.14.0)

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

Reference 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.

Inheritance

object > ProtoRows

Namespace

Google.Cloud.Bigtable.V2

Assembly

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