HiveJobStatementInfo.ResultPreviewLocation Property

 

Optional. Gets or sets the result preview 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 ResultPreviewLocation { get; set; }
public:
property String^ ResultPreviewLocation {
    String^ get();
    void set(String^ value);
}
member ResultPreviewLocation : string with get, set
Public Property ResultPreviewLocation As String

Property Value

Type: System.String

See Also

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

Return to top