accessMode property

String? accessMode
getter/setter pair

Either READ_ONLY, for allowing only read requests on the exported directory, or READ_WRITE, for allowing both read and write requests.

The default is READ_WRITE. Possible string values are:

  • "ACCESS_MODE_UNSPECIFIED" : AccessMode not set.
  • "READ_ONLY" : The client can only read the file share.
  • "READ_WRITE" : The client can read and write the file share (default).

Implementation

core.String? accessMode;