你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LayoutMongoDbObjectId 类

定义

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)
继承
LayoutMongoDbObjectId

字段

Immutable (继承自 LayoutType)
LayoutCode (继承自 LayoutType)
Size (继承自 LayoutType)

属性

AllowVariable (继承自 LayoutType)
IsBool (继承自 LayoutType)
IsFixed
IsNull (继承自 LayoutType)
IsVarint (继承自 LayoutType)
Name

方法

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

适用于