Package org.azd.wiki.pagesbatch
Class PagesBatchRequestBuilder.WikiPagesBatchRequest
java.lang.Object
org.azd.wiki.pagesbatch.PagesBatchRequestBuilder.WikiPagesBatchRequest
- Enclosing class:
PagesBatchRequestBuilder
Represents the query parameters.
-
Field Summary
Modifier and TypeFieldDescriptionIf 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".last N days from the current day for which page views is to be returned.Total count of pages on a wiki to return. -
Constructor Summary
-
Method Summary
-
Field 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. -
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.
-
-
Constructor Details
-
WikiPagesBatchRequest
public WikiPagesBatchRequest()
-