StorageDataShareAsset Class

Properties of a shared resource.

Constructor

StorageDataShareAsset(*args: Any, **kwargs: Any)

Variables

Name Description
asset_path
str

Source Path to be shared. It can be a folder or a blob. The asset path should contain container name followed by path within the container, e.g. /container1/logs/external. Required.

display_name
str

Consumer visible name of the original path. Required.

Attributes

asset_path

Source Path to be shared. It can be a folder or a blob. The asset path should contain container name followed by path within the container, e.g. /container1/logs/external. Required.

asset_path: str

display_name

Consumer visible name of the original path. Required.

display_name: str