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.
Implements
IMessageProtoRowsBatch, IEquatableProtoRowsBatch, IDeepCloneableProtoRowsBatch, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
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 |