Skip to main content

ItemDataDelta Interface

Contains the delta metadata.

#Declaration

TypeScript
export interface ItemDataDelta

#Remarks

Use the actualMeasureId and targetMeasureId properties to obtain the identifiers for measures that provide actual and target values, respectively.

#Properties

#actualMeasureId Property

Specifies the identifier for the measure that provides actual values.

#Declaration

TypeScript
actualMeasureId: string

#Property Value

Type Description
string

A string value that is the measure identifier.

#id Property

Gets the data item identifier.

#Declaration

TypeScript
id: string

#Property Value

Type Description
string

A string that is the data item identifier.

#name Property

Specifies the name of the data item container.

#Declaration

TypeScript
name: string

#Property Value

Type Description
string

A string value that is the name of the data item container.

#targetMeasureId Property

Specifies the identifier for the measure that provides target values.

#Declaration

TypeScript
targetMeasureId: string

#Property Value

Type Description
string

A string value that is the measure identifier.