Show / Hide Table of Contents

    Class MongoClient.DeleteResult

    The result of DeleteOneAsync(Object) or DeleteManyAsync(Object) operation.

    Inheritance
    Object
    MongoClient.DeleteResult
    Namespace: Realms.Sync
    Assembly: Realm.dll
    Syntax
    [Preserve(AllMembers = true)]
    public class DeleteResult

    Properties

    | Improve this Doc View Source

    DeletedCount

    Gets the number of deleted documents.

    Declaration
    [BsonElement("deletedCount")]
    public int DeletedCount { get; }
    Property Value
    Type Description
    Int32

    The number of deleted documents.

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