pool.dataset.create =================== Creates a dataset/zvol. .. examples(websocket):: Create a dataset within tank pool. :::javascript { "id": "6841f242-840a-11e6-a437-00e04d680384", "msg": "method", "method": "pool.dataset.create, "params": [{ "name": "tank/myuser", "comments": "Dataset for myuser" }] } .. raw:: html
Configuration data for creating a new ZFS dataset.
The name of the dataset to create.
Must be at least 1 characters long
Comments or description for the dataset.
Synchronous write behavior for the dataset.
Controls visibility of volume snapshots under /dev/zvol/.
Compression algorithm to use for the dataset. Higher numbered variants provide better compression but use more CPU. 'INHERIT' uses the parent dataset's setting.
Whether files in this dataset can be executed.
Identifies which service or system manages this dataset.
Must be at least 1 characters long
Percentage of dataset quota at which to issue a warning. 0-100 or 'INHERIT'.
Value must be greater or equal to 0 and lesser or equal to 100
"INHERIT"
    Percentage of dataset quota at which to issue a critical alert. 0-100 or 'INHERIT'.
Value must be greater or equal to 0 and lesser or equal to 100
"INHERIT"
    Percentage of reference quota at which to issue a warning. 0-100 or 'INHERIT'.
Value must be greater or equal to 0 and lesser or equal to 100
"INHERIT"
    Percentage of reference quota at which to issue a critical alert. 0-100 or 'INHERIT'.
Value must be greater or equal to 0 and lesser or equal to 100
"INHERIT"
    Minimum disk space guaranteed to this dataset and its children in bytes.
Minimum disk space guaranteed to this dataset itself in bytes.
Size threshold below which blocks are stored on special vdevs.
"INHERIT"
    Number of copies of data blocks to maintain for redundancy.
"INHERIT"
    Controls visibility of the .zfs/snapshot directory. 'DISABLED' hides snapshots, 'VISIBLE' shows them,     'HIDDEN' makes them accessible but not listed.
Deduplication setting. 'ON' enables dedup, 'VERIFY' enables with checksum verification, 'OFF' disables.
Checksum algorithm to verify data integrity. Higher security algorithms like SHA256 provide better protection but use more CPU.
Whether the dataset is read-only.
Configuration for encryption of dataset for name pool.
Automatically generate the key to be used for dataset encryption.
Number of PBKDF2 iterations for key derivation from passphrase. Higher iterations improve security against brute force attacks but increase unlock time. Default 350,000 balances security and performance.
Value must be greater or equal to 100000
Encryption algorithm to use for dataset encryption.
Must be specified if encryption for root dataset is desired with a passphrase as a key.
Must be at least 8 characters long
A hex-encoded key specified as an alternative to using passphrase.
Must be at least 64 characters long
Must be at most 64 characters long
Create a ZFS encrypted root dataset for name pool.
    There is 1 case where ZFS encryption is not allowed for a dataset:
    1) If the parent dataset is encrypted with a passphrase and name is being created with a key for encrypting the        dataset.
Whether to inherit encryption settings from the parent dataset.
Custom user-defined properties to set on the dataset.
No Additional ItemsUser property key in namespace:property format.
Must match regular expression:.*:.*
    "custom:backup_policy"
    "org:created_by"
    The value to assign to the user property.
Whether to create any missing parent datasets.
Type of dataset to create - filesystem.
Specific value:"FILESYSTEM"
    How Access Control Lists are handled when chmod is used.
The type of Access Control List system to use.
Whether file access times are updated when files are accessed.
File name case sensitivity setting.
Maximum disk space this dataset and its children can consume in bytes.
Value must be greater or equal to 1073741824
Maximum disk space this dataset itself can consume in bytes.
Value must be greater or equal to 1073741824
The suggested block size for files in this filesystem dataset.
The name of the dataset to create.
Must be at least 1 characters long
Comments or description for the dataset.
Synchronous write behavior for the dataset.
Controls visibility of volume snapshots under /dev/zvol/.
Compression algorithm to use for the dataset. Higher numbered variants provide better compression but use more CPU. 'INHERIT' uses the parent dataset's setting.
Whether files in this dataset can be executed.
Identifies which service or system manages this dataset.
Must be at least 1 characters long
Percentage of dataset quota at which to issue a warning. 0-100 or 'INHERIT'.
Value must be greater or equal to 0 and lesser or equal to 100
"INHERIT"
    Percentage of dataset quota at which to issue a critical alert. 0-100 or 'INHERIT'.
Value must be greater or equal to 0 and lesser or equal to 100
"INHERIT"
    Percentage of reference quota at which to issue a warning. 0-100 or 'INHERIT'.
Value must be greater or equal to 0 and lesser or equal to 100
"INHERIT"
    Percentage of reference quota at which to issue a critical alert. 0-100 or 'INHERIT'.
Value must be greater or equal to 0 and lesser or equal to 100
"INHERIT"
    Minimum disk space guaranteed to this dataset and its children in bytes.
Minimum disk space guaranteed to this dataset itself in bytes.
Size threshold below which blocks are stored on special vdevs.
"INHERIT"
    Number of copies of data blocks to maintain for redundancy.
"INHERIT"
    Controls visibility of the .zfs/snapshot directory. 'DISABLED' hides snapshots, 'VISIBLE' shows them,     'HIDDEN' makes them accessible but not listed.
