public sealed class ProtoRows : IMessage<ProtoRows>, IEquatable<ProtoRows>, IDeepCloneable<ProtoRows>, IBufferMessage, IMessage
Implements
IMessageProtoRows, IEquatableProtoRows, IDeepCloneableProtoRows, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Storage.V1Assembly
Google.Cloud.BigQuery.Storage.V1.dll
Constructors
ProtoRows()
public ProtoRows()
ProtoRows(ProtoRows)
public ProtoRows(ProtoRows other)
Parameter | |
---|---|
Name | Description |
other | ProtoRows |
Properties
SerializedRows
public RepeatedField<ByteString> SerializedRows { get; }
A sequence of rows serialized as a Protocol Buffer.
See https://developers.google.com/protocol-buffers/docs/overview for more information on deserializing this field.
Property Value | |
---|---|
Type | Description |
RepeatedFieldByteString |