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 latest version available for the Google Bigtable v2 API class StreamPartition is 3.17.0, with multiple previous versions available, including 3.14.0, which is the currently selected version on the page."],["The StreamPartition class is a part of the Google.Cloud.Bigtable.V2 namespace within the Google.Cloud.Bigtable.V2.dll assembly."],["This StreamPartition class is primarily designed for use with Apache Beam BigtableIO and represents a partition of a change stream."],["The StreamPartition class implements various interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and inherits from object."],["StreamPartition offers a `RowRange` property, which specifies the range of rows that this partition encompasses, defined by a `start_key_closed` and `end_key_open`."]]],[]]