Package com.mongodb.client.model
Class IndexOptionDefaults
java.lang.Object
com.mongodb.client.model.IndexOptionDefaults
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
The default options for a collection to apply on the creation of indexes.
- Since:
- 3.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the default storage engine options document for indexes.storageEngine
(Bson storageEngine) Deprecated.Sets the default storage engine options document for indexes.toString()
Deprecated.
-
Constructor Details
-
IndexOptionDefaults
public IndexOptionDefaults()Deprecated.
-
-
Method Details
-
getStorageEngine
Deprecated.Gets the default storage engine options document for indexes.- Returns:
- the storage engine options
-
storageEngine
Deprecated.Sets the default storage engine options document for indexes.- Parameters:
storageEngine
- the storage engine options- Returns:
- this
-
toString
Deprecated.
-