Class GridFSFileInfo
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Represents information about a stored GridFS file (backed by a files collection document).
[BsonSerializer(typeof(GridFSFileInfoSerializer<>))]
public sealed class GridFSFileInfo<TFileId> : BsonDocumentBackedClass
Type Parameters
TFileId
The type of the file identifier.
Inheritance
GridFSFileInfo
Inherited Members
Constructors
GridFSFileInfo(BsonDocument, IGridFSFileInfoSerializer)
Initializes a new instance of the GridFSFileInfo class.
Properties
Gets the backing document.
Gets the size of a chunk.
Gets the filename.
Gets the identifier.
Gets the length.
Gets the metadata.
Gets the upload date time.