Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

OpenZFSUserOrGroupQuota

import type { OpenZFSUserOrGroupQuota } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";

The configuration for how much storage a user or group can use on the volume.

interface OpenZFSUserOrGroupQuota {
Id: number;
StorageCapacityQuotaGiB: number;
}

§Properties

§
Id: number
[src]

The ID of the user or group.

§
StorageCapacityQuotaGiB: number
[src]

The amount of storage that the user or group can use in gibibytes (GiB).

§

A value that specifies whether the quota applies to a user or group.