Uses of Class
com.azure.resourcemanager.cosmos.models.MongoDBCollectionGetPropertiesResource
-
Packages that use MongoDBCollectionGetPropertiesResource 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 MongoDBCollectionGetPropertiesResource in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return MongoDBCollectionGetPropertiesResource Modifier and Type Method Description MongoDBCollectionGetPropertiesResourceMongoDBCollectionGetProperties. resource()Get the resource property: The resource property.MongoDBCollectionGetPropertiesResourceMongoDBCollectionGetResultsInner. resource()Get the resource property: The resource property.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type MongoDBCollectionGetPropertiesResource Modifier and Type Method Description MongoDBCollectionGetPropertiesMongoDBCollectionGetProperties. withResource(MongoDBCollectionGetPropertiesResource resource)Set the resource property: The resource property.MongoDBCollectionGetResultsInnerMongoDBCollectionGetResultsInner. withResource(MongoDBCollectionGetPropertiesResource resource)Set the resource property: The resource property. -
Uses of MongoDBCollectionGetPropertiesResource in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return MongoDBCollectionGetPropertiesResource Modifier and Type Method Description MongoDBCollectionGetPropertiesResourceMongoDBCollectionGetPropertiesResource. withAnalyticalStorageTtl(Integer analyticalStorageTtl)Set the analyticalStorageTtl property: Analytical TTL.MongoDBCollectionGetPropertiesResourceMongoDBCollectionGetPropertiesResource. withId(String id)Set the id property: Name of the Cosmos DB MongoDB collection.MongoDBCollectionGetPropertiesResourceMongoDBCollectionGetPropertiesResource. withIndexes(List<MongoIndex> indexes)Set the indexes property: List of index keys.MongoDBCollectionGetPropertiesResourceMongoDBCollectionGetPropertiesResource. withShardKey(Map<String,String> shardKey)Set the shardKey property: A key-value pair of shard keys to be applied for the request.
-