Permission.ResourcePartitionKey プロパティ

定義

Azure Cosmos DB サービスのアクセス許可のオプションのパーティション キー値を取得または設定します。 アクセス許可は、2 つの条件が満たされた場合にリソースに適用されます。1。 ResourceLink はリソースのリンクのプレフィックスです。 たとえば、"/dbs/mydatabase/colls/mycollection" は "/dbs/mydatabase/colls/mycollection" と "/dbs/mydatabase/colls/mycollection/docs/mydocument" 2 に適用されます。 ResourcePartitionKey は、リソースのパーティション キーのスーパーセットです。 たとえば、存在しない/空のパーティション キーは、すべてのパーティション キーのスーパーセットです。

[Newtonsoft.Json.JsonProperty(PropertyName="resourcePartitionKey")]
public Microsoft.Azure.Documents.PartitionKey ResourcePartitionKey { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="resourcePartitionKey")>]
member this.ResourcePartitionKey : Microsoft.Azure.Documents.PartitionKey with get, set
Public Property ResourcePartitionKey As PartitionKey

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象