@
SILdoc(`Create a ZFS filesystem
Params:
string name - name of the dataset to be created
string[string] properties - a dictionary od ZFS dataset property name-value pairs
ubyte[] encryptionKey - dataset encryption key data
Errors:
FilesystemExists - if a dataset with the given name already exists
ParentNotFound - if a parent dataset of the requested dataset does not exist
PropertyInvalid - if one or more of specified properties does not exist or has an invalid type or value
NameInvalid - if the name is not a valid dataset name
NameTooLong - if the name is too long
WrongParent - if the parent dataset of the requested dataset is not a filesystem eg zvol
`)