RecordIOFormatter.FormatRecord Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- body
- ReadOnlyMemory<Byte>
- row
- RowBuffer
- resizer
- ISpanResizer<Byte>