Partager via


LayoutType<T> Classe

Définition

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

Paramètres de type

T
Héritage
LayoutType<T>
Dérivé

Champs

Immutable (Hérité de LayoutType)
LayoutCode (Hérité de LayoutType)
Size (Hérité de LayoutType)

Propriétés

AllowVariable (Hérité de LayoutType)
IsBool (Hérité de LayoutType)
IsFixed (Hérité de LayoutType)
IsNull (Hérité de LayoutType)
IsVarint (Hérité de LayoutType)
Name (Hérité de LayoutType)

Méthodes

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>() (Hérité de LayoutType)
WriteFixed(RowBuffer, RowCursor, LayoutColumn, T)
WriteSparse(RowBuffer, RowCursor, T, UpdateOptions)
WriteVariable(RowBuffer, RowCursor, LayoutColumn, T)

S’applique à