public sealed class AvroRows : IMessage<AvroRows>, IEquatable<AvroRows>, IDeepCloneable<AvroRows>, IBufferMessage, IMessageReference documentation and code samples for the Google BigQuery Storage v1 API class AvroRows.
Avro rows.
Namespace
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 |
long |
|
SerializedBinaryRows
public ByteString SerializedBinaryRows { get; set; }Binary serialized rows in a block.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|