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."],[[["This webpage provides reference documentation for the `StreamPartition` class within the Google Bigtable v2 API, specifically for .NET development."],["The latest version of the `StreamPartition` class is 3.17.0, with documentation available for versions ranging from 2.2.0 to 3.17.0."],["The `StreamPartition` class, which is a partition of a change stream, is intended for use by Apache Beam BigtableIO, and it inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `RowRange`, which specifies the row range covered by the partition, defined by `start_key_closed` and `end_key_open`."],["There are two constructors available for `StreamPartition`, one being the default and the other taking a `StreamPartition` object as an argument for copying."]]],[]]