次の方法で共有


LayoutVarUInt クラス

定義

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

フィールド

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

プロパティ

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

メソッド

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

適用対象