Google Bigtable v2 API - Class ProtoRowsBatch (3.16.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.

A part of a serialized ProtoRows message.

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; }

Part of a serialized ProtoRows message. A complete, parseable ProtoRows message is constructed by concatenating batch_data from multiple ProtoRowsBatch messages. The PartialResultSet that contains the last part has complete_batch set to true.

Property Value
Type Description
ByteString