Package com.mongodb.client.model
Class IndexModel
java.lang.Object
com.mongodb.client.model.IndexModel
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
A model describing the creation of a single index.
- Since:
- 3.0
-
Constructor Summary
ConstructorsConstructorDescriptionIndexModel
(Bson keys) Deprecated.Construct an instance with the given keys.IndexModel
(Bson keys, IndexOptions options) Deprecated.Construct an instance with the given keys and options. -
Method Summary
-
Constructor Details
-
IndexModel
Deprecated.Construct an instance with the given keys.- Parameters:
keys
- the index keys
-
IndexModel
Deprecated.Construct an instance with the given keys and options.- Parameters:
keys
- the index keysoptions
- the index options
-
-
Method Details