azure-storage-blob 12.24.0__tar.gz → 12.24.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/CHANGELOG.md +6 -0
- {azure_storage_blob-12.24.0/azure_storage_blob.egg-info → azure_storage_blob-12.24.1}/PKG-INFO +21 -21
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/README.md +19 -19
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_download.py +2 -2
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_generated/aio/operations/_append_blob_operations.py +4 -4
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_generated/aio/operations/_blob_operations.py +33 -33
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_generated/aio/operations/_block_blob_operations.py +7 -7
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_generated/aio/operations/_container_operations.py +18 -18
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_generated/aio/operations/_page_blob_operations.py +11 -11
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_generated/aio/operations/_service_operations.py +8 -8
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_generated/operations/_append_blob_operations.py +4 -4
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_generated/operations/_blob_operations.py +33 -33
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_generated/operations/_block_blob_operations.py +7 -7
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_generated/operations/_container_operations.py +18 -18
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_generated/operations/_page_blob_operations.py +11 -11
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_generated/operations/_service_operations.py +8 -8
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_models.py +1 -1
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_shared/authentication.py +1 -1
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_shared/base_client.py +1 -1
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_shared/parser.py +2 -10
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_shared/policies_async.py +2 -2
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_shared/request_handlers.py +1 -1
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_shared/shared_access_signature.py +2 -2
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_version.py +1 -1
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/aio/_download_async.py +3 -3
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1/azure_storage_blob.egg-info}/PKG-INFO +21 -21
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/samples/README.md +1 -1
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/samples/blob_samples_authentication.py +4 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/samples/blob_samples_authentication_async.py +4 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/samples/blob_samples_containers.py +4 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/samples/blob_samples_containers_async.py +4 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/samples/blob_samples_copy_blob.py +0 -1
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/samples/blob_samples_copy_blob_async.py +0 -1
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/samples/blob_samples_enumerate_blobs.py +0 -1
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/samples/blob_samples_enumerate_blobs_async.py +0 -1
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/setup.py +1 -1
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_blob_access_conditions.py +2 -2
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_blob_access_conditions_async.py +2 -2
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_blob_service_properties.py +2 -2
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_blob_service_properties_async.py +2 -2
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_blob_tags_async.py +2 -2
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_common_blob_async.py +58 -3
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_container.py +7 -7
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_container_async.py +13 -13
- azure_storage_blob-12.24.1/tests/test_helpers_async.py +174 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_page_blob_async.py +4 -4
- azure_storage_blob-12.24.0/tests/test_helpers_async.py +0 -62
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/LICENSE +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/MANIFEST.in +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/__init__.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/__init__.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/__init__.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_blob_client.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_blob_client_helpers.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_blob_service_client.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_blob_service_client_helpers.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_container_client.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_container_client_helpers.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_deserialize.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_encryption.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_generated/__init__.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_generated/_azure_blob_storage.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_generated/_configuration.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_generated/_patch.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_generated/_serialization.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_generated/aio/__init__.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_generated/aio/_azure_blob_storage.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_generated/aio/_configuration.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_generated/aio/_patch.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_generated/aio/operations/__init__.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_generated/aio/operations/_patch.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_generated/models/__init__.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_generated/models/_azure_blob_storage_enums.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_generated/models/_models_py3.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_generated/models/_patch.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_generated/operations/__init__.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_generated/operations/_patch.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_generated/py.typed +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_lease.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_list_blobs_helper.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_quick_query_helper.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_serialize.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_shared/__init__.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_shared/avro/__init__.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_shared/avro/avro_io.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_shared/avro/avro_io_async.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_shared/avro/datafile.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_shared/avro/datafile_async.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_shared/avro/schema.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_shared/base_client_async.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_shared/constants.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_shared/models.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_shared/policies.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_shared/response_handlers.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_shared/uploads.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_shared/uploads_async.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_shared_access_signature.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/_upload_helpers.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/aio/__init__.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/aio/_blob_client_async.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/aio/_blob_service_client_async.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/aio/_container_client_async.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/aio/_encryption_async.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/aio/_lease_async.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/aio/_list_blobs_helper.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/aio/_models.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/aio/_upload_helpers.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure/storage/blob/py.typed +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure_storage_blob.egg-info/SOURCES.txt +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure_storage_blob.egg-info/dependency_links.txt +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure_storage_blob.egg-info/not-zip-safe +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure_storage_blob.egg-info/requires.txt +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/azure_storage_blob.egg-info/top_level.txt +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/migration_guide.md +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/pyproject.toml +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/samples/blob_samples_batch_delete_blobs.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/samples/blob_samples_client_side_encryption.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/samples/blob_samples_client_side_encryption_keyvault.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/samples/blob_samples_common.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/samples/blob_samples_common_async.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/samples/blob_samples_container_access_policy.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/samples/blob_samples_container_access_policy_async.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/samples/blob_samples_directory_interface.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/samples/blob_samples_directory_interface_mimetype.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/samples/blob_samples_hello_world.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/samples/blob_samples_hello_world_async.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/samples/blob_samples_network_activity_logging.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/samples/blob_samples_proxy_configuration.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/samples/blob_samples_query.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/samples/blob_samples_service.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/samples/blob_samples_service_async.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/samples/blob_samples_walk_blob_hierarchy.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/samples/blob_samples_walk_blob_hierarchy_async.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/setup.cfg +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/avro/__init__.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/avro/test_avro.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/avro/test_avro_async.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/conftest.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/encryption_test_helper.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/fake_credentials.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/perfstress_tests/T1_legacy_tests/__init__.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/perfstress_tests/T1_legacy_tests/_test_base_legacy.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/perfstress_tests/T1_legacy_tests/download.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/perfstress_tests/T1_legacy_tests/list_blobs.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/perfstress_tests/T1_legacy_tests/upload.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/perfstress_tests/T1_legacy_tests/upload_block.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/perfstress_tests/T1_legacy_tests/upload_from_file.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/perfstress_tests/__init__.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/perfstress_tests/_test_base.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/perfstress_tests/download.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/perfstress_tests/key_wrapper.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/perfstress_tests/list_blobs.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/perfstress_tests/upload.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/perfstress_tests/upload_block.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/perfstress_tests/upload_from_file.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/settings/__init__.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/settings/settings_fake.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/settings/testcase.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_append_blob.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_append_blob_async.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_blob_api_version.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_blob_api_version_async.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_blob_client.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_blob_client_async.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_blob_encryption.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_blob_encryption_async.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_blob_encryption_v2.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_blob_encryption_v2_async.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_blob_retry.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_blob_retry_async.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_blob_service_stats.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_blob_service_stats_async.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_blob_storage_account.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_blob_storage_account_async.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_blob_tags.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_block_blob.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_block_blob_async.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_block_blob_sync_copy.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_block_blob_sync_copy_async.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_common_blob.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_cpk.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_cpk_async.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_cpk_n.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_cpk_n_async.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_dictmixin.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_get_blob.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_get_blob_async.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_helpers.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_large_block_blob.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_large_block_blob_async.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_largest_block_blob.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_largest_block_blob_async.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_logging.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_logging_async.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_ors.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_ors_async.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_page_blob.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_quick_query.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_retry.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_retry_async.py +0 -0
- {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.1}/tests/test_upload_chunking.py +0 -0
@@ -1,5 +1,11 @@
|
|
1
1
|
# Release History
|
2
2
|
|
3
|
+
## 12.24.1 (2025-01-22)
|
4
|
+
|
5
|
+
### Bugs Fixed
|
6
|
+
- Fixed an issue where custom transports may encounter `AttributeError` on certain requests.
|
7
|
+
- Fixed an issue where `StorageStreamDownloader(chars=-1)` may not return all data.
|
8
|
+
|
3
9
|
## 12.24.0 (2024-11-13)
|
4
10
|
|
5
11
|
### Features Added
|
{azure_storage_blob-12.24.0/azure_storage_blob.egg-info → azure_storage_blob-12.24.1}/PKG-INFO
RENAMED
@@ -1,13 +1,13 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: azure-storage-blob
|
3
|
-
Version: 12.24.
|
3
|
+
Version: 12.24.1
|
4
4
|
Summary: Microsoft Azure Blob Storage Client Library for Python
|
5
5
|
Home-page: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob
|
6
6
|
Author: Microsoft Corporation
|
7
7
|
Author-email: ascl@microsoft.com
|
8
8
|
License: MIT License
|
9
9
|
Keywords: azure,azure sdk
|
10
|
-
Classifier: Development Status ::
|
10
|
+
Classifier: Development Status :: 4 - Beta
|
11
11
|
Classifier: Programming Language :: Python
|
12
12
|
Classifier: Programming Language :: Python :: 3 :: Only
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
@@ -42,7 +42,7 @@ Blob storage is ideal for:
|
|
42
42
|
| [Package (PyPI)](https://pypi.org/project/azure-storage-blob/)
|
43
43
|
| [Package (Conda)](https://anaconda.org/microsoft/azure-storage/)
|
44
44
|
| [API reference documentation](https://aka.ms/azsdk-python-storage-blob-ref)
|
45
|
-
| [Product documentation](https://
|
45
|
+
| [Product documentation](https://learn.microsoft.com/azure/storage/)
|
46
46
|
| [Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob/samples)
|
47
47
|
|
48
48
|
|
@@ -51,7 +51,7 @@ Blob storage is ideal for:
|
|
51
51
|
### Prerequisites
|
52
52
|
* Python 3.8 or later is required to use this package. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy).
|
53
53
|
* You must have an [Azure subscription](https://azure.microsoft.com/free/) and an
|
54
|
-
[Azure storage account](https://
|
54
|
+
[Azure storage account](https://learn.microsoft.com/azure/storage/common/storage-account-overview) to use this package.
|
55
55
|
|
56
56
|
### Install the package
|
57
57
|
Install the Azure Storage Blobs client library for Python with [pip](https://pypi.org/project/pip/):
|
@@ -62,9 +62,9 @@ pip install azure-storage-blob
|
|
62
62
|
|
63
63
|
### Create a storage account
|
64
64
|
If you wish to create a new storage account, you can use the
|
65
|
-
[Azure Portal](https://
|
66
|
-
[Azure PowerShell](https://
|
67
|
-
or [Azure CLI](https://
|
65
|
+
[Azure Portal](https://learn.microsoft.com/azure/storage/common/storage-quickstart-create-account?tabs=azure-portal),
|
66
|
+
[Azure PowerShell](https://learn.microsoft.com/azure/storage/common/storage-quickstart-create-account?tabs=azure-powershell),
|
67
|
+
or [Azure CLI](https://learn.microsoft.com/azure/storage/common/storage-quickstart-create-account?tabs=azure-cli):
|
68
68
|
|
69
69
|
```bash
|
70
70
|
# Create a new resource group to hold the storage account -
|
@@ -89,9 +89,9 @@ service = BlobServiceClient(account_url="https://<my-storage-account-name>.blob.
|
|
89
89
|
|
90
90
|
#### Looking up the account URL
|
91
91
|
You can find the storage account's blob service URL using the
|
92
|
-
[Azure Portal](https://
|
93
|
-
[Azure PowerShell](https://
|
94
|
-
or [Azure CLI](https://
|
92
|
+
[Azure Portal](https://learn.microsoft.com/azure/storage/common/storage-account-overview#storage-account-endpoints),
|
93
|
+
[Azure PowerShell](https://learn.microsoft.com/powershell/module/az.storage/get-azstorageaccount),
|
94
|
+
or [Azure CLI](https://learn.microsoft.com/cli/azure/storage/account?view=azure-cli-latest#az-storage-account-show):
|
95
95
|
|
96
96
|
```bash
|
97
97
|
# Get the blob service account url for the storage account
|
@@ -100,8 +100,8 @@ az storage account show -n my-storage-account-name -g my-resource-group --query
|
|
100
100
|
|
101
101
|
#### Types of credentials
|
102
102
|
The `credential` parameter may be provided in a number of different forms, depending on the type of
|
103
|
-
[authorization](https://
|
104
|
-
1. To use an [Azure Active Directory (AAD) token credential](https://
|
103
|
+
[authorization](https://learn.microsoft.com/azure/storage/common/storage-auth) you wish to use:
|
104
|
+
1. To use an [Azure Active Directory (AAD) token credential](https://learn.microsoft.com/azure/storage/common/storage-auth-aad),
|
105
105
|
provide an instance of the desired credential type obtained from the
|
106
106
|
[azure-identity](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#credentials) library.
|
107
107
|
For example, [DefaultAzureCredential](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#defaultazurecredential)
|
@@ -109,8 +109,8 @@ The `credential` parameter may be provided in a number of different forms, depen
|
|
109
109
|
|
110
110
|
This requires some initial setup:
|
111
111
|
* [Install azure-identity](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#install-the-package)
|
112
|
-
* [Register a new AAD application](https://
|
113
|
-
* [Grant access](https://
|
112
|
+
* [Register a new AAD application](https://learn.microsoft.com/azure/active-directory/develop/quickstart-register-app) and give permissions to access Azure Storage
|
113
|
+
* [Grant access](https://learn.microsoft.com/azure/storage/common/storage-auth-aad-rbac-portal) to Azure Blob data with RBAC in the Azure Portal
|
114
114
|
* Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables:
|
115
115
|
AZURE_TENANT_ID, AZURE_CLIENT_ID, AZURE_CLIENT_SECRET
|
116
116
|
|
@@ -126,7 +126,7 @@ The `credential` parameter may be provided in a number of different forms, depen
|
|
126
126
|
)
|
127
127
|
```
|
128
128
|
|
129
|
-
2. To use a [shared access signature (SAS) token](https://
|
129
|
+
2. To use a [shared access signature (SAS) token](https://learn.microsoft.com/azure/storage/common/storage-sas-overview),
|
130
130
|
provide the token as a string. If your account URL includes the SAS token, omit the credential parameter.
|
131
131
|
You can generate a SAS token from the Azure Portal under "Shared access signature" or use one of the `generate_sas()`
|
132
132
|
functions to create a sas token for the storage account, container, or blob:
|
@@ -146,7 +146,7 @@ The `credential` parameter may be provided in a number of different forms, depen
|
|
146
146
|
blob_service_client = BlobServiceClient(account_url="https://<my_account_name>.blob.core.windows.net", credential=sas_token)
|
147
147
|
```
|
148
148
|
|
149
|
-
3. To use a storage account [shared key](https://
|
149
|
+
3. To use a storage account [shared key](https://learn.microsoft.com/rest/api/storageservices/authenticate-with-shared-key/)
|
150
150
|
(aka account key or access key), provide the key as a string. This can be found in the Azure Portal under the "Access Keys"
|
151
151
|
section or by running the following Azure CLI command:
|
152
152
|
|
@@ -166,7 +166,7 @@ The `credential` parameter may be provided in a number of different forms, depen
|
|
166
166
|
credential={"account_name": "<your_account_name>", "account_key":"<account_access_key>"})
|
167
167
|
```
|
168
168
|
|
169
|
-
4. To use [anonymous public read access](https://
|
169
|
+
4. To use [anonymous public read access](https://learn.microsoft.com/azure/storage/blobs/storage-manage-access-to-resources),
|
170
170
|
simply omit the credential parameter.
|
171
171
|
|
172
172
|
#### Creating the client from a connection string
|
@@ -227,13 +227,13 @@ objects are async context managers and define async `close` methods.
|
|
227
227
|
|
228
228
|
### Blob Types
|
229
229
|
Once you've initialized a Client, you can choose from the different types of blobs:
|
230
|
-
* [Block blobs](https://
|
230
|
+
* [Block blobs](https://learn.microsoft.com/rest/api/storageservices/understanding-block-blobs--append-blobs--and-page-blobs#about-block-blobs)
|
231
231
|
store text and binary data, up to approximately 4.75 TiB. Block blobs are made up of blocks of data that can be
|
232
232
|
managed individually
|
233
|
-
* [Append blobs](https://
|
233
|
+
* [Append blobs](https://learn.microsoft.com/rest/api/storageservices/understanding-block-blobs--append-blobs--and-page-blobs#about-append-blobs)
|
234
234
|
are made up of blocks like block blobs, but are optimized for append operations. Append blobs are ideal for scenarios
|
235
235
|
such as logging data from virtual machines
|
236
|
-
* [Page blobs](https://
|
236
|
+
* [Page blobs](https://learn.microsoft.com/rest/api/storageservices/understanding-block-blobs--append-blobs--and-page-blobs#about-page-blobs)
|
237
237
|
store random access files up to 8 TiB in size. Page blobs store virtual hard drive (VHD) files and serve as disks for
|
238
238
|
Azure virtual machines
|
239
239
|
|
@@ -490,7 +490,7 @@ Several Storage Blobs Python SDK samples are available to you in the SDK's GitHu
|
|
490
490
|
* Delete a single file or recursively delete a directory
|
491
491
|
|
492
492
|
### Additional documentation
|
493
|
-
For more extensive documentation on Azure Blob storage, see the [Azure Blob storage documentation](https://
|
493
|
+
For more extensive documentation on Azure Blob storage, see the [Azure Blob storage documentation](https://learn.microsoft.com/azure/storage/blobs/) on learn.microsoft.com.
|
494
494
|
|
495
495
|
## Contributing
|
496
496
|
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
|
@@ -13,7 +13,7 @@ Blob storage is ideal for:
|
|
13
13
|
| [Package (PyPI)](https://pypi.org/project/azure-storage-blob/)
|
14
14
|
| [Package (Conda)](https://anaconda.org/microsoft/azure-storage/)
|
15
15
|
| [API reference documentation](https://aka.ms/azsdk-python-storage-blob-ref)
|
16
|
-
| [Product documentation](https://
|
16
|
+
| [Product documentation](https://learn.microsoft.com/azure/storage/)
|
17
17
|
| [Samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob/samples)
|
18
18
|
|
19
19
|
|
@@ -22,7 +22,7 @@ Blob storage is ideal for:
|
|
22
22
|
### Prerequisites
|
23
23
|
* Python 3.8 or later is required to use this package. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy).
|
24
24
|
* You must have an [Azure subscription](https://azure.microsoft.com/free/) and an
|
25
|
-
[Azure storage account](https://
|
25
|
+
[Azure storage account](https://learn.microsoft.com/azure/storage/common/storage-account-overview) to use this package.
|
26
26
|
|
27
27
|
### Install the package
|
28
28
|
Install the Azure Storage Blobs client library for Python with [pip](https://pypi.org/project/pip/):
|
@@ -33,9 +33,9 @@ pip install azure-storage-blob
|
|
33
33
|
|
34
34
|
### Create a storage account
|
35
35
|
If you wish to create a new storage account, you can use the
|
36
|
-
[Azure Portal](https://
|
37
|
-
[Azure PowerShell](https://
|
38
|
-
or [Azure CLI](https://
|
36
|
+
[Azure Portal](https://learn.microsoft.com/azure/storage/common/storage-quickstart-create-account?tabs=azure-portal),
|
37
|
+
[Azure PowerShell](https://learn.microsoft.com/azure/storage/common/storage-quickstart-create-account?tabs=azure-powershell),
|
38
|
+
or [Azure CLI](https://learn.microsoft.com/azure/storage/common/storage-quickstart-create-account?tabs=azure-cli):
|
39
39
|
|
40
40
|
```bash
|
41
41
|
# Create a new resource group to hold the storage account -
|
@@ -60,9 +60,9 @@ service = BlobServiceClient(account_url="https://<my-storage-account-name>.blob.
|
|
60
60
|
|
61
61
|
#### Looking up the account URL
|
62
62
|
You can find the storage account's blob service URL using the
|
63
|
-
[Azure Portal](https://
|
64
|
-
[Azure PowerShell](https://
|
65
|
-
or [Azure CLI](https://
|
63
|
+
[Azure Portal](https://learn.microsoft.com/azure/storage/common/storage-account-overview#storage-account-endpoints),
|
64
|
+
[Azure PowerShell](https://learn.microsoft.com/powershell/module/az.storage/get-azstorageaccount),
|
65
|
+
or [Azure CLI](https://learn.microsoft.com/cli/azure/storage/account?view=azure-cli-latest#az-storage-account-show):
|
66
66
|
|
67
67
|
```bash
|
68
68
|
# Get the blob service account url for the storage account
|
@@ -71,8 +71,8 @@ az storage account show -n my-storage-account-name -g my-resource-group --query
|
|
71
71
|
|
72
72
|
#### Types of credentials
|
73
73
|
The `credential` parameter may be provided in a number of different forms, depending on the type of
|
74
|
-
[authorization](https://
|
75
|
-
1. To use an [Azure Active Directory (AAD) token credential](https://
|
74
|
+
[authorization](https://learn.microsoft.com/azure/storage/common/storage-auth) you wish to use:
|
75
|
+
1. To use an [Azure Active Directory (AAD) token credential](https://learn.microsoft.com/azure/storage/common/storage-auth-aad),
|
76
76
|
provide an instance of the desired credential type obtained from the
|
77
77
|
[azure-identity](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#credentials) library.
|
78
78
|
For example, [DefaultAzureCredential](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#defaultazurecredential)
|
@@ -80,8 +80,8 @@ The `credential` parameter may be provided in a number of different forms, depen
|
|
80
80
|
|
81
81
|
This requires some initial setup:
|
82
82
|
* [Install azure-identity](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#install-the-package)
|
83
|
-
* [Register a new AAD application](https://
|
84
|
-
* [Grant access](https://
|
83
|
+
* [Register a new AAD application](https://learn.microsoft.com/azure/active-directory/develop/quickstart-register-app) and give permissions to access Azure Storage
|
84
|
+
* [Grant access](https://learn.microsoft.com/azure/storage/common/storage-auth-aad-rbac-portal) to Azure Blob data with RBAC in the Azure Portal
|
85
85
|
* Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables:
|
86
86
|
AZURE_TENANT_ID, AZURE_CLIENT_ID, AZURE_CLIENT_SECRET
|
87
87
|
|
@@ -97,7 +97,7 @@ The `credential` parameter may be provided in a number of different forms, depen
|
|
97
97
|
)
|
98
98
|
```
|
99
99
|
|
100
|
-
2. To use a [shared access signature (SAS) token](https://
|
100
|
+
2. To use a [shared access signature (SAS) token](https://learn.microsoft.com/azure/storage/common/storage-sas-overview),
|
101
101
|
provide the token as a string. If your account URL includes the SAS token, omit the credential parameter.
|
102
102
|
You can generate a SAS token from the Azure Portal under "Shared access signature" or use one of the `generate_sas()`
|
103
103
|
functions to create a sas token for the storage account, container, or blob:
|
@@ -117,7 +117,7 @@ The `credential` parameter may be provided in a number of different forms, depen
|
|
117
117
|
blob_service_client = BlobServiceClient(account_url="https://<my_account_name>.blob.core.windows.net", credential=sas_token)
|
118
118
|
```
|
119
119
|
|
120
|
-
3. To use a storage account [shared key](https://
|
120
|
+
3. To use a storage account [shared key](https://learn.microsoft.com/rest/api/storageservices/authenticate-with-shared-key/)
|
121
121
|
(aka account key or access key), provide the key as a string. This can be found in the Azure Portal under the "Access Keys"
|
122
122
|
section or by running the following Azure CLI command:
|
123
123
|
|
@@ -137,7 +137,7 @@ The `credential` parameter may be provided in a number of different forms, depen
|
|
137
137
|
credential={"account_name": "<your_account_name>", "account_key":"<account_access_key>"})
|
138
138
|
```
|
139
139
|
|
140
|
-
4. To use [anonymous public read access](https://
|
140
|
+
4. To use [anonymous public read access](https://learn.microsoft.com/azure/storage/blobs/storage-manage-access-to-resources),
|
141
141
|
simply omit the credential parameter.
|
142
142
|
|
143
143
|
#### Creating the client from a connection string
|
@@ -198,13 +198,13 @@ objects are async context managers and define async `close` methods.
|
|
198
198
|
|
199
199
|
### Blob Types
|
200
200
|
Once you've initialized a Client, you can choose from the different types of blobs:
|
201
|
-
* [Block blobs](https://
|
201
|
+
* [Block blobs](https://learn.microsoft.com/rest/api/storageservices/understanding-block-blobs--append-blobs--and-page-blobs#about-block-blobs)
|
202
202
|
store text and binary data, up to approximately 4.75 TiB. Block blobs are made up of blocks of data that can be
|
203
203
|
managed individually
|
204
|
-
* [Append blobs](https://
|
204
|
+
* [Append blobs](https://learn.microsoft.com/rest/api/storageservices/understanding-block-blobs--append-blobs--and-page-blobs#about-append-blobs)
|
205
205
|
are made up of blocks like block blobs, but are optimized for append operations. Append blobs are ideal for scenarios
|
206
206
|
such as logging data from virtual machines
|
207
|
-
* [Page blobs](https://
|
207
|
+
* [Page blobs](https://learn.microsoft.com/rest/api/storageservices/understanding-block-blobs--append-blobs--and-page-blobs#about-page-blobs)
|
208
208
|
store random access files up to 8 TiB in size. Page blobs store virtual hard drive (VHD) files and serve as disks for
|
209
209
|
Azure virtual machines
|
210
210
|
|
@@ -461,7 +461,7 @@ Several Storage Blobs Python SDK samples are available to you in the SDK's GitHu
|
|
461
461
|
* Delete a single file or recursively delete a directory
|
462
462
|
|
463
463
|
### Additional documentation
|
464
|
-
For more extensive documentation on Azure Blob storage, see the [Azure Blob storage documentation](https://
|
464
|
+
For more extensive documentation on Azure Blob storage, see the [Azure Blob storage documentation](https://learn.microsoft.com/azure/storage/blobs/) on learn.microsoft.com.
|
465
465
|
|
466
466
|
## Contributing
|
467
467
|
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
|
@@ -116,7 +116,7 @@ class _ChunkDownloader(object): # pylint: disable=too-many-instance-attributes
|
|
116
116
|
|
117
117
|
# For a parallel download, the stream is always seekable, so we note down the current position
|
118
118
|
# in order to seek to the right place when out-of-order chunks come in
|
119
|
-
self.stream_start = stream.tell() if parallel else
|
119
|
+
self.stream_start = stream.tell() if parallel else 0
|
120
120
|
|
121
121
|
# Download progress so far
|
122
122
|
self.progress_total = current_progress
|
@@ -656,7 +656,7 @@ class StorageStreamDownloader(Generic[T]): # pylint: disable=too-many-instance-
|
|
656
656
|
output_stream: Union[BytesIO, StringIO]
|
657
657
|
if self._text_mode:
|
658
658
|
output_stream = StringIO()
|
659
|
-
size =
|
659
|
+
size = sys.maxsize if chars is None or chars <= 0 else chars
|
660
660
|
else:
|
661
661
|
output_stream = BytesIO()
|
662
662
|
size = size if size > 0 else sys.maxsize
|
@@ -83,7 +83,7 @@ class AppendBlobOperations:
|
|
83
83
|
:type content_length: int
|
84
84
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
85
85
|
:code:`<a
|
86
|
-
href="https://
|
86
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
87
87
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
88
88
|
:type timeout: int
|
89
89
|
:param metadata: Optional. Specifies a user-defined name-value pair associated with the blob.
|
@@ -273,7 +273,7 @@ class AppendBlobOperations:
|
|
273
273
|
:type body: IO[bytes]
|
274
274
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
275
275
|
:code:`<a
|
276
|
-
href="https://
|
276
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
277
277
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
278
278
|
:type timeout: int
|
279
279
|
:param transactional_content_md5: Specify the transactional md5 for the body, to be validated
|
@@ -471,7 +471,7 @@ class AppendBlobOperations:
|
|
471
471
|
:type source_contentcrc64: bytes
|
472
472
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
473
473
|
:code:`<a
|
474
|
-
href="https://
|
474
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
475
475
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
476
476
|
:type timeout: int
|
477
477
|
:param transactional_content_md5: Specify the transactional md5 for the body, to be validated
|
@@ -646,7 +646,7 @@ class AppendBlobOperations:
|
|
646
646
|
|
647
647
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
648
648
|
:code:`<a
|
649
|
-
href="https://
|
649
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
650
650
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
651
651
|
:type timeout: int
|
652
652
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -103,7 +103,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
103
103
|
:param snapshot: The snapshot parameter is an opaque DateTime value that, when present,
|
104
104
|
specifies the blob snapshot to retrieve. For more information on working with blob snapshots,
|
105
105
|
see :code:`<a
|
106
|
-
href="https://
|
106
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/creating-a-snapshot-of-a-blob">Creating
|
107
107
|
a Snapshot of a Blob.</a>`. Default value is None.
|
108
108
|
:type snapshot: str
|
109
109
|
:param version_id: The version id parameter is an opaque DateTime value that, when present,
|
@@ -112,7 +112,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
112
112
|
:type version_id: str
|
113
113
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
114
114
|
:code:`<a
|
115
|
-
href="https://
|
115
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
116
116
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
117
117
|
:type timeout: int
|
118
118
|
:param range: Return only the bytes of the blob in the specified range. Default value is None.
|
@@ -419,7 +419,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
419
419
|
:param snapshot: The snapshot parameter is an opaque DateTime value that, when present,
|
420
420
|
specifies the blob snapshot to retrieve. For more information on working with blob snapshots,
|
421
421
|
see :code:`<a
|
422
|
-
href="https://
|
422
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/creating-a-snapshot-of-a-blob">Creating
|
423
423
|
a Snapshot of a Blob.</a>`. Default value is None.
|
424
424
|
:type snapshot: str
|
425
425
|
:param version_id: The version id parameter is an opaque DateTime value that, when present,
|
@@ -428,7 +428,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
428
428
|
:type version_id: str
|
429
429
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
430
430
|
:code:`<a
|
431
|
-
href="https://
|
431
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
432
432
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
433
433
|
:type timeout: int
|
434
434
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -633,7 +633,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
633
633
|
:param snapshot: The snapshot parameter is an opaque DateTime value that, when present,
|
634
634
|
specifies the blob snapshot to retrieve. For more information on working with blob snapshots,
|
635
635
|
see :code:`<a
|
636
|
-
href="https://
|
636
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/creating-a-snapshot-of-a-blob">Creating
|
637
637
|
a Snapshot of a Blob.</a>`. Default value is None.
|
638
638
|
:type snapshot: str
|
639
639
|
:param version_id: The version id parameter is an opaque DateTime value that, when present,
|
@@ -642,7 +642,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
642
642
|
:type version_id: str
|
643
643
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
644
644
|
:code:`<a
|
645
|
-
href="https://
|
645
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
646
646
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
647
647
|
:type timeout: int
|
648
648
|
:param delete_snapshots: Required if the blob has associated snapshots. Specify one of the
|
@@ -746,7 +746,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
746
746
|
|
747
747
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
748
748
|
:code:`<a
|
749
|
-
href="https://
|
749
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
750
750
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
751
751
|
:type timeout: int
|
752
752
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -822,7 +822,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
822
822
|
:type expiry_options: str or ~azure.storage.blob.models.BlobExpiryOptions
|
823
823
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
824
824
|
:code:`<a
|
825
|
-
href="https://
|
825
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
826
826
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
827
827
|
:type timeout: int
|
828
828
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -902,7 +902,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
902
902
|
|
903
903
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
904
904
|
:code:`<a
|
905
|
-
href="https://
|
905
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
906
906
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
907
907
|
:type timeout: int
|
908
908
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -1029,7 +1029,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
1029
1029
|
|
1030
1030
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
1031
1031
|
:code:`<a
|
1032
|
-
href="https://
|
1032
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
1033
1033
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
1034
1034
|
:type timeout: int
|
1035
1035
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -1045,7 +1045,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
1045
1045
|
:param snapshot: The snapshot parameter is an opaque DateTime value that, when present,
|
1046
1046
|
specifies the blob snapshot to retrieve. For more information on working with blob snapshots,
|
1047
1047
|
see :code:`<a
|
1048
|
-
href="https://
|
1048
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/creating-a-snapshot-of-a-blob">Creating
|
1049
1049
|
a Snapshot of a Blob.</a>`. Default value is None.
|
1050
1050
|
:type snapshot: str
|
1051
1051
|
:param version_id: The version id parameter is an opaque DateTime value that, when present,
|
@@ -1135,7 +1135,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
1135
1135
|
|
1136
1136
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
1137
1137
|
:code:`<a
|
1138
|
-
href="https://
|
1138
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
1139
1139
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
1140
1140
|
:type timeout: int
|
1141
1141
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -1145,7 +1145,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
1145
1145
|
:param snapshot: The snapshot parameter is an opaque DateTime value that, when present,
|
1146
1146
|
specifies the blob snapshot to retrieve. For more information on working with blob snapshots,
|
1147
1147
|
see :code:`<a
|
1148
|
-
href="https://
|
1148
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/creating-a-snapshot-of-a-blob">Creating
|
1149
1149
|
a Snapshot of a Blob.</a>`. Default value is None.
|
1150
1150
|
:type snapshot: str
|
1151
1151
|
:param version_id: The version id parameter is an opaque DateTime value that, when present,
|
@@ -1223,7 +1223,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
1223
1223
|
:type legal_hold: bool
|
1224
1224
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
1225
1225
|
:code:`<a
|
1226
|
-
href="https://
|
1226
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
1227
1227
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
1228
1228
|
:type timeout: int
|
1229
1229
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -1233,7 +1233,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
1233
1233
|
:param snapshot: The snapshot parameter is an opaque DateTime value that, when present,
|
1234
1234
|
specifies the blob snapshot to retrieve. For more information on working with blob snapshots,
|
1235
1235
|
see :code:`<a
|
1236
|
-
href="https://
|
1236
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/creating-a-snapshot-of-a-blob">Creating
|
1237
1237
|
a Snapshot of a Blob.</a>`. Default value is None.
|
1238
1238
|
:type snapshot: str
|
1239
1239
|
:param version_id: The version id parameter is an opaque DateTime value that, when present,
|
@@ -1314,7 +1314,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
1314
1314
|
|
1315
1315
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
1316
1316
|
:code:`<a
|
1317
|
-
href="https://
|
1317
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
1318
1318
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
1319
1319
|
:type timeout: int
|
1320
1320
|
:param metadata: Optional. Specifies a user-defined name-value pair associated with the blob.
|
@@ -1453,7 +1453,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
1453
1453
|
|
1454
1454
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
1455
1455
|
:code:`<a
|
1456
|
-
href="https://
|
1456
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
1457
1457
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
1458
1458
|
:type timeout: int
|
1459
1459
|
:param duration: Specifies the duration of the lease, in seconds, or negative one (-1) for a
|
@@ -1563,7 +1563,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
1563
1563
|
:type lease_id: str
|
1564
1564
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
1565
1565
|
:code:`<a
|
1566
|
-
href="https://
|
1566
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
1567
1567
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
1568
1568
|
:type timeout: int
|
1569
1569
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -1663,7 +1663,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
1663
1663
|
:type lease_id: str
|
1664
1664
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
1665
1665
|
:code:`<a
|
1666
|
-
href="https://
|
1666
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
1667
1667
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
1668
1668
|
:type timeout: int
|
1669
1669
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -1769,7 +1769,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
1769
1769
|
:type proposed_lease_id: str
|
1770
1770
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
1771
1771
|
:code:`<a
|
1772
|
-
href="https://
|
1772
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
1773
1773
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
1774
1774
|
:type timeout: int
|
1775
1775
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -1869,7 +1869,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
1869
1869
|
|
1870
1870
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
1871
1871
|
:code:`<a
|
1872
|
-
href="https://
|
1872
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
1873
1873
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
1874
1874
|
:type timeout: int
|
1875
1875
|
:param break_period: For a break operation, proposed duration the lease should continue before
|
@@ -1978,7 +1978,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
1978
1978
|
|
1979
1979
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
1980
1980
|
:code:`<a
|
1981
|
-
href="https://
|
1981
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
1982
1982
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
1983
1983
|
:type timeout: int
|
1984
1984
|
:param metadata: Optional. Specifies a user-defined name-value pair associated with the blob.
|
@@ -2125,7 +2125,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
2125
2125
|
:type copy_source: str
|
2126
2126
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
2127
2127
|
:code:`<a
|
2128
|
-
href="https://
|
2128
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
2129
2129
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
2130
2130
|
:type timeout: int
|
2131
2131
|
:param metadata: Optional. Specifies a user-defined name-value pair associated with the blob.
|
@@ -2301,7 +2301,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
2301
2301
|
:type copy_source: str
|
2302
2302
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
2303
2303
|
:code:`<a
|
2304
|
-
href="https://
|
2304
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
2305
2305
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
2306
2306
|
:type timeout: int
|
2307
2307
|
:param metadata: Optional. Specifies a user-defined name-value pair associated with the blob.
|
@@ -2482,7 +2482,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
2482
2482
|
:type copy_id: str
|
2483
2483
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
2484
2484
|
:code:`<a
|
2485
|
-
href="https://
|
2485
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
2486
2486
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
2487
2487
|
:type timeout: int
|
2488
2488
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -2580,7 +2580,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
2580
2580
|
:param snapshot: The snapshot parameter is an opaque DateTime value that, when present,
|
2581
2581
|
specifies the blob snapshot to retrieve. For more information on working with blob snapshots,
|
2582
2582
|
see :code:`<a
|
2583
|
-
href="https://
|
2583
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/creating-a-snapshot-of-a-blob">Creating
|
2584
2584
|
a Snapshot of a Blob.</a>`. Default value is None.
|
2585
2585
|
:type snapshot: str
|
2586
2586
|
:param version_id: The version id parameter is an opaque DateTime value that, when present,
|
@@ -2589,7 +2589,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
2589
2589
|
:type version_id: str
|
2590
2590
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
2591
2591
|
:code:`<a
|
2592
|
-
href="https://
|
2592
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
2593
2593
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
2594
2594
|
:type timeout: int
|
2595
2595
|
:param rehydrate_priority: Optional: Indicates the priority with which to rehydrate an archived
|
@@ -2676,7 +2676,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
2676
2676
|
|
2677
2677
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
2678
2678
|
:code:`<a
|
2679
|
-
href="https://
|
2679
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
2680
2680
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
2681
2681
|
:type timeout: int
|
2682
2682
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -2759,12 +2759,12 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
2759
2759
|
:param snapshot: The snapshot parameter is an opaque DateTime value that, when present,
|
2760
2760
|
specifies the blob snapshot to retrieve. For more information on working with blob snapshots,
|
2761
2761
|
see :code:`<a
|
2762
|
-
href="https://
|
2762
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/creating-a-snapshot-of-a-blob">Creating
|
2763
2763
|
a Snapshot of a Blob.</a>`. Default value is None.
|
2764
2764
|
:type snapshot: str
|
2765
2765
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
2766
2766
|
:code:`<a
|
2767
|
-
href="https://
|
2767
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
2768
2768
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
2769
2769
|
:type timeout: int
|
2770
2770
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -3007,7 +3007,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
3007
3007
|
|
3008
3008
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
3009
3009
|
:code:`<a
|
3010
|
-
href="https://
|
3010
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
3011
3011
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
3012
3012
|
:type timeout: int
|
3013
3013
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -3017,7 +3017,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
3017
3017
|
:param snapshot: The snapshot parameter is an opaque DateTime value that, when present,
|
3018
3018
|
specifies the blob snapshot to retrieve. For more information on working with blob snapshots,
|
3019
3019
|
see :code:`<a
|
3020
|
-
href="https://
|
3020
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/creating-a-snapshot-of-a-blob">Creating
|
3021
3021
|
a Snapshot of a Blob.</a>`. Default value is None.
|
3022
3022
|
:type snapshot: str
|
3023
3023
|
:param version_id: The version id parameter is an opaque DateTime value that, when present,
|
@@ -3113,7 +3113,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
3113
3113
|
|
3114
3114
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
3115
3115
|
:code:`<a
|
3116
|
-
href="https://
|
3116
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
3117
3117
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
3118
3118
|
:type timeout: int
|
3119
3119
|
:param version_id: The version id parameter is an opaque DateTime value that, when present,
|