Class MongoClient.InsertResult
The result of InsertOneAsync(TDocument) operation.
Namespace: Realms.Sync
Assembly: Realm.dll
Syntax
public class MongoClient.InsertResult
Properties
| Edit this page View SourceInsertedId
Gets the _id
of the inserted document.
Declaration
[BsonElement("insertedId")]
[Preserve]
public object InsertedId { get; }
Property Value
Type | Description |
---|---|
object | The |