pip_services3_commons
pip_services3_commons
PagingParams
getTake method
getTake
pip_services3_commons
pip_services3_commons
PagingParams
getTake method
PagingParams class
Constructors
PagingParams
fromJson
Properties
skip
take
total
hashCode
runtimeType
Methods
fromJson
getSkip
getTake
toJson
noSuchMethod
toString
Operators
operator ==
Static methods
fromMap
fromTuples
fromValue
getTake
method
int
getTake
(
int
maxTake
)
Gets the number of items to return in a page.
maxTake
the maximum number of items to return.
Returns the number of items to return.