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.

Namespace:   Microsoft.Azure.Documents
Assembly:  Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)

SystemObject
  Microsoft.Azure.DocumentsPartitionKey

No code example is currently available or this language may not be supported.

NameDescription
System_CAPS_pubmethodPartitionKey

Instantiate a new instance of the PartitionKey object.

NameDescription
System_CAPS_pubmethodEquals

Overrides the Equal operator for object comparisons between two instances of PartitionKey. (Overrides ObjectEquals.)

System_CAPS_pubmethodSystem_CAPS_staticFromJsonString

Instantiate a new instance of the PartitionKey object.

System_CAPS_pubmethodGetHashCode

Hash function to return the hash code for the object. (Overrides ObjectGetHashCode.)

System_CAPS_pubmethodGetType

(Inherited from Object.)

System_CAPS_pubmethodToString

Override the base ToString method to output the value of each key component, separated by a space. (Overrides ObjectToString.)

NameDescription
System_CAPS_pubmethodIsDefined

Determines if a certain property is defined or not. (Defined by TypeCheckFunctionsExtensions.)

System_CAPS_pubmethodIsNull

Determines if a certain property is null or not. (Defined by TypeCheckFunctionsExtensions.)

System_CAPS_pubmethodIsPrimitive

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.

Return to top
Show: