The result of a single export request.

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

Properties

Properties

blob: Blob

Contents of the export response.

queryRefs: LoggingDataQueryRef[]

Indicates the queries that are included in the blob.