[go: up one dir, main page]

Type Definition mongodb::gridfs::Store [] [src]

type Store = Arc<StoreInner>;

Alias for a thread-safe GridFS instance.

Trait Implementations

impl ThreadedStore for Store
[src]

[src]

A new GridFS store within the database with prefix 'fs'.

[src]

A new GridFS store within the database with a specified prefix.

[src]

Creates a new file.

[src]

Opens a file by filename.

[src]

Opens a file by object ID.

[src]

Returns a cursor to all file documents matching the provided filter.

[src]

Removes a file from GridFS by filename.

[src]

Removes a file from GridFS by object ID.

[src]

Inserts a new file from local into GridFS.

[src]

Retrieves a file from GridFS into local storage.