[[["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."],[[["The latest version of `ReadRowsStream` for Google Cloud Bigtable v2 API is 3.17.0, with previous versions ranging from 3.16.0 down to 2.2.0 available."],["`ReadRowsStream` is a class that implements `IAsyncEnumerable\u003cRow\u003e` to provide a stream of `Row` instances from the server, which are the rows retrieved from the database."],["The class is found within the `Google.Cloud.Bigtable.V2` namespace and is part of the `Google.Cloud.Bigtable.V2.dll` assembly, which is a .NET library for interacting with the Google Bigtable API."],["It provides one method, `GetAsyncEnumerator(CancellationToken)`, which allows for asynchronous iteration through the collection of rows, and supports cancellation of the iteration with a `CancellationToken`."],["The `ReadRowsStream` class inherits base methods from the `object` class such as `GetHashCode()`, `GetType()`, `MemberwiseClone()` and `ToString()`."]]],[]]