Google BigQuery Storage v1 API - Class ReadRowsResponse (3.8.0)

public sealed class ReadRowsResponse : IMessage<ReadRowsResponse>, IEquatable<ReadRowsResponse>, IDeepCloneable<ReadRowsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google BigQuery Storage v1 API class ReadRowsResponse.

Response from calling ReadRows may include row data, progress and throttling information.

Inheritance

object > ReadRowsResponse

Namespace

Google.Cloud.BigQuery.Storage.V1

Assembly

Google.Cloud.BigQuery.Storage.V1.dll

Constructors

ReadRowsResponse()

public ReadRowsResponse()

ReadRowsResponse(ReadRowsResponse)

public ReadRowsResponse(ReadRowsResponse other)
Parameter
NameDescription
otherReadRowsResponse

Properties

ArrowRecordBatch

public ArrowRecordBatch ArrowRecordBatch { get; set; }

Serialized row data in Arrow RecordBatch format.

Property Value
TypeDescription
ArrowRecordBatch

ArrowSchema

public ArrowSchema ArrowSchema { get; set; }

Output only. Arrow schema.

Property Value
TypeDescription
ArrowSchema

AvroRows

public AvroRows AvroRows { get; set; }

Serialized row data in AVRO format.

Property Value
TypeDescription
AvroRows

AvroSchema

public AvroSchema AvroSchema { get; set; }

Output only. Avro schema.

Property Value
TypeDescription
AvroSchema

RowCount

public long RowCount { get; set; }

Number of serialized rows in the rows block.

Property Value
TypeDescription
long

RowsCase

public ReadRowsResponse.RowsOneofCase RowsCase { get; }
Property Value
TypeDescription
ReadRowsResponseRowsOneofCase

SchemaCase

public ReadRowsResponse.SchemaOneofCase SchemaCase { get; }
Property Value
TypeDescription
ReadRowsResponseSchemaOneofCase

Stats

public StreamStats Stats { get; set; }

Statistics for the stream.

Property Value
TypeDescription
StreamStats

ThrottleState

public ThrottleState ThrottleState { get; set; }

Throttling state. If unset, the latest response still describes the current throttling status.

Property Value
TypeDescription
ThrottleState