Google Bigtable v2 API - Class StreamPartition (3.12.0)

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

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

NOTE: This API is intended to be used by Apache Beam BigtableIO. A partition of a change stream.

Inheritance

object > StreamPartition

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

StreamPartition()

public StreamPartition()

StreamPartition(StreamPartition)

public StreamPartition(StreamPartition other)
Parameter
NameDescription
otherStreamPartition

Properties

RowRange

public RowRange RowRange { get; set; }

The row range covered by this partition and is specified by [start_key_closed, end_key_open).

Property Value
TypeDescription
RowRange