Share via


DocumentDbOutputDataSource.AccountKey Property

Definition

Gets or sets the account key for the DocumentDB account. Required on PUT (CreateOrReplace) requests.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to