你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AlignPolicy interface

属性

alignMode

一个可选字段,指示如何将不同的变量与同一时间范围对齐。 内部或外部。

fillNAMethod

一个可选字段,指示缺失值的填充方式。 上一个、后续、线性、零、固定和 NotFill 之一。 当 alignMode 为 Outer 时,不能设置为 NotFill。

paddingValue

可选字段。 fillNAMethod 为 Fixed 时是必需的。

属性详细信息

alignMode

一个可选字段,指示如何将不同的变量与同一时间范围对齐。 内部或外部。

alignMode?: AlignMode

属性值

fillNAMethod

一个可选字段,指示缺失值的填充方式。 上一个、后续、线性、零、固定和 NotFill 之一。 当 alignMode 为 Outer 时,不能设置为 NotFill。

fillNAMethod?: string

属性值

string

paddingValue

可选字段。 fillNAMethod 为 Fixed 时是必需的。

paddingValue?: number

属性值

number