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?: ListSharesIncludeType[]
Property Value
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?: number
Property Value
number
prefix
Filters the results to return only entries whose name begins with the specified prefix.
prefix?: string
Property Value
string
Azure SDK for JavaScript