次の方法で共有


ILayoutSpanWritable<TElement> インターフェイス

定義

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

型パラメーター

TElement
派生
実装

メソッド

WriteFixed(RowBuffer, RowCursor, LayoutColumn, ReadOnlySpan<TElement>)
WriteSparse(RowBuffer, RowCursor, ReadOnlySpan<TElement>, UpdateOptions)
WriteVariable(RowBuffer, RowCursor, LayoutColumn, ReadOnlySpan<TElement>)

適用対象