Share via


AzureMLWebServiceFile.FilePath Property

Definition

Gets or sets the relative file path, including container name, in the Azure Blob Storage specified by the LinkedService. Type: string (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to