MongoGridFS Class (original) (raw)
Name
Description
Appends UTF-8 encoded text to an existing GridFS file.
Copies a GridFS file.
CopyTo(String, String, MongoGridFSCreateOptions)
Copies a GridFS file.
Creates or overwrites a GridFS file.
Create(String, MongoGridFSCreateOptions)
Creates or overwrites a GridFS file.
Creates or opens a GridFS file for writing UTF-8 encoded text.
CreateText(String, MongoGridFSCreateOptions)
Creates or opens a GridFS file for writing UTF-8 encoded text.
Deletes all versions of a GridFS file.
Deletes GridFS files.
Deletes a GridFS file.
Downloads the most recent version of a GridFS file.
Download(Stream, MongoGridFSFileInfo)
Downloads a GridFS file.
Downloads the most recent version of a GridFS file.
Downloads the most recent version of a GridFS file.
Download(String, MongoGridFSFileInfo)
Downloads a GridFS file.
Downloads the most recent version of a GridFS file.
Downloads a specific version of a GridFS file.
Downloads the most recent version of a GridFS file.
Download(Stream, IMongoQuery, Int32)
Downloads a specific version of a GridFS file.
Download(Stream, String, Int32)
Downloads a specific version of a GridFS file.
Download(String, IMongoQuery, Int32)
Downloads a specific version of a GridFS file.
Download(String, String, Int32)
Downloads a specific version of a GridFS file.
Ensures that the proper indexes for GridFS exist (only creates the new indexes if there are fewer than 1000 GridFS files).
Ensures that the proper indexes for GridFS exist.
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Tests whether a GridFS file exists.
Tests whether a GridFS file exists.
Tests whether a GridFS file exists.
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Finds matching GridFS files.
Finds matching GridFS files.
Finds all GridFS files.
Finds the most recent version of a GridFS file.
Finds the most recent version of a GridFS file.
Finds a specific version of a GridFS file.
Finds a specific version of a GridFS file.
Finds a GridFS file.
Serves as the default hash function.
(Inherited from Object.)
Gets the Type of the current instance.
(Inherited from Object.)
Creates a shallow copy of the current Object.
(Inherited from Object.)
Moves the most recent version of a GridFS file.
Opens a GridFS file with the specified mode.
Open(String, FileMode, FileAccess)
Opens a GridFS file with the specified mode and access.
Open(String, FileMode, FileAccess, MongoGridFSCreateOptions)
Opens a GridFS file with the specified mode, access and create options.
Opens an existing GridFS file for reading.
Opens an existing UTF-8 encoded text GridFS file for reading.
Opens an existing GridFS file for writing.
OpenWrite(String, MongoGridFSCreateOptions)
Opens an existing GridFS file for writing.
Sets the aliases for an existing GridFS file.
Sets the content type for an existing GridFS file.
Sets the metadata for an existing GridFS file.
Returns a string that represents the current object.
(Inherited from Object.)
Uploads a GridFS file.
Uploads a GridFS file.
Uploads a GridFS file.
Upload(Stream, String, MongoGridFSCreateOptions)
Uploads a GridFS file.