LayoutScope Class

Definition

public abstract class LayoutScope : Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutType
type LayoutScope = class
    inherit LayoutType
Public MustInherit Class LayoutScope
Inherits LayoutType
Inheritance
LayoutScope
Derived

Constructors

LayoutScope(LayoutCode, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)

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

Methods

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

Applies to