PagedQueryDescriptionBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the base class for all paged query descriptions. This class handles all functionality related to paging.
public abstract class PagedQueryDescriptionBase
type PagedQueryDescriptionBase = class
Public MustInherit Class PagedQueryDescriptionBase
- Inheritance
-
PagedQueryDescriptionBase
- Derived
Remarks
The default values of this query description ensure that results are returned from the first page and apply no paging related filters. This query description can be customized by setting individual properties.
Constructors
PagedQueryDescriptionBase() |
Initializes a new instance of the PagedQueryDescriptionBase class. |
Properties
ContinuationToken |
Gets or sets the continuation token which can be used to retrieve the next page. |
MaxResults |
Gets or sets the max number of result items that can be returned per page. |
Methods
ToString() |
Overrides ToString() method to print all content of the query description. |
Applies to
Azure SDK for .NET