Sharing

The number and way that different tasks can use this volume at one time. - none The volume may only be used by one task at a time. - readonly The volume may be used by any number of tasks, but they all must mount the volume as readonly - onewriter The volume may be used by any number of tasks, but only one may mount it as read/write. - all The volume may have any number of readers and writers.

Values: NONE,READONLY,ONEWRITER,ALL

Entries

Link copied to clipboard
@SerialName(value = "none")
NONE
Link copied to clipboard
@SerialName(value = "readonly")
READONLY
Link copied to clipboard
@SerialName(value = "onewriter")
ONEWRITER
Link copied to clipboard
@SerialName(value = "all")
ALL

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.