Anchorage API reference
    Preparing search index...

    Interface InventoryCategoryDescriptor

    What the index says about one category, before anything is counted.

    interface InventoryCategoryDescriptor {
        category:
            | "schedules"
            | "runs"
            | "approvals-waiting"
            | "schedule-deferred-dispatches"
            | "pending-notifications"
            | "background-tasks"
            | "resource-owners"
            | "start-reservations"
            | "signal-subscriptions";
        class: InventoryCategoryClass;
        holds: string;
        table: string;
    }
    Index

    Properties

    category:
        | "schedules"
        | "runs"
        | "approvals-waiting"
        | "schedule-deferred-dispatches"
        | "pending-notifications"
        | "background-tasks"
        | "resource-owners"
        | "start-reservations"
        | "signal-subscriptions"

    The category to pass as ?category=.

    Whether a drain must see this category empty.

    holds: string

    What a row in this category means, in one sentence.

    table: string

    The table its rows live in, un-prefixed.