Cumulocity Web SDK - v1021.62.8
    Preparing search index...

    Interface IApplicationInstanceLogRequestParams

    interface IApplicationInstanceLogRequestParams {
        dateFrom?: string;
        dateTo?: string;
        limit?: number;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    dateFrom?: string
    dateTo?: string
    limit?: number

    Limits the maximum number of lines to be returned by the backend.