Properties of a HistoryFunctionTask.

interface IHistoryFunctionTask {
    aggregatorAddress?: null | string;
    method?: null | OracleJob.HistoryFunctionTask.Method;
    period?: null | number;
}

Implemented by

Properties

aggregatorAddress?: null | string

HistoryFunctionTask aggregatorAddress

HistoryFunctionTask method

period?: null | number

HistoryFunctionTask period