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-04-17 UTC."],[[["This webpage provides reference documentation for the `StreamPartition` class within the Google Bigtable v2 API for .NET."],["The `StreamPartition` class is used to represent a partition of a change stream and is designed for use with Apache Beam BigtableIO."],["The `StreamPartition` class inherits from the base object class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StreamPartition` class has two constructors, one default and another that allows creating a new `StreamPartition` from an existing one, and a `RowRange` property that defines the range of rows for the partition."],["Multiple versions of the Google.Cloud.Bigtable.V2 API class StreamPartition are available for download, from version 2.2.0 to the latest version, 3.17.0."]]],[]]