你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SegmentSerializer.Read 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
参数
- resolver
- LayoutResolver
- obj
- Segment