你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataLakeAnalyticsStorageAccountInformationCollectionGetAllOptions Class

Definition

The DataLakeAnalyticsStorageAccountInformationCollectionGetAllOptions.

public class DataLakeAnalyticsStorageAccountInformationCollectionGetAllOptions
type DataLakeAnalyticsStorageAccountInformationCollectionGetAllOptions = class
Public Class DataLakeAnalyticsStorageAccountInformationCollectionGetAllOptions
Inheritance
DataLakeAnalyticsStorageAccountInformationCollectionGetAllOptions

Constructors

Name Description
DataLakeAnalyticsStorageAccountInformationCollectionGetAllOptions()

Initializes a new instance of DataLakeAnalyticsStorageAccountInformationCollectionGetAllOptions.

Properties

Name Description
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

The 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