Class

io.scalajs.npm.mongodb.gridfs.GridStoreClass

GridStoreClassExtensions

Related Doc: package GridStoreClass

Permalink

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)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val class: GridStoreClass

    Permalink
  6. def existFuture(db: Db, name: String): Future[GridStore]

    Permalink

    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): Future[GridStore]

    Permalink

    Checks if a file exists in the database.

    Checks if a file exists in the database.

    Annotations
    @inline()
  8. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  9. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  10. def listFuture(db: Db): Future[Array[String]]

    Permalink

    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): Future[Array[String]]

    Permalink

    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): Future[Array[T]]

    Permalink

    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): Future[Array[T]]

    Permalink

    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): Future[Array[T]]

    Permalink

    Reads the contents of a file.

    Reads the contents of a file.

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

    Permalink

    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): Future[Array[String]]

    Permalink

    Reads the data of this file.

    Reads the data of this file.

    Annotations
    @inline()
  17. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped