You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
rstam d4c2977c4d Added SafeModeResult class. Changed return value of relevant methods in MongoCollection to SafeModeResult or CommandModeResult. Changed return value of InsertBatch to IEnumerable<SafeModeResult>. 15 years ago
..
CommandResults Added SafeModeResult class. Changed return value of relevant methods in MongoCollection to SafeModeResult or CommandModeResult. Changed return value of InsertBatch to IEnumerable<SafeModeResult>. 15 years ago
MongoCollectionTests.cs Implemented CollectionStatsResult. Renamed Stats to GetStats in MongoCollection (adhere to .NET naming conventions and emphasize that there is a round trip to the server). Removed DataSize, StorageSize and TotalIndexSize from MongoCollection (call GetStats instead and access the corresponding property of the result). Replaced TotalSize with GetTotalDataSize and GetTotalStorageSize in MongoColection. 15 years ago
MongoDatabaseTests.cs Added unit tests for FetchDBRef. 15 years ago
MongoServerTests.cs Fixed CSHARP-88. All methods in MongoDatabase take and return plain collection names (not full collection names prefixed with the database name). Moved RenameCollection method from MongoServer to MongoDatabase. 15 years ago