Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.18 KB

Mount.md

File metadata and controls

19 lines (12 loc) · 1.18 KB

Mount

Mount describes a mounting.
Refer to <a href="https://docs.alluxio.io/os/user/stable/en/ufs/S3.html\">Alluxio Storage Integrations for more info

Properties

Name Type Description Notes
encryptOptions List<EncryptOption> The secret information [optional]
mountPoint String MountPoint is the mount point of source. [optional]
name String The name of mount [optional]
options Map<String, String> The Mount Options. <br> Refer to <a href=&quot;https://docs.alluxio.io/os/user/stable/en/reference/Properties-List.html\&quot;&gt;Mount Options</a>. <br> The option has Prefix 'fs.' And you can Learn more from <a href=&quot;https://docs.alluxio.io/os/user/stable/en/ufs/S3.html\&quot;&gt;The Storage Integrations</a> [optional]
path String The path of mount, if not set will be /{Name} [optional]
readOnly Boolean Optional: Defaults to false (read-write). [optional]
shared Boolean Optional: Defaults to false (shared). [optional]