Click or drag to resize

MongoGridFSFileInfo Properties

The MongoGridFSFileInfo type exposes the following members.

Properties
  NameDescription
Public propertyAliases
Gets the aliases.
Public propertyChunkSize
Gets the chunk size.
Public propertyContentType
Gets the content type.
Public propertyDatabaseName
Gets the database name.
Public propertyExists
Gets a value indicating whether the GridFS file exists.
Public propertyGridFS
Gets the GridFS file system that contains this GridFS file.
Public propertyGridFSSettings
Gets the GridFS settings.
Public propertyId
Gets the GridFS file Id.
Public propertyLength
Gets the file lenth.
Public propertyMD5
Gets the MD5 hash of the file contents.
Public propertyMetadata
Gets the metadata.
Public propertyName
Gets the remote file name.
Public propertyServer
Gets the server.
Public propertyServerInstance
Gets the server instance;
Public propertyUploadDate
Gets the upload date.
Top
See Also