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

DatabaseStatsResult does not the new 3.0 field "extentFreeList"

    XMLWordPrintableJSON

Details

    • Icon: Improvement Improvement
    • Resolution: Won't Fix
    • Icon: Major - P3 Major - P3
    • None
    • None
    • None
    • None

    Description

      In a CS case, a user is asking for the "extentFreeList" to be included. The normal "dbstats" command includes this:

      > db.stats();
      {
      	"db" : "phongo",
      	"collections" : 69,
      	"objects" : 5605,
      	"avgObjSize" : 354.17234611953614,
      	"dataSize" : 1985136,
      	"storageSize" : 4739072,
      	"numExtents" : 89,
      	"indexes" : 67,
      	"indexSize" : 711312,
      	"fileSize" : 16777216,
      	"nsSizeMB" : 16,
      	"extentFreeList" : {
      		"num" : 0,
      		"totalSize" : 0
      	},
      	"dataFileVersion" : {
      		"major" : 4,
      		"minor" : 22
      	},
      	"ok" : 1
      }
      

      But the DatabaseStatsResult class (http://api.mongodb.org/csharp/2.0/html/T_MongoDB_Driver_DatabaseStatsResult.htm) does not define a field/getter for it.

      Attachments

        Activity

          People

            Unassigned Unassigned
            derick Derick Rethans
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: