Class AvroRows (2.6.0)

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

Avro rows.

Inheritance

Object > AvroRows

Namespace

Google.Cloud.BigQuery.Storage.V1

Assembly

Google.Cloud.BigQuery.Storage.V1.dll

Constructors

AvroRows()

public AvroRows()

AvroRows(AvroRows)

public AvroRows(AvroRows other)
Parameter
NameDescription
otherAvroRows

Properties

RowCount

public long RowCount { get; set; }

The count of rows in the returning block.

Property Value
TypeDescription
Int64

SerializedBinaryRows

public ByteString SerializedBinaryRows { get; set; }

Binary serialized rows in a block.

Property Value
TypeDescription
ByteString