GridFSDownloadStream |
GridFSDownloadStream.batchSize(int batchSize) |
Deprecated.
Sets the number of chunks to return per batch.
|
GridFSDownloadStream |
GridFSBucket.openDownloadStream(ClientSession clientSession,
String filename) |
Deprecated.
Opens a Stream from which the application can read the contents of the latest version of the stored file specified by the
filename .
|
GridFSDownloadStream |
GridFSBucket.openDownloadStream(ClientSession clientSession,
String filename,
GridFSDownloadOptions options) |
Deprecated.
Opens a Stream from which the application can read the contents of the stored file specified by filename and the revision
in options .
|
GridFSDownloadStream |
GridFSBucket.openDownloadStream(ClientSession clientSession,
BsonValue id) |
Deprecated.
Opens a AsyncInputStream from which the application can read the contents of the stored file specified by id .
|
GridFSDownloadStream |
GridFSBucket.openDownloadStream(ClientSession clientSession,
ObjectId id) |
Deprecated.
Opens a AsyncInputStream from which the application can read the contents of the stored file specified by id .
|
GridFSDownloadStream |
GridFSBucket.openDownloadStream(String filename) |
Deprecated.
Opens a Stream from which the application can read the contents of the latest version of the stored file specified by the
filename .
|
GridFSDownloadStream |
GridFSBucket.openDownloadStream(String filename,
GridFSDownloadOptions options) |
Deprecated.
Opens a Stream from which the application can read the contents of the stored file specified by filename and the revision
in options .
|
GridFSDownloadStream |
GridFSBucket.openDownloadStream(BsonValue id) |
Deprecated.
Opens a AsyncInputStream from which the application can read the contents of the stored file specified by id .
|
GridFSDownloadStream |
GridFSBucket.openDownloadStream(ObjectId id) |
Deprecated.
Opens a AsyncInputStream from which the application can read the contents of the stored file specified by id .
|