@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias ResourceSearchQuerySortRequest

    type ResourceSearchQuerySortRequest = {
        field:
            | "resourceKey"
            | "resourceName"
            | "resourceId"
            | "version"
            | "versionTag"
            | "deploymentKey"
            | "tenantId";
        order?: SortOrderEnum;
    }
    Index

    Properties

    Properties

    field:
        | "resourceKey"
        | "resourceName"
        | "resourceId"
        | "version"
        | "versionTag"
        | "deploymentKey"
        | "tenantId"

    The field to sort by.