public sealed class ProtoData : IMessage<AppendRowsRequest.Types.ProtoData>, IEquatable<AppendRowsRequest.Types.ProtoData>, IDeepCloneable<AppendRowsRequest.Types.ProtoData>, IBufferMessage, IMessage
ProtoData contains the data rows and schema when constructing append requests.
Implements
IMessage<AppendRowsRequest.Types.ProtoData>, IEquatable<AppendRowsRequest.Types.ProtoData>, IDeepCloneable<AppendRowsRequest.Types.ProtoData>, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Storage.V1Assembly
Google.Cloud.BigQuery.Storage.V1.dll
Constructors
ProtoData()
public ProtoData()
ProtoData(AppendRowsRequest.Types.ProtoData)
public ProtoData(AppendRowsRequest.Types.ProtoData other)
Parameter | |
---|---|
Name | Description |
other | AppendRowsRequest.Types.ProtoData |
Properties
Rows
public ProtoRows Rows { get; set; }
Serialized row data in protobuf message format. Currently, the backend expects the serialized rows to adhere to proto2 semantics when appending rows, particularly with respect to how default values are encoded.
Property Value | |
---|---|
Type | Description |
ProtoRows |
WriterSchema
public ProtoSchema WriterSchema { get; set; }
Proto schema used to serialize the data. This value only needs to be provided as part of the first request on a gRPC network connection, and will be ignored for subsequent requests on the connection.
Property Value | |
---|---|
Type | Description |
ProtoSchema |