CHANGELOG.md
GEN1_GEN2_MAPPING.md
LICENSE
MANIFEST.in
README.md
setup.py
azure/__init__.py
azure/storage/__init__.py
azure/storage/filedatalake/__init__.py
azure/storage/filedatalake/_data_lake_directory_client.py
azure/storage/filedatalake/_data_lake_file_client.py
azure/storage/filedatalake/_data_lake_lease.py
azure/storage/filedatalake/_data_lake_service_client.py
azure/storage/filedatalake/_deserialize.py
azure/storage/filedatalake/_download.py
azure/storage/filedatalake/_file_system_client.py
azure/storage/filedatalake/_list_paths_helper.py
azure/storage/filedatalake/_models.py
azure/storage/filedatalake/_path_client.py
azure/storage/filedatalake/_quick_query_helper.py
azure/storage/filedatalake/_serialize.py
azure/storage/filedatalake/_shared_access_signature.py
azure/storage/filedatalake/_upload_helper.py
azure/storage/filedatalake/_version.py
azure/storage/filedatalake/py.typed
azure/storage/filedatalake/_generated/__init__.py
azure/storage/filedatalake/_generated/_azure_data_lake_storage_restapi.py
azure/storage/filedatalake/_generated/_configuration.py
azure/storage/filedatalake/_generated/_patch.py
azure/storage/filedatalake/_generated/_serialization.py
azure/storage/filedatalake/_generated/_vendor.py
azure/storage/filedatalake/_generated/aio/__init__.py
azure/storage/filedatalake/_generated/aio/_azure_data_lake_storage_restapi.py
azure/storage/filedatalake/_generated/aio/_configuration.py
azure/storage/filedatalake/_generated/aio/_patch.py
azure/storage/filedatalake/_generated/aio/operations/__init__.py
azure/storage/filedatalake/_generated/aio/operations/_file_system_operations.py
azure/storage/filedatalake/_generated/aio/operations/_patch.py
azure/storage/filedatalake/_generated/aio/operations/_path_operations.py
azure/storage/filedatalake/_generated/aio/operations/_service_operations.py
azure/storage/filedatalake/_generated/models/__init__.py
azure/storage/filedatalake/_generated/models/_azure_data_lake_storage_restapi_enums.py
azure/storage/filedatalake/_generated/models/_models_py3.py
azure/storage/filedatalake/_generated/models/_patch.py
azure/storage/filedatalake/_generated/operations/__init__.py
azure/storage/filedatalake/_generated/operations/_file_system_operations.py
azure/storage/filedatalake/_generated/operations/_patch.py
azure/storage/filedatalake/_generated/operations/_path_operations.py
azure/storage/filedatalake/_generated/operations/_service_operations.py
azure/storage/filedatalake/_shared/__init__.py
azure/storage/filedatalake/_shared/authentication.py
azure/storage/filedatalake/_shared/base_client.py
azure/storage/filedatalake/_shared/base_client_async.py
azure/storage/filedatalake/_shared/constants.py
azure/storage/filedatalake/_shared/models.py
azure/storage/filedatalake/_shared/parser.py
azure/storage/filedatalake/_shared/policies.py
azure/storage/filedatalake/_shared/policies_async.py
azure/storage/filedatalake/_shared/request_handlers.py
azure/storage/filedatalake/_shared/response_handlers.py
azure/storage/filedatalake/_shared/shared_access_signature.py
azure/storage/filedatalake/_shared/uploads.py
azure/storage/filedatalake/_shared/uploads_async.py
azure/storage/filedatalake/aio/__init__.py
azure/storage/filedatalake/aio/_data_lake_directory_client_async.py
azure/storage/filedatalake/aio/_data_lake_file_client_async.py
azure/storage/filedatalake/aio/_data_lake_lease_async.py
azure/storage/filedatalake/aio/_data_lake_service_client_async.py
azure/storage/filedatalake/aio/_download_async.py
azure/storage/filedatalake/aio/_file_system_client_async.py
azure/storage/filedatalake/aio/_list_paths_helper.py
azure/storage/filedatalake/aio/_models.py
azure/storage/filedatalake/aio/_path_client_async.py
azure/storage/filedatalake/aio/_upload_helper.py
azure_storage_file_datalake.egg-info/PKG-INFO
azure_storage_file_datalake.egg-info/SOURCES.txt
azure_storage_file_datalake.egg-info/dependency_links.txt
azure_storage_file_datalake.egg-info/not-zip-safe
azure_storage_file_datalake.egg-info/requires.txt
azure_storage_file_datalake.egg-info/top_level.txt
samples/README.md
samples/datalake_samples_access_control.py
samples/datalake_samples_access_control_async.py
samples/datalake_samples_access_control_recursive.py
samples/datalake_samples_access_control_recursive_async.py
samples/datalake_samples_directory.py
samples/datalake_samples_directory_async.py
samples/datalake_samples_file_system.py
samples/datalake_samples_file_system_async.py
samples/datalake_samples_instantiate_client.py
samples/datalake_samples_instantiate_client_async.py
samples/datalake_samples_query.py
samples/datalake_samples_service.py
samples/datalake_samples_service_async.py
samples/datalake_samples_upload_download.py
samples/datalake_samples_upload_download_async.py
tests/test_cpk.py
tests/test_cpk_async.py
tests/test_datalake_service_client.py
tests/test_datalake_service_client_async.py
tests/test_directory.py
tests/test_directory_async.py
tests/test_file.py
tests/test_file_async.py
tests/test_file_system.py
tests/test_file_system_async.py
tests/test_large_file.py
tests/test_large_file_async.py
tests/test_quick_query.py
tests/perfstress_tests/__init__.py
tests/perfstress_tests/_test_base.py
tests/perfstress_tests/append.py
tests/perfstress_tests/read.py
tests/perfstress_tests/upload.py
tests/perfstress_tests/upload_from_file.py
tests/settings/__init__.py
tests/settings/settings_fake.py
tests/settings/testcase.py