GlossaryListTermsQueryParamProperties interface
Properties
| api-version | The API version to use for this operation. |
| limit | The page size - by default there is no paging. |
| offset | The offset for pagination purpose. |
| sort | The sort order, ASC (default) or DESC. |
Property Details
api-version
The API version to use for this operation.
api-version?: string
Property Value
string
limit
The page size - by default there is no paging.
limit?: number
Property Value
number
offset
The offset for pagination purpose.
offset?: number
Property Value
number
sort
The sort order, ASC (default) or DESC.
sort?: string
Property Value
string