Uses of Class
com.azure.resourcemanager.cosmos.models.MongoDBCollectionGetPropertiesResource
Packages that use MongoDBCollectionGetPropertiesResource
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
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 MongoDBCollectionGetPropertiesResourceModifier and TypeMethodDescriptionMongoDBCollectionGetProperties.resource()
Get the resource property: The resource property.MongoDBCollectionGetResultsInner.resource()
Get the resource property: The resource property.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type MongoDBCollectionGetPropertiesResourceModifier and TypeMethodDescriptionMongoDBCollectionGetProperties.withResource
(MongoDBCollectionGetPropertiesResource resource) Set the resource property: The resource property.MongoDBCollectionGetResultsInner.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 MongoDBCollectionGetPropertiesResourceModifier and TypeMethodDescriptionMongoDBCollectionGetPropertiesResource.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of MongoDBCollectionGetPropertiesResource from the JsonReader.MongoDBCollectionGetPropertiesResource.withAnalyticalStorageTtl
(Integer analyticalStorageTtl) Set the analyticalStorageTtl property: Analytical TTL.MongoDBCollectionGetPropertiesResource.withCreateMode
(CreateMode createMode) Set the createMode property: Enum to indicate the mode of resource creation.Set the id property: Name of the Cosmos DB MongoDB collection.MongoDBCollectionGetPropertiesResource.withIndexes
(List<MongoIndex> indexes) Set the indexes property: List of index keys.MongoDBCollectionGetPropertiesResource.withRestoreParameters
(ResourceRestoreParameters restoreParameters) Set the restoreParameters property: Parameters to indicate the information about the restore.MongoDBCollectionGetPropertiesResource.withShardKey
(Map<String, String> shardKey) Set the shardKey property: A key-value pair of shard keys to be applied for the request.