Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Mongodb.client.gridfs Classes and Interfaces - 8 results found.
NameDescriptionTypePackageFramework
GridFSBucketRepresents a GridFS BucketGiven a id, delete this stored file's files collection document and associated chunks from a GridFS bucket.Interfacemongodb.client.gridfsMongoDB NoSQL
GridFSBucketsA factory for GridFSBucket instances.Classmongodb.client.gridfsMongoDB NoSQL
GridFSDownloadByNameOptionsThe GridFS download by name options Controls the selection of the revision to downloadClassmongodb.client.gridfs.modelMongoDB NoSQL
GridFSDownloadStreamA GridFS InputStream for downloading data from GridFS Provides the GridFSFile for the file to being downloaded as well as the read methods of a InputStreamClassmongodb.client.gridfsMongoDB NoSQL
GridFSFileClassmongodb.client.gridfs.modelMongoDB NoSQL
GridFSFindIterableIterable for the GridFS Files Collection.Interfacemongodb.client.gridfsMongoDB NoSQL
GridFSUploadOptionsGridFS upload options Customizable options used when uploading files into GridFSClassmongodb.client.gridfs.modelMongoDB NoSQL
GridFSUploadStreamA GridFS OutputStream for uploading data into GridFS Provides the id for the file to be uploaded as well as the write methods of a OutputStreamClassmongodb.client.gridfsMongoDB NoSQL