次の方法で共有


LayoutType<T> クラス

定義

public abstract class LayoutType<T> : Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutType
type LayoutType<'T> = class
    inherit LayoutType
Public MustInherit Class LayoutType(Of T)
Inherits LayoutType

型パラメーター

T
継承
LayoutType<T>
派生

フィールド

Immutable (継承元 LayoutType)
LayoutCode (継承元 LayoutType)
Size (継承元 LayoutType)

プロパティ

AllowVariable (継承元 LayoutType)
IsBool (継承元 LayoutType)
IsFixed (継承元 LayoutType)
IsNull (継承元 LayoutType)
IsVarint (継承元 LayoutType)
Name (継承元 LayoutType)

メソッド

DeleteFixed(RowBuffer, RowCursor, LayoutColumn)
DeleteSparse(RowBuffer, RowCursor)
DeleteVariable(RowBuffer, RowCursor, LayoutColumn)
HasValue(RowBuffer, RowCursor, LayoutColumn)
ReadFixed(RowBuffer, RowCursor, LayoutColumn, T)
ReadSparse(RowBuffer, RowCursor, T)
ReadVariable(RowBuffer, RowCursor, LayoutColumn, T)
TypeAs<T>() (継承元 LayoutType)
WriteFixed(RowBuffer, RowCursor, LayoutColumn, T)
WriteSparse(RowBuffer, RowCursor, T, UpdateOptions)
WriteVariable(RowBuffer, RowCursor, LayoutColumn, T)

適用対象