Package

io.scalajs.npm.mongodb

gridfs

Permalink

package gridfs

mongodb/gridfs package object

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. gridfs
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class DownloadStreamByNameOptions extends Object

    Permalink

    GridFS Bucket Download Stream (By Name) Options

    GridFS Bucket Download Stream (By Name) Options

    Annotations
    @RawJSType() @ScalaJSDefined()
  2. class DownloadStreamOptions extends Object

    Permalink

    GridFS Bucket Download Stream Options

    GridFS Bucket Download Stream Options

    Annotations
    @RawJSType() @ScalaJSDefined()
  3. class GridFSBucket extends Object

    Permalink

    GridFS Bucket

    GridFS Bucket

    Annotations
    @RawJSType() @native() @JSImport( "mongodb" , "GridFSBucket" )
  4. class GridFSBucketFindOptions extends Object

    Permalink

    GridFS Bucket Find Options

    GridFS Bucket Find Options

    Annotations
    @RawJSType() @ScalaJSDefined()
  5. class GridFSBucketReadStream extends Object with Readable

    Permalink

    GridFS Bucket Read Stream

    GridFS Bucket Read Stream

    Annotations
    @RawJSType() @native() @JSImport( "mongodb" , "GridFSBucketReadStream" )
    See also

    http://mongodb.github.io/node-mongodb-native/2.1/api/GridFSBucketReadStream.html
  6. implicit final class GridFSBucketReadStreamExtensions extends AnyVal

    Permalink

    GridFS Bucket Read Stream Extensions

  7. trait GridFSBucketWriteStream extends Object with Writable

    Permalink

    GridFS Bucket Write Stream

    GridFS Bucket Write Stream

    Annotations
    @RawJSType() @native()
  8. class GridFSOptions extends Object

    Permalink

    GridFS Bucket Options

    GridFS Bucket Options

    Annotations
    @RawJSType() @ScalaJSDefined()
  9. class GridOptions extends Object

    Permalink

    Grid Options

    Grid Options

    Annotations
    @RawJSType() @ScalaJSDefined()
  10. class GridStore extends Object with IEventEmitter

    Permalink

    Grid Store

    Grid Store

    Annotations
    @RawJSType() @native() @JSImport( "mongodb" , "GridStore" )
  11. trait GridStoreClass extends Object

    Permalink

    Grid Store Class

    Grid Store Class

    Annotations
    @RawJSType() @native()
    See also

    https://mongodb.github.io/node-mongodb-native/api-generated/gridstore.html
  12. implicit final class GridStoreExtensions extends AnyVal

    Permalink

    Grid Store Extensions

  13. class GridStoreOptions extends Object

    Permalink

    Grid Store Options

    Grid Store Options

    Annotations
    @RawJSType() @ScalaJSDefined()
  14. class ReadStreamOptions extends Object

    Permalink

    GridFS Bucket Read Stream Options

    GridFS Bucket Read Stream Options

    Annotations
    @RawJSType() @ScalaJSDefined()
  15. class UploadStreamOptions extends Object

    Permalink

    GridFS Bucket Upload Stream Options

    GridFS Bucket Upload Stream Options

    Annotations
    @RawJSType() @ScalaJSDefined()
  16. class GridStoreStream extends Object with Duplex

    Permalink

    Grid Store Stream

    Grid Store Stream

    Annotations
    @RawJSType() @deprecated @native() @JSImport( "mongodb" , "GridStoreStream" )
    Deprecated

    (Since version 2.2) Use GridFSBucket API instead

Value Members

  1. object GridStore extends Object with GridStoreClass

    Permalink

    Grid Store Companion

    Grid Store Companion

    Annotations
    @native() @JSName( "GridStore" )
  2. object GridStoreClass

    Permalink

    Grid Store Class Companion

Inherited from AnyRef

Inherited from Any

Ungrouped