Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace UpdateExportSetDetails

Details for updating the export set.

Properties

Optional displayName

displayName: undefined | string

A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information.

Example: {@code My export set}

Optional maxFsStatBytes

maxFsStatBytes: undefined | number

Controls the maximum {@code tbytes}, {@code fbytes}, and {@code abytes} values reported by {@code NFS FSSTAT} calls through any associated mount targets. This is an advanced feature. For most applications, use the default value. The {@code tbytes} value reported by {@code FSSTAT} will be {@code maxFsStatBytes}. The value of {@code fbytes} and {@code abytes} will be {@code maxFsStatBytes} minus the metered size of the file system. If the metered size is larger than {@code maxFsStatBytes}, then {@code fbytes} and {@code abytes} will both be '0'. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional maxFsStatFiles

maxFsStatFiles: undefined | number

Controls the maximum {@code ffiles}, {@code ffiles}, and {@code afiles} values reported by {@code NFS FSSTAT} calls through any associated mount targets. This is an advanced feature. For most applications, use the default value. The {@code tfiles} value reported by {@code FSSTAT} will be {@code maxFsStatFiles}. The value of {@code ffiles} and {@code afiles} will be {@code maxFsStatFiles} minus the metered size of the file system. If the metered size is larger than {@code maxFsStatFiles}, then {@code ffiles} and {@code afiles} will both be '0'. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj