Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Contains paging information for results that are returned in pages of data.
PagingInfo
| Member | Type | Description |
|---|---|---|
| continuationToken | string | An opaque continuation token used to access the next page of results. Maximum 32 characters.Callers can supply this value in the continuationToken query parameter in order to retrieve the next set of items in the collection. If this property is null, then there are no additional items in the collection. This property is required and is provided even if the collection is being paged with skipItems. |
| totalItems | 32-bit signed integer | The total number of items in the collection. This is not provided if the service is unable to provide a real-time view into the size of the collection. |
Sample JSON syntax
{
"continuationToken":"16354135464161213-0708c1ba-147f-48cc-9ad9-546gaadg648"
"totalItems":5,
}