DataLakeStoreAccountListParameters.Filter Property

 

Optional. Gets or sets OData filter. Optional.

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

Syntax

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

Property Value

Type: System.String

See Also

DataLakeStoreAccountListParameters Class
Microsoft.Azure.Management.DataLake.Store.Models Namespace

Return to top