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.
Implements
IMessage<ReadRowsResponse>, IEquatable<ReadRowsResponse>, IDeepCloneable<ReadRowsResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Storage.V1Assembly
Google.Cloud.BigQuery.Storage.V1.dll
Constructors
ReadRowsResponse()
public ReadRowsResponse()
ReadRowsResponse(ReadRowsResponse)
public ReadRowsResponse(ReadRowsResponse other)
Parameter | |
---|---|
Name | Description |
other | ReadRowsResponse |
Properties
ArrowRecordBatch
public ArrowRecordBatch ArrowRecordBatch { get; set; }
Serialized row data in Arrow RecordBatch format.
Property Value | |
---|---|
Type | Description |
ArrowRecordBatch |
ArrowSchema
public ArrowSchema ArrowSchema { get; set; }
Output only. Arrow schema.
Property Value | |
---|---|
Type | Description |
ArrowSchema |
AvroRows
public AvroRows AvroRows { get; set; }
Serialized row data in AVRO format.
Property Value | |
---|---|
Type | Description |
AvroRows |
AvroSchema
public AvroSchema AvroSchema { get; set; }
Output only. Avro schema.
Property Value | |
---|---|
Type | Description |
AvroSchema |
RowCount
public long RowCount { get; set; }
Number of serialized rows in the rows block.
Property Value | |
---|---|
Type | Description |
Int64 |
RowsCase
public ReadRowsResponse.RowsOneofCase RowsCase { get; }
Property Value | |
---|---|
Type | Description |
ReadRowsResponse.RowsOneofCase |
SchemaCase
public ReadRowsResponse.SchemaOneofCase SchemaCase { get; }
Property Value | |
---|---|
Type | Description |
ReadRowsResponse.SchemaOneofCase |
Stats
public StreamStats Stats { get; set; }
Statistics for the stream.
Property Value | |
---|---|
Type | Description |
StreamStats |
ThrottleState
public ThrottleState ThrottleState { get; set; }
Throttling state. If unset, the latest response still describes the current throttling status.
Property Value | |
---|---|
Type | Description |
ThrottleState |