Class MongoClient.InsertManyResult
The result of InsertManyAsync(IEnumerable<TDocument>) operation.
Namespace: Realms.Sync
Assembly: Realm.dll
Syntax
public class MongoClient.InsertManyResult
Properties
| Edit this page View SourceInsertedIds
Gets an array containing the _id
s of the inserted documents.
Declaration
[BsonElement("insertedIds")]
[Preserve]
public object[] InsertedIds { get; }
Property Value
Type | Description |
---|---|
object[] | The |