JobErrorDetails.FilePath Property
Optional. Gets or sets the path to any supplemental error files, if any.
Namespace: Microsoft.Azure.Management.DataLake.AnalyticsJob.Models
Assembly: Microsoft.Azure.Management.DataLake.AnalyticsJob (in Microsoft.Azure.Management.DataLake.AnalyticsJob.dll)
Syntax
public string FilePath { get; set; }
public:
property String^ FilePath {
String^ get();
void set(String^ value);
}
member FilePath : string with get, set
Public Property FilePath As String
Property Value
Type: System.String
See Also
JobErrorDetails Class
Microsoft.Azure.Management.DataLake.AnalyticsJob.Models Namespace
Return to top