Show / Hide Table of Contents

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 Source

IsDynamic

Whether the interval is dynamic or not, e.g. cron expression

Declaration
bool IsDynamic { get; }
Property Value
Type Description
bool
| Edit this page View Source

Value

Next timespan value.

Declaration
TimeSpan Value { get; }
Property Value
Type Description
TimeSpan

Extension Methods

DataModelUtils.GetOrCreateResourcesAsync<T, T2>(T2, IEnumerable<InstanceIdentifier>, Func<IEnumerable<InstanceIdentifier>, IEnumerable<SourcedNodeWrite<T>>>, Func<IEnumerable<SourcedNodeWrite<T>>, SanitationMode, (IEnumerable<SourcedNodeWrite<T>>, IEnumerable<CogniteError<SourcedNodeWrite<T>>>)>, int, int, RetryMode, SanitationMode, CancellationToken)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX