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
ConstructorsConstructorDescriptionCosmosContainerIdentity(String databaseName, String containerName) Instantiates aCosmosContainerIdentityclass -
Method Summary
-
Constructor Details
-
CosmosContainerIdentity
Instantiates aCosmosContainerIdentityclass- Parameters:
databaseName- the name of the databasecontainerName- the name of the container
-
-
Method Details