Package | Description |
---|---|
com.microsoft.azure.management.cosmosdb |
This package contains the classes for CosmosDB.
|
Modifier and Type | Method and Description |
---|---|
MongoIndexOptions |
MongoIndex.options()
Get cosmos DB MongoDB collection index key options.
|
MongoIndexOptions |
MongoIndexOptions.withExpireAfterSeconds(Integer expireAfterSeconds)
Set expire after seconds.
|
MongoIndexOptions |
MongoIndexOptions.withUnique(Boolean unique)
Set is unique or not.
|
Modifier and Type | Method and Description |
---|---|
MongoIndex |
MongoIndex.withOptions(MongoIndexOptions options)
Set cosmos DB MongoDB collection index key options.
|
Copyright © 2019. All rights reserved.