次の方法で共有


UpdateItem.PartitionKey プロパティ

定義

[Newtonsoft.Json.JsonProperty("pk")]
public string PartitionKey { get; }
[Newtonsoft.Json.JsonProperty("pk")]
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.CosmosDB.BulkExecutor.BulkUpdate.SingleQuoteConverter))]
public string PartitionKey { get; }
[<Newtonsoft.Json.JsonProperty("pk")>]
member this.PartitionKey : string
[<Newtonsoft.Json.JsonProperty("pk")>]
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.CosmosDB.BulkExecutor.BulkUpdate.SingleQuoteConverter))>]
member this.PartitionKey : string
Public ReadOnly Property PartitionKey As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute Newtonsoft.Json.JsonConverterAttribute

適用対象