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.
Implements
IMessageStreamPartition, IEquatableStreamPartition, IDeepCloneableStreamPartition, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
StreamPartition()
public StreamPartition()
StreamPartition(StreamPartition)
public StreamPartition(StreamPartition other)
Parameter | |
---|---|
Name | Description |
other |
StreamPartition |
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 | |
---|---|
Type | Description |
RowRange |