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

ILayoutSpanReadable<TElement> 接口

定义

public interface ILayoutSpanReadable<TElement> : Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.ILayoutType
type ILayoutSpanReadable<'Element> = interface
    interface ILayoutType
Public Interface ILayoutSpanReadable(Of TElement)
Implements ILayoutType

类型参数

TElement
派生
实现

方法

ReadFixed(RowBuffer, RowCursor, LayoutColumn, ReadOnlySpan<TElement>)
ReadSparse(RowBuffer, RowCursor, ReadOnlySpan<TElement>)
ReadVariable(RowBuffer, RowCursor, LayoutColumn, ReadOnlySpan<TElement>)

适用于