Packages

c

io.scalajs.npm.mongodb.gridfs.GridStoreClass

GridStoreClassExtensions

implicit final class GridStoreClassExtensions extends AnyVal

Grid Store Class Extensions

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

Instance Constructors

  1. new GridStoreClassExtensions(class: GridStoreClass)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val class: GridStoreClass
  6. def existFuture(db: Db, name: String): Promise[GridStore]

    Checks if a file exists in the database.

    Checks if a file exists in the database.

    Annotations
    @inline()
  7. def existFuture(db: Db, name: String, rootCollection: String): Promise[GridStore]

    Checks if a file exists in the database.

    Checks if a file exists in the database.

    Annotations
    @inline()
  8. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. def listFuture(db: Db): Promise[Array[String]]

    Gets the list of files stored in the GridFS.

    Gets the list of files stored in the GridFS.

    Annotations
    @inline()
  11. def listFuture(db: Db, rootCollection: String): Promise[Array[String]]

    Gets the list of files stored in the GridFS.

    Gets the list of files stored in the GridFS.

    Annotations
    @inline()
  12. def readFuture[T <: Any](db: Db, name: String, length: Int, offset: Int, options: GridStoreOptions): Promise[Array[T]]

    Reads the contents of a file.

    Reads the contents of a file.

    Annotations
    @inline()
  13. def readFuture[T <: Any](db: Db, name: String, length: Int, offset: Int): Promise[Array[T]]

    Reads the contents of a file.

    Reads the contents of a file.

    Annotations
    @inline()
  14. def readFuture[T <: Any](db: Db, name: String, length: Int): Promise[Array[T]]

    Reads the contents of a file.

    Reads the contents of a file.

    Annotations
    @inline()
  15. def readFuture[T <: Any](db: Db, name: String): Promise[Array[T]]

    Reads the contents of a file.

    Reads the contents of a file.

    Annotations
    @inline()
  16. def readlinesFuture(db: Db, name: String, separator: String, options: GridStoreOptions): Promise[Array[String]]

    Reads the data of this file.

    Reads the data of this file.

    Annotations
    @inline()
  17. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped