PartitionKey Class
Updated: June 30, 2017
Represents a partition key value that identifies the target partition of a collection in the Azure DocumentDB database service.
Assembly: Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)
| Name | Description | |
|---|---|---|
![]() | PartitionKey | Instantiate a new instance of the PartitionKey object. |
| Name | Description | |
|---|---|---|
![]() | Equals | Overrides the Equal operator for object comparisons between two instances of PartitionKey. (Overrides ObjectEquals.) |
![]() ![]() | FromJsonString | Instantiate a new instance of the PartitionKey object. |
![]() | GetHashCode | Hash function to return the hash code for the object. (Overrides ObjectGetHashCode.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | Override the base ToString method to output the value of each key component, separated by a space. (Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
![]() | IsDefined | Determines if a certain property is defined or not. (Defined by TypeCheckFunctionsExtensions.) |
![]() | IsNull | Determines if a certain property is null or not. (Defined by TypeCheckFunctionsExtensions.) |
![]() | IsPrimitive | Determines if a certain property is of premitive JSON type. (Defined by TypeCheckFunctionsExtensions.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

