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 90cadbe7f8 Added RawDocument property to the IndexInfo class. 14 years ago
..
MongoGridFS.cs Fixed CSHARP-330. MongoGridFSSettings now inherits SafeMode settings from MongoDatabase. 14 years ago
MongoGridFSCreateOptions.cs Added doc comments for all the GridFS classes. 15 years ago
MongoGridFSException.cs First round of namespace refactoring. Moved all serializers to their own namespace. Moved all wrappers to their own namespace. The goal is to put little used classes into separate namespaces so that they don't clutter up the standard namespaces. 15 years ago
MongoGridFSFileInfo.cs Implemented CSHARP-254. Several return values that could potentially overflow Int32 have been changed to Int64. 14 years ago
MongoGridFSSettings.cs Fixed CSHARP-330. MongoGridFSSettings now inherits SafeMode settings from MongoDatabase. 14 years ago
MongoGridFSStream.cs Fixed CSHARP-290. Removed overloads with an IDictionary<string, object> parameter leaving the one with the non-generic IDictionary parameter. The overload with the non-generic IDictionary parameter can also take Dictionary<string, object> argument values and will do the right thing with them. This removes the ambiguity caused by having both overloads. 14 years ago