Overview

Timestamped-based Paging Option which allows to page through a PagedListResult using the returned position of the records.

Members

Show inherited members

Name Type Required Description

count

int

Counts per page, namely how many results are included in a single page.

fetchMode

fetchMode

Fetch direction.

startTimestamp

long

Hierarchy

Inherits From

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:timestampedPagingOptions xsi:type="obh:timestampedPagingOptions" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <count>your_int_0</count>
        <fetchMode>your_fetchMode_0</fetchMode>
        <startTimestamp>your_long_0</startTimestamp>
</obh:timestampedPagingOptions>

Referenced By Representaions

Not Referenced Directly by Representations