LayoutVarUInt Class

Definition

public sealed class LayoutVarUInt : Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutType<ulong>
type LayoutVarUInt = class
    inherit LayoutType<uint64>
Public NotInheritable Class LayoutVarUInt
Inherits LayoutType(Of ULong)
Inheritance

Fields

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

Properties

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

Methods

DeleteFixed(RowBuffer, RowCursor, LayoutColumn) (Inherited from LayoutType<T>)
DeleteSparse(RowBuffer, RowCursor) (Inherited from LayoutType<T>)
DeleteVariable(RowBuffer, RowCursor, LayoutColumn) (Inherited from LayoutType<T>)
HasValue(RowBuffer, RowCursor, LayoutColumn) (Inherited from LayoutType<T>)
ReadFixed(RowBuffer, RowCursor, LayoutColumn, T) (Inherited from LayoutType<T>)
ReadFixed(RowBuffer, RowCursor, LayoutColumn, UInt64)
ReadSparse(RowBuffer, RowCursor, T) (Inherited from LayoutType<T>)
ReadSparse(RowBuffer, RowCursor, UInt64)
ReadVariable(RowBuffer, RowCursor, LayoutColumn, T) (Inherited from LayoutType<T>)
ReadVariable(RowBuffer, RowCursor, LayoutColumn, UInt64)
TypeAs<T>() (Inherited from LayoutType)
WriteFixed(RowBuffer, RowCursor, LayoutColumn, T) (Inherited from LayoutType<T>)
WriteFixed(RowBuffer, RowCursor, LayoutColumn, UInt64)
WriteSparse(RowBuffer, RowCursor, T, UpdateOptions) (Inherited from LayoutType<T>)
WriteSparse(RowBuffer, RowCursor, UInt64, UpdateOptions)
WriteVariable(RowBuffer, RowCursor, LayoutColumn, T) (Inherited from LayoutType<T>)
WriteVariable(RowBuffer, RowCursor, LayoutColumn, UInt64)

Applies to