Package com.azure.cosmos.models
Class CosmosContainerIdentity
java.lang.Object
com.azure.cosmos.models.CosmosContainerIdentity
Encapsulates the container link associated with the container.
-
Constructor Summary
ConstructorDescriptionCosmosContainerIdentity
(String databaseName, String containerName) Instantiates aCosmosContainerIdentity
class -
Method Summary
-
Constructor Details
-
CosmosContainerIdentity
Instantiates aCosmosContainerIdentity
class- Parameters:
databaseName
- the name of the databasecontainerName
- the name of the container
-
-
Method Details