Interface ITimeSpanProvider
Interface for time span providers used in the periodic scheduler. Allows flexible scheduling.
Namespace: Cognite.Extractor.Common
Assembly: Cognite.Common.dll
Syntax
public interface ITimeSpanProvider
Properties
| Edit this page View SourceIsDynamic
Whether the interval is dynamic or not, e.g. cron expression
Declaration
bool IsDynamic { get; }
Property Value
Type | Description |
---|---|
bool |
Value
Next timespan value.
Declaration
TimeSpan Value { get; }
Property Value
Type | Description |
---|---|
TimeSpan |