Compartilhar via


MongoDbObjectId Construtores

Definição

Sobrecargas

MongoDbObjectId(ReadOnlySpan<Byte>)
MongoDbObjectId(UInt32, UInt64)

MongoDbObjectId(ReadOnlySpan<Byte>)

public MongoDbObjectId (ReadOnlySpan<byte> src);
new Microsoft.Azure.Cosmos.Serialization.HybridRow.MongoDbObjectId : ReadOnlySpan<byte> -> Microsoft.Azure.Cosmos.Serialization.HybridRow.MongoDbObjectId
Public Sub New (src As ReadOnlySpan(Of Byte))

Parâmetros

Aplica-se a

MongoDbObjectId(UInt32, UInt64)

public MongoDbObjectId (uint high, ulong low);
new Microsoft.Azure.Cosmos.Serialization.HybridRow.MongoDbObjectId : uint32 * uint64 -> Microsoft.Azure.Cosmos.Serialization.HybridRow.MongoDbObjectId
Public Sub New (high As UInteger, low As ULong)

Parâmetros

high
UInt32
low
UInt64

Aplica-se a