Class ReadRowsStream (2.5.0)

public class ReadRowsStream : IAsyncEnumerable<Row>

The stream of Row instances returned from the server.

Inheritance

Object > ReadRowsStream

Implements

IAsyncEnumerable<Row>

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Methods

GetAsyncEnumerator(CancellationToken)

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