@truenas/api-client
    Preparing search index...

    Interface ZFSResourceSnapshotEntry

    interface ZFSResourceSnapshotEntry {
        createtxg: number;
        dataset: string;
        guid: number;
        holds: unknown[] | null;
        name: string;
        pool: string;
        properties: v26_0_0.ZFSResourceSnapshotPropertiesEntry | null;
        snapshot_name: string;
        type?: "SNAPSHOT";
        user_properties: { [k: string]: string } | null;
    }
    Index
    createtxg: number
    dataset: string
    guid: number
    holds: unknown[] | null
    name: string
    pool: string
    snapshot_name: string
    type?: "SNAPSHOT"
    user_properties: { [k: string]: string } | null