Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AlignPolicy

Package version

Hierarchy

  • AlignPolicy

Index

Properties

Optional alignMode

alignMode: AlignMode

An optional field, indicating how we align different variables to the same time-range. Either Inner or Outer.

Optional fillNAMethod

fillNAMethod: FillNAMethod

An optional field, indicating how missing values will be filled. One of Previous, Subsequent, Linear, Zero, Fixed, and NotFill. Cannot be set to NotFill, when the alignMode is Outer.

Optional paddingValue

paddingValue: undefined | number

An optional field. Required when fillNAMethod is Fixed.

Generated using TypeDoc