AzureFileFilterDetails Class

Filter details to transfer Azure files.

Inheritance
azure.mgmt.databox._serialization.Model
AzureFileFilterDetails

Constructor

AzureFileFilterDetails(*, file_prefix_list: List[str] | None = None, file_path_list: List[str] | None = None, file_share_list: List[str] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
file_prefix_list

Prefix list of the Azure files to be transferred.

file_path_list

List of full path of the files to be transferred.

file_share_list

List of file shares to be transferred.

Variables

Name Description
file_prefix_list

Prefix list of the Azure files to be transferred.

file_path_list

List of full path of the files to be transferred.

file_share_list

List of file shares to be transferred.