readOnlyNonRecursive

@SerialName(value = "ReadOnlyNonRecursive")
val readOnlyNonRecursive: Boolean?

Parameters

readOnlyNonRecursive

Make the mount non-recursively read-only, but still leave the mount recursive (unless NonRecursive is set to true in conjunction). Added in v1.44, before that version all read-only mounts were non-recursive by default. To match the previous behaviour this will default to true for clients on versions prior to v1.44.