次の方法で共有


DocumentDbOutputDataSource.DocumentId プロパティ

定義

挿入操作または更新操作の基になる主キーを指定するために使用される出力イベントのフィールドの名前を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.documentId")]
public string DocumentId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.documentId")>]
member this.DocumentId : string with get, set
Public Property DocumentId As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象