DataFeedIngestionSettings(DateTimeOffset) Constructor

Definition

Initializes a new instance of the DataFeedIngestionSettings class.

public DataFeedIngestionSettings (DateTimeOffset ingestionStartsOn);
new Azure.AI.MetricsAdvisor.Models.DataFeedIngestionSettings : DateTimeOffset -> Azure.AI.MetricsAdvisor.Models.DataFeedIngestionSettings
Public Sub New (ingestionStartsOn As DateTimeOffset)

Parameters

ingestionStartsOn
DateTimeOffset

The starting point in time from which data will be ingested from the data source. Subsequent ingestions happen periodically according to the Granularity.

Applies to