Deduplication setting. 'ON' enables dedup, 'VERIFY' enables with checksum verification, 'OFF' disables.
Checksum algorithm to verify data integrity. Higher security algorithms like SHA256 provide better protection but use more CPU.
Whether the dataset is read-only.
Configuration for encryption of dataset for name pool.
Automatically generate the key to be used for dataset encryption.
Number of PBKDF2 iterations for key derivation from passphrase. Higher iterations improve security against brute force attacks but increase unlock time. Default 350,000 balances security and performance.
Value must be greater or equal to 100000
Encryption algorithm to use for dataset encryption.
Must be specified if encryption for root dataset is desired with a passphrase as a key.
Must be at least 8 characters long
A hex-encoded key specified as an alternative to using passphrase.
Must be at least 64 characters long
Must be at most 64 characters long
Create a ZFS encrypted root dataset for name pool.
    There is 1 case where ZFS encryption is not allowed for a dataset:
    1) If the parent dataset is encrypted with a passphrase and name is being created with a key for encrypting the        dataset.
Whether to inherit encryption settings from the parent dataset.
Custom user-defined properties to set on the dataset.
No Additional ItemsUser property key in namespace:property format.
Must match regular expression:.*:.*
    "custom:backup_policy"
    "org:created_by"
    The value to assign to the user property.
Whether to create any missing parent datasets.
Type of dataset to create - volume (zvol).
Specific value:"VOLUME"
    Force creation even if the size is not optimal.
Whether to use sparse (thin) provisioning for the volume.
The volume size in bytes; supposed to be a multiple of the block size.
Defaults to 128K if the parent pool is a DRAID pool or 16K otherwise.
The newly created dataset information.
The full dataset path including pool name.
"tank/dataset/child"
    The dataset type.
"FILESYSTEM"
    "VOLUME"
    The dataset name without the pool prefix.
The name of the ZFS pool containing this dataset.
Whether the dataset is encrypted.
The root dataset where encryption is enabled. null if the dataset is not encrypted.
Whether the encryption key is currently loaded for encrypted datasets. null for unencrypted datasets.
Array of child dataset objects nested under this dataset.
No Additional ItemsCustom user-defined ZFS properties set on this dataset as key-value pairs.
Whether an encrypted dataset is currently locked (key not loaded).
ZFS comments property for storing descriptive text about the dataset.
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
ZFS quota warning threshold property as a percentage.
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
ZFS quota critical threshold property as a percentage.
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
ZFS reference quota warning threshold property as a percentage.
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
ZFS reference quota critical threshold property as a percentage.
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
Identifies which service or system manages this dataset.
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
ZFS deduplication setting - whether identical data blocks are stored only once.
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
How Access Control Lists (ACLs) are handled when chmod is used.
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
The type of Access Control List system used (NFSV4, POSIX, or OFF).
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
Extended attributes storage method (on/off).
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
Whether file access times are updated when files are accessed.
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
File name case sensitivity setting (sensitive/insensitive).
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
Data integrity checksum algorithm used for this dataset.
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
Whether files in this dataset can be executed.
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
Synchronous write behavior (standard/always/disabled).
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
Compression algorithm and level applied to data in this dataset.
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
The achieved compression ratio as a decimal (e.g., '2.50x').
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
The snapshot from which this clone was created. Empty for non-clone datasets.
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
Maximum amount of disk space this dataset and its children can consume.
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
Maximum amount of disk space this dataset itself can consume (excluding children).
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
Minimum amount of disk space guaranteed to be available to this dataset and its children.
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
Minimum amount of disk space guaranteed to be available to this dataset itself.
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
Number of copies of data blocks to maintain for redundancy (1-3).
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
Visibility of the .zfs/snapshot directory (visible/hidden).
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
Whether the dataset is read-only.
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
The suggested block size for files in this filesystem dataset.
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
For volumes, whether to use sparse (thin) provisioning.
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
For volumes, the logical size of the volume.
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
For volumes, the block size used by the volume.
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
Format of the encryption key (hex/raw/passphrase). Only relevant for encrypted datasets.
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
Encryption algorithm used (e.g., AES-256-GCM). Only relevant for encrypted datasets.
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
Total amount of disk space consumed by this dataset and all its children.
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
Amount of disk space consumed by child datasets.
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
Amount of disk space consumed by this dataset itself, excluding children and snapshots.
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
Amount of disk space consumed by the refreservation of this dataset.
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
Amount of disk space consumed by snapshots of this dataset.
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
Amount of disk space available to this dataset and its children.
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
Size threshold below which blocks are stored on special vdevs if configured.
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
Number of PBKDF2 iterations used for passphrase-based encryption keys.
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
Timestamp when this dataset was created.
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
Controls visibility of volume snapshots under /dev/zvol/<pool>/.
No Additional PropertiesThe ZFS property value parsed into the appropriate type (string, boolean, integer, etc.).
The raw string value of the ZFS property as stored in the pool. Can be null if not set.
The current effective value of the ZFS property as a string. Can be null if inherited or not set.
Indicates where the property value originates from.
"LOCAL"
    "INHERITED"
    "DEFAULT"
    Additional metadata about the property source, such as the parent dataset for inherited values.
Filesystem path where this dataset is mounted. Null for unmounted datasets or volumes.
Additional Properties of any type are allowed.
Type: object