Vorheriges Thema: MetricGeneralDetailsSection

Nächstes Thema: ParameterData Classes

MetricGranularitySection

Description

This class is used to represent the granularity data of metrics.

Members

Name

Type

Description

CalculateYear

bool

Determines whether the metric is to be calculated once a year.

CalculateQuarter

bool

Determines whether the metric is to be calculated once every three months (every quarter year).

CalculateMonth

bool

Determines whether the metric is to be calculated once a month.

CalculateWeek

bool

Determines whether the metric is to be calculated once a week.

CalculateDay

bool

Determines whether the metric is to be calculated once a day.

CalculateHour

bool

Determines whether the metric is to be calculated once an hour.

Remarks

None.

MetricNotes Classes
MetricNotes

Description

This class is used to represent data for metric notes.

Members

Name

Type

Description

Notes

string

The string content of DOCX or HTML for metric notes.

NoteType

string

The type of metric notes. One of the following:

  • DOCX
  • HTML

Remarks

None.