MongoIndexOptions Class
Cosmos DB MongoDB collection index options.
- Inheritance
-
MongoIndexOptions
Constructor
MongoIndexOptions(*, expire_after_seconds: Optional[int] = None, unique: Optional[bool] = None, **kwargs)
Variables
- expire_after_seconds
- int
Expire after seconds.
- unique
- bool
Is unique or not.
Feedback
Submit and view feedback for