Interface SnapshotHeader

All Superinterfaces:
SnapshotContext

public interface SnapshotHeader extends SnapshotContext
The snapshot identification along with the snapshot metadata.
  • Method Details

    • getTqlName

      String getTqlName()
      Returns the query name of the snapshot. This is "id" information.
    • getCreationTime

      Date getCreationTime()
      Returns the time the snapshot was created. This is "id" information.
    • getViewName

      String getViewName()
      Returns the view name associated with this snapshot header. May return null if no view was assigned when the snapshot for this header was saved. This is not "id" information.
      Returns:
      view name or null.
    • getSize

      int getSize()
      Returns the size of the snapshot (CIs and Relations). This is not "id" information.
    • getQueryDefinitionVersion

      QueryVersion getQueryDefinitionVersion()
      Returns the query version of the snapshot. This is not "id" information.