Package com.azure.cosmos.models
Class CosmosItemIdentity
java.lang.Object
com.azure.cosmos.models.CosmosItemIdentity
Encapsulates the PartitionKey/id tuple that uniquely identifies a CosmosItem
-
Constructor Summary
ConstructorDescriptionCosmosItemIdentity
(PartitionKey partitionKey, String id) Instantiates an instance of the CosmosItemIdentity class -
Method Summary
-
Constructor Details
-
CosmosItemIdentity
Instantiates an instance of the CosmosItemIdentity class- Parameters:
partitionKey
- the partition key - must not be nullid
- the item id value - must be unique within the scope of a logical partition, must not be null or empty
-
-
Method Details
-
getPartitionKey
Gets the partition key
- Returns:
- the partition key - must not be null
-
getId
Gets the id value uniquely identifying this item within the scope of a logical partition
- Returns:
- the id value uniquely identifying this item within the scope of a logical partition - must not be null or empty
-
equals
-
hashCode
public int hashCode()
-