Share via


MountOptions Class

Mount options that controls how upload should behave.

This class is used in the OutputOptions class.

Create a MountOptions object.

Constructor

MountOptions(disable_metadata_cache=False)

Parameters

Name Description
disable_metadata_cache

Whether to cache metadata in local node, if disabled a node will not be able to see files generated from other nodes during job running.

Default value: False