| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
Name | Type | Description |
---|---|---|
limit | xsd:long |
Limit value sets upper cap for maximum number of values to be included in
result. Default value for limit is 100 and maximum is 1000 (implementation
dependent. Subject to change).
If a value higher than maximum allowed is set in input, it will be limited to the maximum. |
offset | xsd:long |
Offset value. These many results will be skipped and not included in result.
|
totalRecords* | xsd:long |
This is the total number of records for given input parameters.
This value should be used by client to decide if there is a need to make further calls to server. Client request with offset greater than total number of records would have empty result. |
Properties inherited from DynamicData | ||
None |
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |