public class ReadRowsStream : IAsyncEnumerable<Row>
Reference documentation and code samples for the Google Bigtable v2 API class ReadRowsStream.
The stream of Row instances returned from the server.
Implements
IAsyncEnumerableRowNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Methods
GetAsyncEnumerator(CancellationToken)
public IAsyncEnumerator<Row> GetAsyncEnumerator(CancellationToken cancellationToken)
Returns an enumerator that iterates asynchronously through the collection.
Parameter | |
---|---|
Name | Description |
cancellationToken |
CancellationToken A CancellationToken that may be used to cancel the asynchronous iteration. |
Returns | |
---|---|
Type | Description |
IAsyncEnumeratorRow |
An enumerator that can be used to iterate asynchronously through the collection. |