SegmentSerializer.Read 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.
Overloads
Read(RowReader, Segment) | |
Read(Span<Byte>, LayoutResolver, Segment) |
Read(RowReader, Segment)
public static Microsoft.Azure.Cosmos.Serialization.HybridRow.Result Read (ref Microsoft.Azure.Cosmos.Serialization.HybridRow.IO.RowReader reader, out Microsoft.Azure.Cosmos.Serialization.HybridRow.RecordIO.Segment obj);
static member Read : RowReader * Segment -> Microsoft.Azure.Cosmos.Serialization.HybridRow.Result
Public Shared Function Read (ByRef reader As RowReader, ByRef obj As Segment) As Result
Parameters
- reader
- RowReader
- obj
- Segment
Returns
Applies to
Read(Span<Byte>, LayoutResolver, Segment)
public static Microsoft.Azure.Cosmos.Serialization.HybridRow.Result Read (Span<byte> span, Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutResolver resolver, out Microsoft.Azure.Cosmos.Serialization.HybridRow.RecordIO.Segment obj);
static member Read : Span<byte> * Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutResolver * Segment -> Microsoft.Azure.Cosmos.Serialization.HybridRow.Result
Public Shared Function Read (span As Span(Of Byte), resolver As LayoutResolver, ByRef obj As Segment) As Result
Parameters
- resolver
- LayoutResolver
- obj
- Segment
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET