package gridfs
mongodb/gridfs package object
- Alphabetic
- By Inheritance
- gridfs
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
class
DownloadStreamByNameOptions
extends Object
GridFS Bucket Download Stream (By Name) Options
GridFS Bucket Download Stream (By Name) Options
- Annotations
- @RawJSType() @ScalaJSDefined()
-
class
DownloadStreamOptions
extends Object
GridFS Bucket Download Stream Options
GridFS Bucket Download Stream Options
- Annotations
- @RawJSType() @ScalaJSDefined()
-
class
GridFSBucket
extends Object
GridFS Bucket
GridFS Bucket
- Annotations
- @RawJSType() @native() @JSImport( "mongodb" , "GridFSBucket" )
-
class
GridFSBucketFindOptions
extends Object
GridFS Bucket Find Options
GridFS Bucket Find Options
- Annotations
- @RawJSType() @ScalaJSDefined()
-
class
GridFSBucketReadStream
extends Object with Readable
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
-
implicit final
class
GridFSBucketReadStreamExtensions
extends AnyVal
GridFS Bucket Read Stream Extensions
-
class
GridFSBucketWriteStream
extends Object with Writable
A writable stream that enables you to write buffers to GridFS.
A writable stream that enables you to write buffers to GridFS. Do not instantiate this class directly. Use openUploadStream() instead.
- Annotations
- @RawJSType() @native() @JSImport( "mongodb" , "GridFSBucketWriteStream" )
-
class
GridFSOptions
extends Object
GridFS Bucket Options
GridFS Bucket Options
- Annotations
- @RawJSType() @ScalaJSDefined()
-
class
GridOptions
extends Object
Grid Options
Grid Options
- Annotations
- @RawJSType() @ScalaJSDefined()
-
class
GridStore
extends Object with IEventEmitter
Grid Store
Grid Store
- Annotations
- @RawJSType() @native() @JSImport( "mongodb" , "GridStore" )
-
trait
GridStoreClass
extends Object
Grid Store Class
Grid Store Class
- Annotations
- @RawJSType() @native()
- See also
https://mongodb.github.io/node-mongodb-native/api-generated/gridstore.html
-
implicit final
class
GridStoreExtensions
extends AnyVal
Grid Store Extensions
-
class
GridStoreOptions
extends Object
Grid Store Options
Grid Store Options
- Annotations
- @RawJSType() @ScalaJSDefined()
-
class
ReadStreamOptions
extends Object
GridFS Bucket Read Stream Options
GridFS Bucket Read Stream Options
- Annotations
- @RawJSType() @ScalaJSDefined()
-
class
UploadStreamOptions
extends Object
GridFS Bucket Upload Stream Options
GridFS Bucket Upload Stream Options
- Annotations
- @RawJSType() @ScalaJSDefined()
-
class
WriteStreamOptions
extends Object
Write Stream Options
Write Stream Options
- Annotations
- @RawJSType() @ScalaJSDefined()
-
class
GridStoreStream
extends Object with IDuplex
Create a new GridStoreStream instance (INTERNAL TYPE, do not instantiate directly)
Create a new GridStoreStream instance (INTERNAL TYPE, do not instantiate directly)
- returns
GridStoreStream instance.
- Annotations
- @RawJSType() @native() @JSImport( "mongodb" , "GridStoreStream" ) @deprecated
- Deprecated
(Since version 2.1) Use GridFSBucket API instead
Value Members
-
object
GridStore
extends Object with GridStoreClass
Grid Store Companion
Grid Store Companion
- Annotations
- @native() @JSImport( "mongodb" , "GridStore" )
-
object
GridStoreClass
Grid Store Class Companion