properties
properties: {
allocated: string;
altroot?: string;
autoExpand: boolean;
autoReplace: boolean;
autoTrim: boolean;
available: number;
capacity: number;
compression: boolean;
deduplication: boolean;
delegation?: boolean;
forceCreate?: boolean;
free: string;
health?: string;
listSnapshots?: boolean;
rawsize: number;
readOnly: boolean;
record: string;
refreservationPercent?: number;
refreservationRawSize?: number;
sector: string;
size: string;
upgradable?: boolean;
}
Type declaration
allocated: string
Optional
altroot?: string
autoExpand: boolean
autoReplace: boolean
autoTrim: boolean
available: number
capacity: number
compression: boolean
deduplication: boolean
Optional
delegation?: boolean
Optional
forceCreate?: boolean
free: string
Optional
health?: string
Optional
listSnapshots?: boolean
rawsize: number
readOnly: boolean
record: string
Optional
refreservationPercent?: number
Optional
refreservationRawSize?: number
sector: string
size: string
Optional
upgradable?: boolean