Uploaded image for project: 'C# Driver'
  1. C# Driver
  2. CSHARP-1935

How to delete chunk files

    • Type: Icon: Task Task
    • Resolution: Works as Designed
    • Priority: Icon: Blocker - P1 Blocker - P1
    • None
    • Affects Version/s: 2.4.2
    • Component/s: API, Documentation
    • Labels:
    • Environment:
      OS : Windows 7
      .Net : 4.6.1

      In Mongocsharp driver, there was an option to delete documents in "fs.chunks" collection using gridfs object.
      But, in MongoDB Driver 2.4.2, how can we delete documents from only "fs.chunks"?

      Is it okay to delete documents in "fs.chunks" without using GridFS bucket object, ie, by using

      Database.GetCollection<GridFSFileInfo>(fs.chunks);
      

      Thanks in advance,
      Irshad

            Assignee:
            robert@mongodb.com Robert Stam
            Reporter:
            ummerirshadk@gmail.com Ummer Irshad
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: