TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Type Alias DateRange

    type DateRange = {
        end_date: string | Date;
        periodicity: "hour" | "day" | "month";
        start_date: string | Date;
    }
    Index

    Properties

    end_date: string | Date

    End date for fetching statistics in a interval.

    periodicity: "hour" | "day" | "month"

    Periodicity of the statistics to fetch.

    "hour"
    
    start_date: string | Date

    Starting date for fetching statistics in a interval.