| IGridFSBucketTFileId Interface | 
Namespace: MongoDB.Driver.GridFS
 Syntax
SyntaxThe IGridFSBucketTFileId type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Database | 
            Gets the database where the GridFS files are stored.
             | 
|  | Options | 
            Gets the options.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Delete | 
            Deletes a file from GridFS.
             | 
|  | DeleteAsync | 
            Deletes a file from GridFS.
             | 
|  | DownloadAsBytes | 
            Downloads a file stored in GridFS and returns it as a byte array.
             | 
|  | DownloadAsBytesAsync | 
            Downloads a file stored in GridFS and returns it as a byte array.
             | 
|  | DownloadAsBytesByName | 
            Downloads a file stored in GridFS and returns it as a byte array.
             | 
|  | DownloadAsBytesByNameAsync | 
            Downloads a file stored in GridFS and returns it as a byte array.
             | 
|  | DownloadToStream | 
            Downloads a file stored in GridFS and writes the contents to a stream.
             | 
|  | DownloadToStreamAsync | 
            Downloads a file stored in GridFS and writes the contents to a stream.
             | 
|  | DownloadToStreamByName | 
            Downloads a file stored in GridFS and writes the contents to a stream.
             | 
|  | DownloadToStreamByNameAsync | 
            Downloads a file stored in GridFS and writes the contents to a stream.
             | 
|  | Drop | 
            Drops the files and chunks collections associated with this GridFS bucket.
             | 
|  | DropAsync | 
            Drops the files and chunks collections associated with this GridFS bucket.
             | 
|  | Find | 
            Finds matching entries from the files collection.
             | 
|  | FindAsync | 
            Finds matching entries from the files collection.
             | 
|  | OpenDownloadStream | 
            Opens a Stream that can be used by the application to read data from a GridFS file.
             | 
|  | OpenDownloadStreamAsync | 
            Opens a Stream that can be used by the application to read data from a GridFS file.
             | 
|  | OpenDownloadStreamByName | 
            Opens a Stream that can be used by the application to read data from a GridFS file.
             | 
|  | OpenDownloadStreamByNameAsync | 
            Opens a Stream that can be used by the application to read data from a GridFS file.
             | 
|  | OpenUploadStream | 
            Opens a Stream that can be used by the application to write data to a GridFS file.
             | 
|  | OpenUploadStreamAsync | 
            Opens a Stream that can be used by the application to write data to a GridFS file.
             | 
|  | Rename | 
            Renames a GridFS file.
             | 
|  | RenameAsync | 
            Renames a GridFS file.
             | 
|  | UploadFromBytes | 
            Uploads a file (or a new revision of a file) to GridFS.
             | 
|  | UploadFromBytesAsync | 
            Uploads a file (or a new revision of a file) to GridFS.
             | 
|  | UploadFromStream | 
            Uploads a file (or a new revision of a file) to GridFS.
             | 
|  | UploadFromStreamAsync | 
            Uploads a file (or a new revision of a file) to GridFS.
             | 
 See Also
See Also