接口 MongoConnectionDetails.GridFs
- 封闭接口:
MongoConnectionDetails
public static interface MongoConnectionDetails.GridFs
GridFS configuration.
-
方法概要
修饰符和类型方法说明GridFS bucket name.GridFS database name.Factory method to create a newMongoConnectionDetails.GridFs
instance.
-
方法详细资料
-
getDatabase
String getDatabase()GridFS database name.- 返回:
- the GridFS database name or
null
-
getBucket
String getBucket()GridFS bucket name.- 返回:
- the GridFS bucket name or
null
-
of
Factory method to create a newMongoConnectionDetails.GridFs
instance.- 参数:
database
- the databasebucket
- the bucket name- 返回:
- a new
MongoConnectionDetails.GridFs
instance
-