Class CosmosContainerIdentity

java.lang.Object
com.azure.cosmos.models.CosmosContainerIdentity

public final class CosmosContainerIdentity extends Object
Encapsulates the container link associated with the container.
  • Constructor Details

    • CosmosContainerIdentity

      public CosmosContainerIdentity(String databaseName, String containerName)
      Instantiates a CosmosContainerIdentity class
      Parameters:
      databaseName - the name of the database
      containerName - the name of the container
  • Method Details