RecordIOFormatter.FormatSegment 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 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>