次の方法で共有


UpdateItem.Id プロパティ

定義

[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

プロパティ値

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

適用対象