IServiceListSharesSegmentOptions interface
Properties
include | Include this parameter to specify one or more datasets to include in the response. |
maxresults | Specifies the maximum number of entries to return. If the request does not specify maxresults, or specifies a value greater than 5,000, the server will return up to 5,000 items. |
prefix | Filters the results to return only entries whose name begins with the specified prefix. |
Property Details
include
Include this parameter to specify one or more datasets to include in the response.
include?: Models.ListSharesIncludeType[]
Property Value
Models.ListSharesIncludeType[]
maxresults
Specifies the maximum number of entries to return. If the request does not specify maxresults, or specifies a value greater than 5,000, the server will return up to 5,000 items.
maxresults?: undefined | number
Property Value
undefined | number
prefix
Filters the results to return only entries whose name begins with the specified prefix.
prefix?: undefined | string
Property Value
undefined | string
Azure SDK for JavaScript