共用方式為


DataLakeStoreAccountInformationCollectionGetAllOptions Class

Definition

The DataLakeStoreAccountInformationCollectionGetAllOptions.

public class DataLakeStoreAccountInformationCollectionGetAllOptions
type DataLakeStoreAccountInformationCollectionGetAllOptions = class
Public Class DataLakeStoreAccountInformationCollectionGetAllOptions
Inheritance
DataLakeStoreAccountInformationCollectionGetAllOptions

Constructors

DataLakeStoreAccountInformationCollectionGetAllOptions()

Initializes a new instance of DataLakeStoreAccountInformationCollectionGetAllOptions.

Properties

Count

The 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