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 documentation for the `StreamPartition` class within the Google Bigtable v2 API, which is primarily intended for use with Apache Beam BigtableIO."],["The `StreamPartition` class represents a partition of a change stream, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It lists different versions of the API, ranging from the latest version 3.17.0 down to version 2.2.0, each with a link to the corresponding documentation for `StreamPartition`."],["The `StreamPartition` class has two constructors, a default constructor, and one that takes another `StreamPartition` object as a parameter."],["The class also includes a `RowRange` property, which defines the range of rows covered by a stream partition using a start and end key."]]],[]]