LayoutEndScope Class

Definition

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

Constructors

LayoutEndScope()

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)
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 LayoutScope)

Applies to