Share via


StagingSettings.Path Property

Definition

Gets or sets the path to storage for storing the interim data. Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="path")]
public object Path { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="path")>]
member this.Path : obj with get, set
Public Property Path As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to