implicit final class GridStoreClassExtensions extends AnyVal
Grid Store Class Extensions
- Alphabetic
- By Inheritance
- GridStoreClassExtensions
- AnyVal
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new GridStoreClassExtensions(class: GridStoreClass)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val class: GridStoreClass
-
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()
-
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()
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
-
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()
-
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()
-
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()
-
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()
-
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()
-
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()
-
def
toString(): String
- Definition Classes
- Any