次の方法で共有


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>)

適用対象