PartitionKey.None Property

Definition

Instantiates a new instance of the PartitionKey object.

public static Microsoft.Azure.Documents.PartitionKey None { get; }
static member None : Microsoft.Azure.Documents.PartitionKey
Public Shared ReadOnly Property None As PartitionKey

Property Value

Remarks

The returned object represents a partition key value that allows creating and accessing documents without a value for partition key

Applies to