ExternalDataSourceDiskReference#
- class ExternalDataSourceDiskReference(external_repository_ext_id=None, external_disk_relative_path=None, should_enable_background_hydration=True, *args, **kwargs)#
Bases:
objectReference to an external data source disk.
- Parameters:
external_repository_ext_id (required) – (
external_repository_ext_id) A globally unique identifier of type UUID for the external repository.external_disk_relative_path (required max=2048 chars) – (
external_disk_relative_path) The relative path of the external data source disk.should_enable_background_hydration – (
should_enable_background_hydration) Indicates whether the background data hydration should be enabled for the external data source disk or not. If set to true, the disk will be migrated to the local storage container in the background. (Default True)
- property external_disk_relative_path#
The relative path of the external data source disk.
- Type:
str
- property external_repository_ext_id#
A globally unique identifier of type UUID for the external repository.
- Type:
str
- property should_enable_background_hydration#
Indicates whether the background data hydration should be enabled for the external data source disk or not. If set to true, the disk will be migrated to the local storage container in the background.
- Type:
bool
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model