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 document provides reference documentation for the `StreamPartition` class within the Google Bigtable v2 API, specifically for .NET development."],["The latest version of the API is 3.17.0, while this specific document is for version 3.11.0, and previous versions are available for viewing, down to version 2.2.0."],["`StreamPartition` is intended for use by Apache Beam BigtableIO, and represents a partition of a change stream."],["The `StreamPartition` class includes a `RowRange` property, which defines the range of rows included in this partition, and is specified by a start key and an end key."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class, and has two constructors, a default and an alternative that accepts a `StreamPartition` object as a parameter."]]],[]]