ILayoutSpanWritable<TElement> Interface

Definition

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

Type Parameters

TElement
Derived
Implements

Methods

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

Applies to