public sealed class AppendRowsRequest.Types.ProtoData : IMessage<AppendRowsRequest.Types.ProtoData>, IEquatable<AppendRowsRequest.Types.ProtoData>, IDeepCloneable<AppendRowsRequest.Types.ProtoData>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Storage v1 API class AppendRowsRequest.Types.ProtoData.
ProtoData contains the data rows and schema when constructing append requests.
Implements
IMessageAppendRowsRequestTypesProtoData, IEquatableAppendRowsRequestTypesProtoData, IDeepCloneableAppendRowsRequestTypesProtoData, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Storage.V1Assembly
Google.Cloud.BigQuery.Storage.V1.dll
Constructors
ProtoData()
public ProtoData()
ProtoData(ProtoData)
public ProtoData(AppendRowsRequest.Types.ProtoData other)
Parameter | |
---|---|
Name | Description |
other | AppendRowsRequestTypesProtoData |
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; }
The protocol buffer schema used to serialize the data. Provide this value whenever:
You send the first request of an RPC connection.
You change the input schema.
You specify a new destination table.
Property Value | |
---|---|
Type | Description |
ProtoSchema |