你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SegmentSerializer.Read 方法

定义

重载

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

参数

reader
RowReader
obj
Segment

返回

适用于

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

参数

span
Span<Byte>
resolver
LayoutResolver
obj
Segment

返回

适用于