Udostępnij za pośrednictwem


RecordIOFormatter.FormatRecord Method

Definition

public static Microsoft.Azure.Cosmos.Serialization.HybridRow.Result FormatRecord (ReadOnlyMemory<byte> body, out Microsoft.Azure.Cosmos.Serialization.HybridRow.RowBuffer row, Microsoft.Azure.Cosmos.Serialization.HybridRow.ISpanResizer<byte> resizer = default);
static member FormatRecord : ReadOnlyMemory<byte> * RowBuffer * Microsoft.Azure.Cosmos.Serialization.HybridRow.ISpanResizer<byte> -> Microsoft.Azure.Cosmos.Serialization.HybridRow.Result
Public Shared Function FormatRecord (body As ReadOnlyMemory(Of Byte), ByRef row As RowBuffer, Optional resizer As ISpanResizer(Of Byte) = Nothing) As Result

Parameters

row
RowBuffer
resizer
ISpanResizer<Byte>

Returns

Applies to