Uses of Class
com.azure.resourcemanager.cosmos.models.MongoDBCollectionResource
-
Packages that use MongoDBCollectionResource Package Description com.azure.resourcemanager.cosmos.fluent.models Package containing the inner data models for CosmosDBManagementClient.com.azure.resourcemanager.cosmos.models Package containing the data models for CosmosDBManagementClient. -
-
Uses of MongoDBCollectionResource in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return MongoDBCollectionResource Modifier and Type Method Description MongoDBCollectionResourceMongoDBCollectionCreateUpdateProperties. resource()Get the resource property: The standard JSON format of a MongoDB collection.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type MongoDBCollectionResource Modifier and Type Method Description MongoDBCollectionCreateUpdatePropertiesMongoDBCollectionCreateUpdateProperties. withResource(MongoDBCollectionResource resource)Set the resource property: The standard JSON format of a MongoDB collection. -
Uses of MongoDBCollectionResource in com.azure.resourcemanager.cosmos.models
Subclasses of MongoDBCollectionResource in com.azure.resourcemanager.cosmos.models Modifier and Type Class Description classMongoDBCollectionGetPropertiesResourceThe MongoDBCollectionGetPropertiesResource model.Methods in com.azure.resourcemanager.cosmos.models that return MongoDBCollectionResource Modifier and Type Method Description MongoDBCollectionResourceMongoDBCollectionCreateUpdateParameters. resource()Get the resource property: The standard JSON format of a MongoDB collection.MongoDBCollectionResourceMongoDBCollectionResource. withAnalyticalStorageTtl(Integer analyticalStorageTtl)Set the analyticalStorageTtl property: Analytical TTL.MongoDBCollectionResourceMongoDBCollectionResource. withId(String id)Set the id property: Name of the Cosmos DB MongoDB collection.MongoDBCollectionResourceMongoDBCollectionResource. withIndexes(List<MongoIndex> indexes)Set the indexes property: List of index keys.MongoDBCollectionResourceMongoDBCollectionResource. withShardKey(Map<String,String> shardKey)Set the shardKey property: A key-value pair of shard keys to be applied for the request.Methods in com.azure.resourcemanager.cosmos.models with parameters of type MongoDBCollectionResource Modifier and Type Method Description MongoDBCollectionCreateUpdateParametersMongoDBCollectionCreateUpdateParameters. withResource(MongoDBCollectionResource resource)Set the resource property: The standard JSON format of a MongoDB collection.
-