ILayoutSpanReadable<TElement> Interface

Definition

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

Type Parameters

TElement
Derived
Implements

Methods

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

Applies to