LayoutTypedTuple Class

Definition

public sealed class LayoutTypedTuple : Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutIndexedScope
type LayoutTypedTuple = class
    inherit LayoutIndexedScope
Public NotInheritable Class LayoutTypedTuple
Inherits LayoutIndexedScope
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)
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