Search Results for

    Show / Hide Table of Contents

    Class MongoClient.InsertManyResult

    The result of InsertManyAsync(IEnumerable<TDocument>) operation.

    Inheritance
    Object
    MongoClient.InsertManyResult
    Namespace: Realms.Sync
    Assembly: Realm.dll
    Syntax
    public class InsertManyResult

    Properties

    | Improve this Doc View Source

    InsertedIds

    Gets an array containing the _ids of the inserted documents.

    Declaration
    [BsonElement("insertedIds")]
    [Preserve]
    public object[] InsertedIds { get; }
    Property Value
    Type Description
    Object[]

    The _ids of the inserted documents.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2020 Realm
    Generated by DocFX