LayoutType<T> Class

Definition

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

Type Parameters

T
Inheritance
LayoutType<T>
Derived

Fields

Immutable (Inherited from LayoutType)
LayoutCode (Inherited from LayoutType)
Size (Inherited from LayoutType)

Properties

AllowVariable (Inherited from LayoutType)
IsBool (Inherited from LayoutType)
IsFixed (Inherited from LayoutType)
IsNull (Inherited from LayoutType)
IsVarint (Inherited from LayoutType)
Name (Inherited from LayoutType)

Methods

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>() (Inherited from LayoutType)
WriteFixed(RowBuffer, RowCursor, LayoutColumn, T)
WriteSparse(RowBuffer, RowCursor, T, UpdateOptions)
WriteVariable(RowBuffer, RowCursor, LayoutColumn, T)

Applies to