| Package | Description |
|---|---|
| com.mongodb.client.gridfs |
This package contains the new GridFS implementation
|
| com.mongodb.client.gridfs.model |
This package contains models for use with GridFS
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridFSBucket.downloadToStreamByName(String filename,
OutputStream destination,
GridFSDownloadByNameOptions options)
Deprecated.
|
GridFSDownloadStream |
GridFSBucket.openDownloadStreamByName(String filename,
GridFSDownloadByNameOptions options)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
GridFSDownloadByNameOptions |
GridFSDownloadByNameOptions.revision(int revision)
Deprecated.
Set the revision of the file to retrieve.
|
Copyright © 2017. All Rights Reserved.