Package version:

Interface LogsQuerySuccessfulResult

Result type for Success Scenario for logs query workspace and query batch operations.

interface LogsQuerySuccessfulResult {
    statistics?: any;
    status: Success;
    tables: {};
    visualization?: any;
}

Properties

statistics?: any

Statistics represented in JSON format.

status: Success

Indicates that the query succeeded

tables: {}

Populated results from the query.

visualization?: any

Visualization data in JSON format.