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 | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValueT(String) |
Gets the value from the backing document.
(Inherited from BsonDocumentBackedClass.) |
![]() | GetValueT(String, T) |
Gets the value from the backing document.
(Inherited from BsonDocumentBackedClass.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetValue |
Sets the value in the backing document.
(Inherited from BsonDocumentBackedClass.) |
![]() | 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.) |
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.
|