interface ArchivistLabels {
    "network.xyo.archivist.persistence.scope":
        | "memory"
        | "thread"
        | "process"
        | "device"
        | "network";
    [key: string]: undefined
    | string;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: undefined | string

Properties

"network.xyo.archivist.persistence.scope":
    | "memory"
    | "thread"
    | "process"
    | "device"
    | "network"