WikiPagesBatchRequest interface

Contract encapsulating parameters for the pages batch.

Properties

continuationToken

If the list of page data returned is not complete, a continuation token to query next batch of pages is included in the response header as "x-ms-continuationtoken". Omit this parameter to get the first batch of Wiki Page Data.

pageViewsForDays

last N days from the current day for which page views is to be returned. It's inclusive of current day.

top

Total count of pages on a wiki to return.

Property Details

continuationToken

If the list of page data returned is not complete, a continuation token to query next batch of pages is included in the response header as "x-ms-continuationtoken". Omit this parameter to get the first batch of Wiki Page Data.

continuationToken: string

Property Value

string

pageViewsForDays

last N days from the current day for which page views is to be returned. It's inclusive of current day.

pageViewsForDays: number

Property Value

number

top

Total count of pages on a wiki to return.

top: number

Property Value

number