AlignPolicy interface

Properties

alignMode

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

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.

paddingValue

An optional field. Required when fillNAMethod is Fixed.

Property Details

alignMode

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

alignMode?: AlignMode

Property Value

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.

fillNAMethod?: string

Property Value

string

paddingValue

An optional field. Required when fillNAMethod is Fixed.

paddingValue?: number

Property Value

number