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 MongoClient.InsertManyResult

    Properties

    | Edit this page 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.

    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2020-2024 Realm
    Generated by DocFX