64 строки
4.1 KiB
YAML
64 строки
4.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.cosmos.models.CosmosContainerIdentity"
|
|
fullName: "com.azure.cosmos.models.CosmosContainerIdentity"
|
|
name: "CosmosContainerIdentity"
|
|
nameWithType: "CosmosContainerIdentity"
|
|
summary: "Encapsulates the container link associated with the container."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **CosmosContainerIdentity**"
|
|
constructors:
|
|
- uid: "com.azure.cosmos.models.CosmosContainerIdentity.CosmosContainerIdentity(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.cosmos.models.CosmosContainerIdentity.CosmosContainerIdentity(String databaseName, String containerName)"
|
|
name: "CosmosContainerIdentity(String databaseName, String containerName)"
|
|
nameWithType: "CosmosContainerIdentity.CosmosContainerIdentity(String databaseName, String containerName)"
|
|
summary: "Instantiates a <xref uid=\"com.azure.cosmos.models.CosmosContainerIdentity\" data-throw-if-not-resolved=\"false\" data-raw-source=\"CosmosContainerIdentity\"></xref> class"
|
|
parameters:
|
|
- description: "the name of the database"
|
|
name: "databaseName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "the name of the container"
|
|
name: "containerName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public CosmosContainerIdentity(String databaseName, String containerName)"
|
|
desc: "Instantiates a <xref uid=\"com.azure.cosmos.models.CosmosContainerIdentity\" data-throw-if-not-resolved=\"false\" data-raw-source=\"CosmosContainerIdentity\"></xref> class"
|
|
methods:
|
|
- uid: "com.azure.cosmos.models.CosmosContainerIdentity.equals(java.lang.Object)"
|
|
fullName: "com.azure.cosmos.models.CosmosContainerIdentity.equals(Object o)"
|
|
name: "equals(Object o)"
|
|
nameWithType: "CosmosContainerIdentity.equals(Object o)"
|
|
overridden: "java.lang.Object.equals(java.lang.Object)"
|
|
parameters:
|
|
- name: "o"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
syntax: "public boolean equals(Object o)"
|
|
returns:
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.cosmos.models.CosmosContainerIdentity.hashCode()"
|
|
fullName: "com.azure.cosmos.models.CosmosContainerIdentity.hashCode()"
|
|
name: "hashCode()"
|
|
nameWithType: "CosmosContainerIdentity.hashCode()"
|
|
overridden: "java.lang.Object.hashCode()"
|
|
syntax: "public int hashCode()"
|
|
returns:
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Encapsulates the container link associated with the container."
|
|
metadata: {}
|
|
package: "com.azure.cosmos.models"
|
|
artifact: com.azure:azure-cosmos:4.63.4
|