Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownShortSeriesHandlingConfiguration

Package version

Known values of ShortSeriesHandlingConfiguration that the service accepts.

Index

Enumeration members

Enumeration members

Auto

Auto: = "Auto"

Short series will be padded if there are no long series, otherwise short series will be dropped.

Drop

Drop: = "Drop"

All the short series will be dropped.

None

None: = "None"

Represents no/null value.

Pad

Pad: = "Pad"

All the short series will be padded.

Generated using TypeDoc