BlobFilterDetails Class

Filter details to transfer Azure Blobs.

Inheritance
azure.mgmt.databox._serialization.Model
BlobFilterDetails

Constructor

BlobFilterDetails(*, blob_prefix_list: List[str] | None = None, blob_path_list: List[str] | None = None, container_list: List[str] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
blob_prefix_list

Prefix list of the Azure blobs to be transferred.

blob_path_list

List of full path of the blobs to be transferred.

container_list

List of blob containers to be transferred.

Variables

Name Description
blob_prefix_list

Prefix list of the Azure blobs to be transferred.

blob_path_list

List of full path of the blobs to be transferred.

container_list

List of blob containers to be transferred.