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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `StreamPartition` class, part of the Google Bigtable v2 API, represents a partition of a change stream within the `Google.Cloud.Bigtable.V2` namespace."],["This class is designed for use with Apache Beam BigtableIO and has methods that can be inherited from Object, as well as implements multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The webpage provides documentation and links for various versions of the `StreamPartition` class, ranging from version 2.2.0 to the latest version 3.17.0."],["The `StreamPartition` class includes properties such as `RowRange`, which defines the range of rows covered by the partition, denoted by a `start_key_closed` and an `end_key_open`."],["There are two constructors for `StreamPartition`, one empty, and another which allows one to create a new stream partition object from another already created one."]]],[]]