[CSHARP-1398] DatabaseStatsResult does not the new 3.0 field "extentFreeList" Created: 10/Sep/15  Updated: 15/Sep/15  Resolved: 15/Sep/15

Status: Closed
Project: C# Driver
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Improvement Priority: Major - P3
Reporter: Derick Rethans Assignee: Unassigned
Resolution: Won't Fix Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Related

 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.


Generated at Wed Feb 07 21:39:28 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.