Google Bigtable v2 API - Class ReadRowsStream (3.13.0)

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.

Inheritance

object > ReadRowsStream

Implements

IAsyncEnumerableRow

Namespace

Google.Cloud.Bigtable.V2

Assembly

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.