XYO Platform SDK - v3.10.6
    Preparing search index...

    Interface LocationQueryCreationResponse

    interface LocationQueryCreationResponse {
        hash: string;
        query: Record;
        resultArchive: string;
        resultArchivist: ApiConfig;
        schema: LocationQuerySchema;
        sourceArchive: string;
        sourceArchivist: ApiConfig;
    }

    Hierarchy (View Summary)

    Index

    Properties

    hash: string
    query: Record
    resultArchive: string
    resultArchivist: ApiConfig
    sourceArchive: string
    sourceArchivist: ApiConfig