Google Bigtable v2 API - Class ReadRowsStream (3.4.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

GoogleGoogle.CloudGoogle.Cloud.BigtableV2

Assembly

Google.Cloud.Bigtable.V2.dll

Methods

GetAsyncEnumerator(CancellationToken)

public IAsyncEnumerator<Row> GetAsyncEnumerator(CancellationToken cancellationToken)
Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
IAsyncEnumeratorRow