Class SnapshotQuery

java.lang.Object
com.ebasetech.xi.api.SnapshotQuery

public class SnapshotQuery
extends java.lang.Object
A Snapshot query is used to filter snapshots based on the filter information supplied. Snapshots can be filtered by supplying the following:
  • snapshot id - unique identifier of the snapshot
  • Created Date - from, before or between two dates
  • Expiry Date - from, before or between two dates
  • Snapshot fields - list of snapshot fields to match. see Snapshot.getFields()
If no expiry date is supplied for the query, only unexpired snapshots will be included within the results.

Further documentation.

Since:
4.4
See Also:
SnapshotManager.getSnapshots(SnapshotQuery)