getDatasetProperties

Undocumented in source. Be warned that the author may not have intended to support it.
@SILdoc(`Get properties of the ZFS dataset. Params: string name: the name of the dataset Errors: DatasetNotFound: if the dataset does not exist. NameInvalid: if the dataset name is invalid. NameTooLong: if the dataset name is too long. Returns: string[string] mapping the property names to their values. note: The value of clones property is a list of clone names as strings. warning: The returned dictionary does not contain entries for properties with default values. One exception is the mountpoint property for which the default value is derived from the dataset name. `)
getDatasetProperties
(
string name
,
bool recursive = true
,
bool useSudo = true
)

Meta