Permission.ResourcePartitionKey Property

Definition

Gets or sets optional partition key value for the permission in the Azure DocumentDB database service. A permission applies to resources when two conditions are met:

  1. ResourceLink is prefix of resource's link. For example "/dbs/mydatabase/colls/mycollection" applies to "/dbs/mydatabase/colls/mycollection" and "/dbs/mydatabase/colls/mycollection/docs/mydocument"
  2. ResourcePartitionKey is superset of resource's partition key. For example absent/empty partition key is superset of all partition keys.
[Newtonsoft.Json.JsonProperty(PropertyName="resourcePartitionKey")]
public Microsoft.Azure.Documents.PartitionKey ResourcePartitionKey { get; set; }
Property Value