Java com.mongodb.client.gridfs GridFSBuckets fields, constructors, methods, implement or subclass

Example usage for Java com.mongodb.client.gridfs GridFSBuckets fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.mongodb.client.gridfs GridFSBuckets.

The text is from its open source code.

Method

GridFSBucketcreate(final MongoDatabase database)
Create a new GridFS bucket with the default 'fs' bucket name
GridFSBucketcreate(final MongoDatabase database, final String bucketName)
Create a new GridFS bucket with a custom bucket name