Share via


UpdateItem.PartitionKey Property

Definition

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute Newtonsoft.Json.JsonConverterAttribute

Applies to