Google BigQuery Storage v1 API - Class ArrowRecordBatch (3.14.0)

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

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

Arrow RecordBatch.

Inheritance

object > ArrowRecordBatch

Namespace

Google.Cloud.BigQuery.Storage.V1

Assembly

Google.Cloud.BigQuery.Storage.V1.dll

Constructors

ArrowRecordBatch()

public ArrowRecordBatch()

ArrowRecordBatch(ArrowRecordBatch)

public ArrowRecordBatch(ArrowRecordBatch other)
Parameter
NameDescription
otherArrowRecordBatch

Properties

RowCount

[Obsolete]
public long RowCount { get; set; }

[Deprecated] The count of rows in serialized_record_batch. Please use the format-independent ReadRowsResponse.row_count instead.

Property Value
TypeDescription
long

SerializedRecordBatch

public ByteString SerializedRecordBatch { get; set; }

IPC-serialized Arrow RecordBatch.

Property Value
TypeDescription
ByteString