Package com.seeq.link.sdk.export
Class ExportConnectionConfigV1
java.lang.Object
com.seeq.link.sdk.export.ExportConnectionConfigV1
- Direct Known Subclasses:
ApprovalExportConnectionConfigV1
Used by any connection that supports export of Seeq calculated data to the datasource.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a Duration representing the DirectiveRefreshFrequency time interval.Returns a Duration representing the MinimumLatency time interval.
-
Constructor Details
-
ExportConnectionConfigV1
public ExportConnectionConfigV1()
-
-
Method Details
-
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
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
-