UI Component Reference - v2.63.4
    Preparing search index...

    Interface LoggingDataBlob

    The result of a single export request.

    interface LoggingDataBlob {
        blob: Blob;
        queryRefs: LoggingDataQueryRef[];
    }
    Index

    Properties

    Properties

    blob: Blob

    Contents of the export response.

    queryRefs: LoggingDataQueryRef[]

    Indicates the queries that are included in the blob.