GridFSDAO
dev.mongocamp.driver.mongodb.GridFSDAO
abstract class GridFSDAO(provider: DatabaseProvider, bucketName: String) extends Metadata
Attributes
- Graph
-
- Supertypes
Members list
Type members
Inherited classlikes
Attributes
- Inherited from:
- Metadata
- Supertypes
-
class MongoDAO[Document]class Crud[Document]class Search[Document]class Base[Document]trait CirceSchematrait CirceProductSchematrait LazyLoggingclass Objecttrait Matchableclass AnyShow all
Attributes
- Inherited from:
- Metadata
- Supertypes
-
class MongoDAO[Document]class Crud[Document]class Search[Document]class Base[Document]trait CirceSchematrait CirceProductSchematrait LazyLoggingclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
Inherited methods
Attributes
- Inherited from:
- Base
Attributes
- Inherited from:
- Metadata
Attributes
- Inherited from:
- Base
Attributes
- Inherited from:
- Base
Attributes
- Inherited from:
- Base
Attributes
- Inherited from:
- Base
Attributes
- Inherited from:
- Base
Attributes
- Inherited from:
- Metadata
Attributes
- Inherited from:
- Search
Attributes
- Inherited from:
- Search
def insertOne(fileName: String, stream: InputStream, metadata: AnyRef, chunkSizeBytes: Int): Observable[ObjectId]
Attributes
- Inherited from:
- Crud
Attributes
- Inherited from:
- Base
Attributes
- Inherited from:
- Base
Attributes
- Inherited from:
- Base
Attributes
- Inherited from:
- Metadata
Attributes
- Inherited from:
- Metadata
Attributes
- Inherited from:
- Metadata
Attributes
- Inherited from:
- Metadata
Attributes
- Inherited from:
- Metadata
Attributes
- Inherited from:
- Metadata
def upload(fileName: String, source: Observable[ByteBuffer], metadata: AnyRef, chunkSizeBytes: Int): Observable[ObjectId]
Attributes
- Inherited from:
- Base
def uploadFile(fileName: String, file: File, metadata: AnyRef, chunkSizeBytes: Int): Observable[ObjectId]
Attributes
- Inherited from:
- Base
Attributes
- Inherited from:
- Base
Inherited fields
Attributes
- Inherited from:
- LazyLogging
In this article