JobListParameters.Select Property

 

Optional. Gets or sets OData selection criteria, which is a comma delimited list of properties to select (e.g. 'name,id,type'). Optional.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top