Share via


DocumentDbOutputDataSource.DocumentId Property

Definition

Gets or sets the name of the field in output events used to specify the primary key which insert or update operations are based on.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to