LayoutTypedSet Class

Definition

public sealed class LayoutTypedSet : Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutUniqueScope
type LayoutTypedSet = class
    inherit LayoutUniqueScope
Public NotInheritable Class LayoutTypedSet
Inherits LayoutUniqueScope
Inheritance

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 LayoutScope)
IsNull (Inherited from LayoutType)
IsVarint (Inherited from LayoutType)
Name

Methods

DeleteScope(RowBuffer, RowCursor) (Inherited from LayoutScope)
FieldType(RowCursor)
Find(RowBuffer, RowCursor, RowCursor, RowCursor) (Inherited from LayoutUniqueScope)
MoveField(RowBuffer, RowCursor, RowCursor, UpdateOptions) (Inherited from LayoutUniqueScope)
ReadScope(RowBuffer, RowCursor, RowCursor) (Inherited from LayoutScope)
TypeAs<T>() (Inherited from LayoutType)
WriteScope(RowBuffer, RowCursor, TypeArgumentList, RowCursor, UpdateOptions)
WriteScope<TContext>(RowBuffer, RowCursor, TypeArgumentList, TContext, LayoutScope.WriterFunc<TContext>, UpdateOptions) (Inherited from LayoutUniqueScope)

Applies to