IP*Works! 2016 PHP Edition
IP*Works! 2016 PHP Edition
Questions / Feedback?

QuerySkipToken Property

Token given by an OData server when the last query result collection is too large.

Object Oriented Interface

public function getQuerySkipToken();
public function setQuerySkipToken($value);

Procedural Interface

ipworks_odata_get($res, 82 );
ipworks_odata_set($res, 82, $value );

Default Value

''

Remarks

When a returned result collection is very large, it is not uncommon for the results to be broken up into multiple pages. When this occurs a Skip Token is returned in the response and the component will populate QuerySkipToken with the returned value. Calling QueryService again will return the next page of results.

This property is not available at design time.

Data Type

String

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 PHP Edition - Version 16.0 [Build 7353]