RingCentral .Net SDK
Properties | List of all members
RingCentral.UserContactsPagingInfo Class Reference

Information on paging More...

Properties

long? page [get, set]
 Current page number. 1-indexed, so the first page is 1 by default. May be omitted if the result is empty (because non-existent page was specified or perPage=0 was requested) Format: int32 More...
 
long? perPage [get, set]
 Current page size, describes how many items each page contains. Default value is 100. Maximum value is 1000. If perPage value in the request is greater than 1000, the maximum value (1000) is applied Format: int32 More...
 
long? pageStart [get, set]
 Zero-based number of the first element on the current page. Omitted if a page is omitted or the result is empty Format: int32 More...
 
long? pageEnd [get, set]
 Zero-based index of the last element on the current page. Omitted if a page is omitted or the result is empty Format: int32 More...
 
long? totalPages [get, set]
 Total number of pages in a dataset. May be omitted for some resources due to performance reasons Format: int32 More...
 
long? totalElements [get, set]
 Total number of elements in a dataset. May be omitted for some resource due to performance reasons Format: int32 More...
 

Detailed Description

Information on paging

Property Documentation

◆ page

long? RingCentral.UserContactsPagingInfo.page
getset

Current page number. 1-indexed, so the first page is 1 by default. May be omitted if the result is empty (because non-existent page was specified or perPage=0 was requested) Format: int32

◆ pageEnd

long? RingCentral.UserContactsPagingInfo.pageEnd
getset

Zero-based index of the last element on the current page. Omitted if a page is omitted or the result is empty Format: int32

◆ pageStart

long? RingCentral.UserContactsPagingInfo.pageStart
getset

Zero-based number of the first element on the current page. Omitted if a page is omitted or the result is empty Format: int32

◆ perPage

long? RingCentral.UserContactsPagingInfo.perPage
getset

Current page size, describes how many items each page contains. Default value is 100. Maximum value is 1000. If perPage value in the request is greater than 1000, the maximum value (1000) is applied Format: int32

◆ totalElements

long? RingCentral.UserContactsPagingInfo.totalElements
getset

Total number of elements in a dataset. May be omitted for some resource due to performance reasons Format: int32

◆ totalPages

long? RingCentral.UserContactsPagingInfo.totalPages
getset

Total number of pages in a dataset. May be omitted for some resources due to performance reasons Format: int32


The documentation for this class was generated from the following file: