| Modifier and Type | Method and Description |
|---|---|
GridFsDownloadOptions |
GridFsDownloadOptions.setRevision(Integer revision) |
| Modifier and Type | Method and Description |
|---|---|
Future<Long> |
MongoGridFsClient.downloadByFileNameWithOptions(WriteStream<Buffer> stream,
String fileName,
GridFsDownloadOptions options)
Like
MongoGridFsClient.downloadByFileNameWithOptions(WriteStream, String, GridFsDownloadOptions, Handler) but returns a Future of the asynchronous result |
MongoGridFsClient |
MongoGridFsClient.downloadByFileNameWithOptions(WriteStream<Buffer> stream,
String fileName,
GridFsDownloadOptions options,
Handler<AsyncResult<Long>> resultHandler) |
ReadStream<Buffer> |
MongoGridFsClient.readByFileNameWithOptions(String fileName,
GridFsDownloadOptions options)
Read file by name to ReadStream with options
|
| Constructor and Description |
|---|
GridFsDownloadOptions(GridFsDownloadOptions options)
Copy constructor
|
Copyright © 2023 Eclipse. All rights reserved.