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

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

适用于