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

    Interface ZFSResourceEntry

    interface ZFSResourceEntry {
        children: unknown[] | null;
        createtxg: number;
        guid: number;
        name: string;
        pool: string;
        properties: v25_10_0.ZFSPropertiesEntry | null;
        tier?: v26_0_0.TierInfo | null;
        type: v25_10_0.VMWareMatchDatastoresWithDatasetsResultFilesystemType;
        user_properties: { [k: string]: string } | null;
    }
    Index
    children: unknown[] | null
    createtxg: number
    guid: number
    name: string
    pool: string
    properties: v25_10_0.ZFSPropertiesEntry | null
    tier?: v26_0_0.TierInfo | null
    user_properties: { [k: string]: string } | null