Google Bigtable v2 API - Class ProtoRowsBatch (3.14.0)

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

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

Batch of serialized ProtoRows.

Inheritance

object > ProtoRowsBatch

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

ProtoRowsBatch()

public ProtoRowsBatch()

ProtoRowsBatch(ProtoRowsBatch)

public ProtoRowsBatch(ProtoRowsBatch other)
Parameter
Name Description
other ProtoRowsBatch

Properties

BatchData

public ByteString BatchData { get; set; }

Merge partial results by concatenating these bytes, then parsing the overall value as a ProtoRows message.

Property Value
Type Description
ByteString