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

    Object used to represent labels identifying a resource.

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

    Hierarchy (View Summary)

    Indexable

    • [key: string]: undefined | string
    Index

    Properties

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