GridFSFileInfo Class |
Namespace: MongoDB.Driver.GridFS
The GridFSFileInfo type exposes the following members.
Name | Description | |
---|---|---|
GridFSFileInfo |
Initializes a new instance of the GridFSFileInfo class.
|
Name | Description | |
---|---|---|
Aliases | Obsolete.
Gets the aliases.
| |
BackingDocument |
Gets the backing document.
| |
ChunkSizeBytes |
Gets the size of a chunk.
| |
ContentType | Obsolete.
Gets the type of the content.
| |
Filename |
Gets the filename.
| |
Id |
Gets the identifier.
| |
IdAsBsonValue | Obsolete.
Gets the identifier as a BsonValue.
| |
Length |
Gets the length.
| |
MD5 |
Gets the MD5 checksum.
| |
Metadata |
Gets the metadata.
| |
UploadDateTime |
Gets the upload date time.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) | |
ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) | |
ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |