@taiyi-io/api-connector-ts
    Preparing search index...

    Interface SnapshotTreeNode

    快照树节点

    interface SnapshotTreeNode {
        current?: boolean;
        depth: number;
        id: string;
        label: string;
        leafs?: string[];
        primary?: boolean;
        root?: string;
        running: boolean;
    }
    Index

    Properties

    current?: boolean

    是否当前快照

    depth: number

    深度

    id: string

    快照ID

    label: string

    快照标签

    leafs?: string[]

    子快照ID列表

    primary?: boolean

    是否主快照

    root?: string

    根快照ID

    running: boolean

    是否运行