FilterFileDetails Class

Details of the filter files to be used for data transfer.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.databox._serialization.Model
FilterFileDetails

Constructor

FilterFileDetails(*, filter_file_type: str | _models.FilterFileType, filter_file_path: str, **kwargs: Any)

Keyword-Only Parameters

Name Description
filter_file_type

Type of the filter file. Required. Known values are: "AzureBlob" and "AzureFile".

filter_file_path
str

Path of the file that contains the details of all items to transfer. Required.

Variables

Name Description
filter_file_type

Type of the filter file. Required. Known values are: "AzureBlob" and "AzureFile".

filter_file_path
str

Path of the file that contains the details of all items to transfer. Required.