mountOptions property

List<String>? mountOptions
getter/setter pair

A list of additional flags to pass to the gcsfuse CLI.

Options should be specified without the leading "--".

Implementation

core.List<core.String>? mountOptions;