Metadata
dev.mongocamp.driver.mongodb.gridfs.Metadata
abstract class Metadata(provider: DatabaseProvider, bucketName: String) extends Crud
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
class GridFSDAO
Members list
Type members
Classlikes
Attributes
- Supertypes
-
class MongoDAO[Document]class Crud[Document]class Search[Document]class Base[Document]trait CirceSchematrait CirceProductSchematrait LazyLoggingclass Objecttrait Matchableclass AnyShow all
- Self type
-
Chunks.type
Attributes
- Supertypes
-
class MongoDAO[Document]class Crud[Document]class Search[Document]class Base[Document]trait CirceSchematrait CirceProductSchematrait LazyLoggingclass Objecttrait Matchableclass AnyShow all
- Self type
-
Files.type
Value members
Concrete methods
Inherited methods
Attributes
- Inherited from:
- Base
Attributes
- Inherited from:
- Base
Attributes
- Inherited from:
- Base
Attributes
- Inherited from:
- Base
Attributes
- Inherited from:
- Base
Attributes
- Inherited from:
- Base
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
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 and Abstract methods
Attributes
- Inherited from:
- Base
Inherited fields
Attributes
- Inherited from:
- LazyLogging
In this article