[[["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 `ReadRowsStream` class in the Google Bigtable v2 API provides a stream of `Row` instances from the server."],["This class implements the `IAsyncEnumerable\u003cRow\u003e` interface, allowing for asynchronous iteration over rows."],["The latest version available is 3.17.0, and the provided content lists versions down to 2.2.0 for the `ReadRowsStream`."],["`ReadRowsStream` inherits from the base `object` class and includes methods such as `GetAsyncEnumerator`, `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `GetAsyncEnumerator` method takes a `CancellationToken` as a parameter, which enables the cancellation of asynchronous operations, and returns `IAsyncEnumerator\u003cRow\u003e`."]]],[]]