DataFeedMissingDataPointFillSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configures the behavior of a DataFeed when handling missing points in the data ingested from its DataFeedSource.
public class DataFeedMissingDataPointFillSettings
type DataFeedMissingDataPointFillSettings = class
Public Class DataFeedMissingDataPointFillSettings
- Inheritance
-
DataFeedMissingDataPointFillSettings
Constructors
DataFeedMissingDataPointFillSettings(DataFeedMissingDataPointFillType) |
Initializes a new instance of the DataFeedMissingDataPointFillSettings class. |
Properties
CustomFillValue |
The custom fill value. This property must be set if FillType is CustomValue. |
FillType |
The strategy used when filling a missing point. CustomFillValue must be set when this property is set to CustomValue. |
Applies to
Azure SDK for .NET