MongoGridFSFileInfo Class (original) (raw)
Represents information about a GridFS file (patterned after .NET's FileInfo class).
Inheritance Hierarchy
SystemObject
MongoDB.Driver.GridFSMongoGridFSFileInfo
Namespace: MongoDB.Driver.GridFS
Assembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public class MongoGridFSFileInfo : IEquatable
Public Class MongoGridFSFileInfo Implements IEquatable(Of MongoGridFSFileInfo)
type MongoGridFSFileInfo =
class
interface IEquatable
end
The MongoGridFSFileInfo type exposes the following members.
Constructors
| | Name | Description | |
| ---------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| | MongoGridFSFileInfo(MongoGridFS, String) | Obsolete. Initializes a new instance of the GridFSFileInfo class. |
|
| MongoGridFSFileInfo(MongoGridFS, String, MongoGridFSCreateOptions) | Obsolete. Initializes a new instance of the GridFSFileInfo class. |
|
| MongoGridFSFileInfo(MongoGridFS, String, Int32) | Obsolete. Initializes a new instance of the GridFSFileInfo class. |
|
| MongoGridFSFileInfo(MongoServer, MongoServerInstance, String, MongoGridFSSettings, BsonDocument) | Initializes a new instance of the MongoGridFSFileInfo class. |
|
| MongoGridFSFileInfo(MongoServer, MongoServerInstance, String, MongoGridFSSettings, String) | Initializes a new instance of the MongoGridFSFileInfo class. |
|
| MongoGridFSFileInfo(MongoServer, MongoServerInstance, String, MongoGridFSSettings, String, MongoGridFSCreateOptions) | Initializes a new instance of the MongoGridFSFileInfo class. |
Properties
Methods
Operators
| | Name | Description | |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| | Equality | Determines whether two specified MongoGridFSFileInfo objects have the same value. |
|
| Inequality | Determines whether two specified MongoGridFSFileInfo objects have different values. |
Extension Methods
See Also