Package | Description |
---|---|
com.mongodb.client.model |
This package contains models and options that help describe MongoCollection operations
|
Modifier and Type | Method and Description |
---|---|
IndexOptionDefaults |
CreateCollectionOptions.getIndexOptionDefaults()
Gets the index option defaults for the collection.
|
IndexOptionDefaults |
IndexOptionDefaults.storageEngine(Bson storageEngine)
Sets the default storage engine options document for indexes.
|
Modifier and Type | Method and Description |
---|---|
CreateCollectionOptions |
CreateCollectionOptions.indexOptionDefaults(IndexOptionDefaults indexOptionDefaults)
Sets the index option defaults for the collection.
|
Copyright © 2016. All Rights Reserved.