DataLakeStoreAccountListParameters.Search Property

 

Optional. Gets or sets a free form search. A free-text search expression to match for whether a particular entry should be included in the feed, e.g. Categories?$search=blue OR green. Optional.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top