Class AvroRows (3.0.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

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

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

Property Value
TypeDescription
Int64

SerializedBinaryRows

public ByteString SerializedBinaryRows { get; set; }

Binary serialized rows in a block.

Property Value
TypeDescription
ByteString