Interface SeasonalLocationLevel

Export

SeasonalLocationLevel

interface SeasonalLocationLevel {
    aliases?: Alias[];
    attributeComment?: string;
    attributeDurationId?: string;
    attributeParameterId?: string;
    attributeParameterTypeId?: string;
    attributeUnitsId?: string;
    attributeValue?: number;
    durationId?: string;
    expirationDate?: Date;
    interpolateString?: SeasonalLocationLevelInterpolateStringEnum;
    intervalMinutes?: number;
    intervalMonths?: number;
    intervalOrigin?: Date;
    levelComment?: string;
    levelDate?: Date;
    levelUnitsId?: string;
    locationLevelId: string;
    officeId: string;
    parameterId?: string;
    parameterTypeId?: SeasonalLocationLevelParameterTypeIdEnum;
    seasonalValues?: SeasonalValueBean[];
    specifiedLevelId?: string;
}

Properties

aliases?: Alias[]

Memberof

SeasonalLocationLevel

attributeComment?: string

Memberof

SeasonalLocationLevel

attributeDurationId?: string

Memberof

SeasonalLocationLevel

attributeParameterId?: string

Memberof

SeasonalLocationLevel

attributeParameterTypeId?: string

Memberof

SeasonalLocationLevel

attributeUnitsId?: string

Memberof

SeasonalLocationLevel

attributeValue?: number

Memberof

SeasonalLocationLevel

durationId?: string

0 if parameterTypeId is Inst. Otherwise duration indicating the time window of the aggregate value.

Memberof

SeasonalLocationLevel

expirationDate?: Date

The expiration date of the location level.

Memberof

SeasonalLocationLevel

Indicating whether or not to interpolate between seasonal values.

Memberof

SeasonalLocationLevel

intervalMinutes?: number

Memberof

SeasonalLocationLevel

intervalMonths?: number

Memberof

SeasonalLocationLevel

intervalOrigin?: Date

The start point of provided seasonal values

Memberof

SeasonalLocationLevel

levelComment?: string

Memberof

SeasonalLocationLevel

levelDate?: Date

The date/time at which this location level configuration takes effect.

Memberof

SeasonalLocationLevel

levelUnitsId?: string

Units the provided levels are in

Memberof

SeasonalLocationLevel

locationLevelId: string

Name of the location level

Memberof

SeasonalLocationLevel

officeId: string

Owning office of object.

Memberof

SeasonalLocationLevel

parameterId?: string

Data Type such as Stage, Elevation, or others.

Memberof

SeasonalLocationLevel

To indicate if single or aggregate value

Memberof

SeasonalLocationLevel

seasonalValues?: SeasonalValueBean[]

List of Repeating seasonal values. The values repeat after the specified interval. A yearly interval seasonable could have 12 different values, one for each month for example. Mutually exclusive with seasonalTimeSeriesId and siParameterUnitsConstantValue

Memberof

SeasonalLocationLevel

specifiedLevelId?: string

TimeSeries ID (e.g. from the times series catalog) to use as the location level. Mutually exclusive with seasonalValues and siParameterUnitsConstantValue

Memberof

SeasonalLocationLevel