DataLakeStoreAccountListParameters Class

 

Data Lake Store account list parameters.

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

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountListParameters

Syntax

public class DataLakeStoreAccountListParameters
public ref class DataLakeStoreAccountListParameters 
type DataLakeStoreAccountListParameters = class end
Public Class DataLakeStoreAccountListParameters

Constructors

Name Description
System_CAPS_pubmethod DataLakeStoreAccountListParameters()

Initializes a new instance of the DataLakeStoreAccountListParameters class.

Properties

Name Description
System_CAPS_pubproperty Count

Optional. Gets or sets a Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

System_CAPS_pubproperty Expand

Optional. Gets or sets OData expansion. Expand related resources in line with the retrieved resources, e.g. Categories/$expand=Products would expand Product data in line with each Category entry. Optional.

System_CAPS_pubproperty Filter

Optional. Gets or sets OData filter. Optional.

System_CAPS_pubproperty Format

Optional. Gets or sets the return format. Return the response in particular formatxii without access to request headers for standard content-type negotiation (e.g Orders?$format=json). Optional.

System_CAPS_pubproperty OrderBy

Optional. Gets or sets the OrderBy clause. One or more comma-separated expressions with an optional “asc” (the default) or “desc” depending on the order you’d like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.

System_CAPS_pubproperty Search

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.

System_CAPS_pubproperty Select

Optional. Gets or sets OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

System_CAPS_pubproperty Skip

Optional. Gets or sets the number of items to skip over before returning elements. Optional.

System_CAPS_pubproperty Top

Optional. Gets or sets the number of items to return. Optional.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

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

Return to top