Share via


DataLakeStoreAccountCollectionGetAllOptions Class

Definition

The DataLakeStoreAccountCollectionGetAllOptions.

public class DataLakeStoreAccountCollectionGetAllOptions
type DataLakeStoreAccountCollectionGetAllOptions = class
Public Class DataLakeStoreAccountCollectionGetAllOptions
Inheritance
DataLakeStoreAccountCollectionGetAllOptions

Constructors

DataLakeStoreAccountCollectionGetAllOptions()

Initializes a new instance of DataLakeStoreAccountCollectionGetAllOptions.

Properties

Count

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.

Filter

OData filter. Optional.

OrderBy

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.

Select

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

Skip

The number of items to skip over before returning elements. Optional.

Top

The number of items to return. Optional.

Applies to