DataLakeAnalyticsStorageAccountInformationCollectionGetAllOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The DataLakeAnalyticsStorageAccountInformationCollectionGetAllOptions.
public class DataLakeAnalyticsStorageAccountInformationCollectionGetAllOptions
type DataLakeAnalyticsStorageAccountInformationCollectionGetAllOptions = class
Public Class DataLakeAnalyticsStorageAccountInformationCollectionGetAllOptions
- Inheritance
-
DataLakeAnalyticsStorageAccountInformationCollectionGetAllOptions
Constructors
DataLakeAnalyticsStorageAccountInformationCollectionGetAllOptions() |
Initializes a new instance of DataLakeAnalyticsStorageAccountInformationCollectionGetAllOptions. |
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 |
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
Azure SDK for .NET