Class GridFsDownloadOptions

java.lang.Object
io.vertx.ext.mongo.GridFsDownloadOptions

public class GridFsDownloadOptions extends Object
Options used to configure downloads from GridFS.
Author:
David Bush
  • Field Details

    • DEFAULT_REVISION

      public static final Integer DEFAULT_REVISION
  • Constructor Details

    • GridFsDownloadOptions

      public GridFsDownloadOptions()
      Default constructor
    • GridFsDownloadOptions

      public GridFsDownloadOptions(GridFsDownloadOptions options)
      Copy constructor
      Parameters:
      options - the one to copy
    • GridFsDownloadOptions

      public GridFsDownloadOptions(JsonObject options)
      Constructor from JSON
      Parameters:
      options - the JSON
  • Method Details