Share via


UpdateItem.Id Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute Newtonsoft.Json.JsonConverterAttribute

Applies to