Interface ConstantLocationLevel

Export

ConstantLocationLevel

interface ConstantLocationLevel {
    aliases?: Alias[];
    attributeComment?: string;
    attributeDurationId?: string;
    attributeParameterId?: string;
    attributeParameterTypeId?: string;
    attributeUnitsId?: string;
    attributeValue?: number;
    constantValue?: number;
    durationId?: string;
    expirationDate?: Date;
    interpolateString?: ConstantLocationLevelInterpolateStringEnum;
    levelComment?: string;
    levelDate?: Date;
    levelUnitsId?: string;
    locationLevelId: string;
    officeId: string;
    parameterId?: string;
    parameterTypeId?: ConstantLocationLevelParameterTypeIdEnum;
    specifiedLevelId?: string;
}

Properties

aliases?: Alias[]

Memberof

ConstantLocationLevel

attributeComment?: string

Memberof

ConstantLocationLevel

attributeDurationId?: string

Memberof

ConstantLocationLevel

attributeParameterId?: string

Memberof

ConstantLocationLevel

attributeParameterTypeId?: string

Memberof

ConstantLocationLevel

attributeUnitsId?: string

Memberof

ConstantLocationLevel

attributeValue?: number

Memberof

ConstantLocationLevel

constantValue?: number

Single value for this location level.

Memberof

ConstantLocationLevel

durationId?: string

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

Memberof

ConstantLocationLevel

expirationDate?: Date

The expiration date of the location level.

Memberof

ConstantLocationLevel

Indicating whether or not to interpolate between seasonal values.

Memberof

ConstantLocationLevel

levelComment?: string

Memberof

ConstantLocationLevel

levelDate?: Date

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

Memberof

ConstantLocationLevel

levelUnitsId?: string

Units the provided levels are in

Memberof

ConstantLocationLevel

locationLevelId: string

Name of the location level

Memberof

ConstantLocationLevel

officeId: string

Owning office of object.

Memberof

ConstantLocationLevel

parameterId?: string

Data Type such as Stage, Elevation, or others.

Memberof

ConstantLocationLevel

To indicate if single or aggregate value

Memberof

ConstantLocationLevel

specifiedLevelId?: string

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

Memberof

ConstantLocationLevel