public sealed class AvroRows : IMessage<AvroRows>, IEquatable<AvroRows>, IDeepCloneable<AvroRows>, IBufferMessage, IMessage
Avro rows.
Implements
IMessage<AvroRows>, IEquatable<AvroRows>, IDeepCloneable<AvroRows>, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Storage.V1Assembly
Google.Cloud.BigQuery.Storage.V1.dll
Constructors
AvroRows()
public AvroRows()
AvroRows(AvroRows)
public AvroRows(AvroRows other)
Parameter | |
---|---|
Name | Description |
other | AvroRows |
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 | |
---|---|
Type | Description |
Int64 |
SerializedBinaryRows
public ByteString SerializedBinaryRows { get; set; }
Binary serialized rows in a block.
Property Value | |
---|---|
Type | Description |
ByteString |