Class ExportConnectionConfigV1

java.lang.Object
com.seeq.link.sdk.export.ExportConnectionConfigV1
Direct Known Subclasses:
ApprovalExportConnectionConfigV1

public class ExportConnectionConfigV1 extends Object
Used by any connection that supports export of Seeq calculated data to the datasource.
  • Constructor Details

    • ExportConnectionConfigV1

      public ExportConnectionConfigV1()
  • Method Details

    • getDirectiveRefreshFrequencyAsDuration

      public Duration getDirectiveRefreshFrequencyAsDuration()
      Returns a Duration representing the DirectiveRefreshFrequency time interval.
      Returns:
      A Duration representing the DirectiveRefreshFrequency time interval
      Throws:
      IllegalFormatException - If the DirectiveRefreshFrequency could not be parsed as a time interval
    • getMinimumLatencyAsDuration

      public Duration getMinimumLatencyAsDuration()
      Returns a Duration representing the MinimumLatency time interval.
      Returns:
      A Duration representing the MinimumLatency time interval
      Throws:
      IllegalFormatException - If the MinimumLatency could not be parsed as a time interval