Module vibe.db.mongo.impl.index
MongoDB index API definitions.
Structs
Name | Description |
---|---|
CreateIndexOptions
|
|
DropIndexOptions
|
|
IndexModel
|
|
IndexOptions
|
Enums
Name | Description |
---|---|
IndexFlags
|
|
IndexType
|
Specifies the different index types which are available for index creation. |
Aliases
Name | Type | Description |
---|---|---|
CreateIndexesOptions
|
CreateIndexOptions
|
Same as CreateIndexOptions |
DropIndexesOptions
|
DropIndexOptions
|
Same as DropIndexOptions |