HiveJobStatementInfo.LogLocation Property

 

Optional. Gets or sets the log location for this statement.

Namespace:   Microsoft.Azure.Management.DataLake.AnalyticsJob.Models
Assembly:  Microsoft.Azure.Management.DataLake.AnalyticsJob (in Microsoft.Azure.Management.DataLake.AnalyticsJob.dll)

Syntax

public string LogLocation { get; set; }
public:
property String^ LogLocation {
    String^ get();
    void set(String^ value);
}
member LogLocation : string with get, set
Public Property LogLocation As String

Property Value

Type: System.String

See Also

HiveJobStatementInfo Class
Microsoft.Azure.Management.DataLake.AnalyticsJob.Models Namespace

Return to top