USqlTableStatistics.StatDataPath Property

 

Optional. Gets or sets the path to the statistics data.

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

Syntax

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

Property Value

Type: System.String

See Also

USqlTableStatistics Class
Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models Namespace

Return to top