Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.31 KB

Mount.md

File metadata and controls

17 lines (13 loc) · 1.31 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
encrypt_options list[EncryptOption] The secret information [optional]
mount_point str MountPoint is the mount point of source. [default to '']
name str The name of mount [optional]
options dict(str, str) 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 str The path of mount, if not set will be /{Name} [optional]
read_only bool Optional: Defaults to false (read-write). [optional]
shared bool Optional: Defaults to false (shared). [optional]

[Back to Model list] [Back to API list] [Back to README]