HiveProperties.WarehouseLocation Property
Optional. Gets or sets the Hive warehouse location
Namespace: Microsoft.Azure.Management.DataLake.AnalyticsJob.Models
Assembly: Microsoft.Azure.Management.DataLake.AnalyticsJob (in Microsoft.Azure.Management.DataLake.AnalyticsJob.dll)
Syntax
public string WarehouseLocation { get; set; }
public:
property String^ WarehouseLocation {
String^ get();
void set(String^ value);
}
member WarehouseLocation : string with get, set
Public Property WarehouseLocation As String
Property Value
Type: System.String
See Also
HiveProperties Class
Microsoft.Azure.Management.DataLake.AnalyticsJob.Models Namespace
Return to top