public abstract class BigtableServiceApiClient.GenerateInitialChangeStreamPartitionsStream : ServerStreamingBase<GenerateInitialChangeStreamPartitionsResponse>, IDisposable
Reference documentation and code samples for the Google Bigtable v2 API class BigtableServiceApiClient.GenerateInitialChangeStreamPartitionsStream.
[[["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 page provides documentation for the `BigtableServiceApiClient.GenerateInitialChangeStreamPartitionsStream` class, which is part of the Google Bigtable v2 API for .NET."],["The class is a server streaming implementation, handling responses of type `GenerateInitialChangeStreamPartitionsResponse`, and it is used for server streaming methods specifically for the `GenerateInitialChangeStreamPartitions` method."],["The documentation covers versions from 2.2.0 to the latest version, 3.17.0, detailing the history of the API versions and providing links to each version's specific documentation."],["This class inherits from `ServerStreamingBase` and implements the `IDisposable` interface, indicating its management of server streaming operations and resources."],["The class is located in the `Google.Cloud.Bigtable.V2` namespace within the `Google.Cloud.Bigtable.V2.dll` assembly."]]],[]]