Type Alias RetentionPolicy

type RetentionPolicy = {
    historySize?: number;
    overrideInterval?: string;
}
Index

Properties

historySize?: number

Number indicating the size of the window which stores the history. For Chart monitoring, the size should be 10.

overrideInterval?: string

Using RFC-5545 provide the time interval in which the previous generated can be overridden with the newly generated report. For Chart monitoring, interval should be FREQ=DAILY;INTERVAL=1