LayoutMongoDbObjectId Class

Definition

public sealed class LayoutMongoDbObjectId : Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutType<Microsoft.Azure.Cosmos.Serialization.HybridRow.MongoDbObjectId>
type LayoutMongoDbObjectId = class
    inherit LayoutType<MongoDbObjectId>
Public NotInheritable Class LayoutMongoDbObjectId
Inherits LayoutType(Of MongoDbObjectId)
Inheritance
LayoutMongoDbObjectId

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

Methods

DeleteFixed(RowBuffer, RowCursor, LayoutColumn) (Inherited from LayoutType<T>)
DeleteSparse(RowBuffer, RowCursor) (Inherited from LayoutType<T>)
DeleteVariable(RowBuffer, RowCursor, LayoutColumn) (Inherited from LayoutType<T>)
HasValue(RowBuffer, RowCursor, LayoutColumn) (Inherited from LayoutType<T>)
ReadFixed(RowBuffer, RowCursor, LayoutColumn, MongoDbObjectId)
ReadFixed(RowBuffer, RowCursor, LayoutColumn, T) (Inherited from LayoutType<T>)
ReadSparse(RowBuffer, RowCursor, MongoDbObjectId)
ReadSparse(RowBuffer, RowCursor, T) (Inherited from LayoutType<T>)
ReadVariable(RowBuffer, RowCursor, LayoutColumn, T) (Inherited from LayoutType<T>)
TypeAs<T>() (Inherited from LayoutType)
WriteFixed(RowBuffer, RowCursor, LayoutColumn, MongoDbObjectId)
WriteFixed(RowBuffer, RowCursor, LayoutColumn, T) (Inherited from LayoutType<T>)
WriteSparse(RowBuffer, RowCursor, MongoDbObjectId, UpdateOptions)
WriteSparse(RowBuffer, RowCursor, T, UpdateOptions) (Inherited from LayoutType<T>)
WriteVariable(RowBuffer, RowCursor, LayoutColumn, T) (Inherited from LayoutType<T>)

Applies to