Udostępnij za pośrednictwem


RecordIOFormatter.FormatSegment Method

Definition

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

Parameters

segment
Segment
row
RowBuffer
resizer
ISpanResizer<Byte>

Returns

Applies to