azure-storage-blob 12.24.0b1__py3-none-any.whl → 12.24.1__py3-none-any.whl
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/_blob_client.py +6 -3
- azure/storage/blob/_download.py +2 -2
- azure/storage/blob/_generated/aio/operations/_append_blob_operations.py +4 -4
- azure/storage/blob/_generated/aio/operations/_blob_operations.py +33 -33
- azure/storage/blob/_generated/aio/operations/_block_blob_operations.py +7 -7
- azure/storage/blob/_generated/aio/operations/_container_operations.py +18 -18
- azure/storage/blob/_generated/aio/operations/_page_blob_operations.py +11 -11
- azure/storage/blob/_generated/aio/operations/_service_operations.py +8 -8
- azure/storage/blob/_generated/operations/_append_blob_operations.py +4 -4
- azure/storage/blob/_generated/operations/_blob_operations.py +33 -33
- azure/storage/blob/_generated/operations/_block_blob_operations.py +7 -7
- azure/storage/blob/_generated/operations/_container_operations.py +18 -18
- azure/storage/blob/_generated/operations/_page_blob_operations.py +11 -11
- azure/storage/blob/_generated/operations/_service_operations.py +8 -8
- azure/storage/blob/_models.py +1 -1
- azure/storage/blob/_shared/authentication.py +1 -1
- azure/storage/blob/_shared/base_client.py +1 -1
- azure/storage/blob/_shared/parser.py +2 -10
- azure/storage/blob/_shared/policies_async.py +2 -2
- azure/storage/blob/_shared/request_handlers.py +3 -4
- azure/storage/blob/_shared/response_handlers.py +2 -2
- azure/storage/blob/_shared/shared_access_signature.py +2 -2
- azure/storage/blob/_version.py +1 -1
- azure/storage/blob/aio/_blob_client_async.py +6 -3
- azure/storage/blob/aio/_download_async.py +3 -3
- {azure_storage_blob-12.24.0b1.dist-info → azure_storage_blob-12.24.1.dist-info}/METADATA +20 -20
- {azure_storage_blob-12.24.0b1.dist-info → azure_storage_blob-12.24.1.dist-info}/RECORD +30 -30
- {azure_storage_blob-12.24.0b1.dist-info → azure_storage_blob-12.24.1.dist-info}/WHEEL +1 -1
- {azure_storage_blob-12.24.0b1.dist-info → azure_storage_blob-12.24.1.dist-info}/LICENSE +0 -0
- {azure_storage_blob-12.24.0b1.dist-info → azure_storage_blob-12.24.1.dist-info}/top_level.txt +0 -0
@@ -94,7 +94,7 @@ class PageBlobOperations:
|
|
94
94
|
:type blob_content_length: int
|
95
95
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
96
96
|
:code:`<a
|
97
|
-
href="https://
|
97
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
98
98
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
99
99
|
:type timeout: int
|
100
100
|
:param tier: Optional. Indicates the tier to be set on the page blob. Known values are: "P4",
|
@@ -299,7 +299,7 @@ class PageBlobOperations:
|
|
299
299
|
:type transactional_content_crc64: bytes
|
300
300
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
301
301
|
:code:`<a
|
302
|
-
href="https://
|
302
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
303
303
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
304
304
|
:type timeout: int
|
305
305
|
:param range: Return only the bytes of the blob in the specified range. Default value is None.
|
@@ -479,7 +479,7 @@ class PageBlobOperations:
|
|
479
479
|
:type content_length: int
|
480
480
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
481
481
|
:code:`<a
|
482
|
-
href="https://
|
482
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
483
483
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
484
484
|
:type timeout: int
|
485
485
|
:param range: Return only the bytes of the blob in the specified range. Default value is None.
|
@@ -653,7 +653,7 @@ class PageBlobOperations:
|
|
653
653
|
:type source_contentcrc64: bytes
|
654
654
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
655
655
|
:code:`<a
|
656
|
-
href="https://
|
656
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
657
657
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
658
658
|
:type timeout: int
|
659
659
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -833,12 +833,12 @@ class PageBlobOperations:
|
|
833
833
|
:param snapshot: The snapshot parameter is an opaque DateTime value that, when present,
|
834
834
|
specifies the blob snapshot to retrieve. For more information on working with blob snapshots,
|
835
835
|
see :code:`<a
|
836
|
-
href="https://
|
836
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/creating-a-snapshot-of-a-blob">Creating
|
837
837
|
a Snapshot of a Blob.</a>`. Default value is None.
|
838
838
|
:type snapshot: str
|
839
839
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
840
840
|
:code:`<a
|
841
|
-
href="https://
|
841
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
842
842
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
843
843
|
:type timeout: int
|
844
844
|
:param range: Return only the bytes of the blob in the specified range. Default value is None.
|
@@ -973,12 +973,12 @@ class PageBlobOperations:
|
|
973
973
|
:param snapshot: The snapshot parameter is an opaque DateTime value that, when present,
|
974
974
|
specifies the blob snapshot to retrieve. For more information on working with blob snapshots,
|
975
975
|
see :code:`<a
|
976
|
-
href="https://
|
976
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/creating-a-snapshot-of-a-blob">Creating
|
977
977
|
a Snapshot of a Blob.</a>`. Default value is None.
|
978
978
|
:type snapshot: str
|
979
979
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
980
980
|
:code:`<a
|
981
|
-
href="https://
|
981
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
982
982
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
983
983
|
:type timeout: int
|
984
984
|
:param prevsnapshot: Optional in version 2015-07-08 and newer. The prevsnapshot parameter is a
|
@@ -1125,7 +1125,7 @@ class PageBlobOperations:
|
|
1125
1125
|
:type blob_content_length: int
|
1126
1126
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
1127
1127
|
:code:`<a
|
1128
|
-
href="https://
|
1128
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
1129
1129
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
1130
1130
|
:type timeout: int
|
1131
1131
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -1254,7 +1254,7 @@ class PageBlobOperations:
|
|
1254
1254
|
:type sequence_number_action: str or ~azure.storage.blob.models.SequenceNumberActionType
|
1255
1255
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
1256
1256
|
:code:`<a
|
1257
|
-
href="https://
|
1257
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
1258
1258
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
1259
1259
|
:type timeout: int
|
1260
1260
|
:param blob_sequence_number: Set for page blobs only. The sequence number is a user-controlled
|
@@ -1372,7 +1372,7 @@ class PageBlobOperations:
|
|
1372
1372
|
:type copy_source: str
|
1373
1373
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
1374
1374
|
:code:`<a
|
1375
|
-
href="https://
|
1375
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
1376
1376
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
1377
1377
|
:type timeout: int
|
1378
1378
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -79,7 +79,7 @@ class ServiceOperations:
|
|
79
79
|
:type storage_service_properties: ~azure.storage.blob.models.StorageServiceProperties
|
80
80
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
81
81
|
:code:`<a
|
82
|
-
href="https://
|
82
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
83
83
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
84
84
|
:type timeout: int
|
85
85
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -154,7 +154,7 @@ class ServiceOperations:
|
|
154
154
|
|
155
155
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
156
156
|
:code:`<a
|
157
|
-
href="https://
|
157
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
158
158
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
159
159
|
:type timeout: int
|
160
160
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -229,7 +229,7 @@ class ServiceOperations:
|
|
229
229
|
|
230
230
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
231
231
|
:code:`<a
|
232
|
-
href="https://
|
232
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
233
233
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
234
234
|
:type timeout: int
|
235
235
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -331,7 +331,7 @@ class ServiceOperations:
|
|
331
331
|
:type include: list[str or ~azure.storage.blob.models.ListContainersIncludeType]
|
332
332
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
333
333
|
:code:`<a
|
334
|
-
href="https://
|
334
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
335
335
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
336
336
|
:type timeout: int
|
337
337
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -413,7 +413,7 @@ class ServiceOperations:
|
|
413
413
|
:type key_info: ~azure.storage.blob.models.KeyInfo
|
414
414
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
415
415
|
:code:`<a
|
416
|
-
href="https://
|
416
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
417
417
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
418
418
|
:type timeout: int
|
419
419
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -492,7 +492,7 @@ class ServiceOperations:
|
|
492
492
|
|
493
493
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
494
494
|
:code:`<a
|
495
|
-
href="https://
|
495
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
496
496
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
497
497
|
:type timeout: int
|
498
498
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -574,7 +574,7 @@ class ServiceOperations:
|
|
574
574
|
:type body: IO[bytes]
|
575
575
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
576
576
|
:code:`<a
|
577
|
-
href="https://
|
577
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
578
578
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
579
579
|
:type timeout: int
|
580
580
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -665,7 +665,7 @@ class ServiceOperations:
|
|
665
665
|
|
666
666
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
667
667
|
:code:`<a
|
668
|
-
href="https://
|
668
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
669
669
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
670
670
|
:type timeout: int
|
671
671
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -461,7 +461,7 @@ class AppendBlobOperations:
|
|
461
461
|
:type content_length: int
|
462
462
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
463
463
|
:code:`<a
|
464
|
-
href="https://
|
464
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
465
465
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
466
466
|
:type timeout: int
|
467
467
|
:param metadata: Optional. Specifies a user-defined name-value pair associated with the blob.
|
@@ -651,7 +651,7 @@ class AppendBlobOperations:
|
|
651
651
|
:type body: IO[bytes]
|
652
652
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
653
653
|
:code:`<a
|
654
|
-
href="https://
|
654
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
655
655
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
656
656
|
:type timeout: int
|
657
657
|
:param transactional_content_md5: Specify the transactional md5 for the body, to be validated
|
@@ -849,7 +849,7 @@ class AppendBlobOperations:
|
|
849
849
|
:type source_contentcrc64: bytes
|
850
850
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
851
851
|
:code:`<a
|
852
|
-
href="https://
|
852
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
853
853
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
854
854
|
:type timeout: int
|
855
855
|
:param transactional_content_md5: Specify the transactional md5 for the body, to be validated
|
@@ -1024,7 +1024,7 @@ class AppendBlobOperations:
|
|
1024
1024
|
|
1025
1025
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
1026
1026
|
:code:`<a
|
1027
|
-
href="https://
|
1027
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
1028
1028
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
1029
1029
|
:type timeout: int
|
1030
1030
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -1535,7 +1535,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
1535
1535
|
:param snapshot: The snapshot parameter is an opaque DateTime value that, when present,
|
1536
1536
|
specifies the blob snapshot to retrieve. For more information on working with blob snapshots,
|
1537
1537
|
see :code:`<a
|
1538
|
-
href="https://
|
1538
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/creating-a-snapshot-of-a-blob">Creating
|
1539
1539
|
a Snapshot of a Blob.</a>`. Default value is None.
|
1540
1540
|
:type snapshot: str
|
1541
1541
|
:param version_id: The version id parameter is an opaque DateTime value that, when present,
|
@@ -1544,7 +1544,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
1544
1544
|
:type version_id: str
|
1545
1545
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
1546
1546
|
:code:`<a
|
1547
|
-
href="https://
|
1547
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
1548
1548
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
1549
1549
|
:type timeout: int
|
1550
1550
|
:param range: Return only the bytes of the blob in the specified range. Default value is None.
|
@@ -1851,7 +1851,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
1851
1851
|
:param snapshot: The snapshot parameter is an opaque DateTime value that, when present,
|
1852
1852
|
specifies the blob snapshot to retrieve. For more information on working with blob snapshots,
|
1853
1853
|
see :code:`<a
|
1854
|
-
href="https://
|
1854
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/creating-a-snapshot-of-a-blob">Creating
|
1855
1855
|
a Snapshot of a Blob.</a>`. Default value is None.
|
1856
1856
|
:type snapshot: str
|
1857
1857
|
:param version_id: The version id parameter is an opaque DateTime value that, when present,
|
@@ -1860,7 +1860,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
1860
1860
|
:type version_id: str
|
1861
1861
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
1862
1862
|
:code:`<a
|
1863
|
-
href="https://
|
1863
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
1864
1864
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
1865
1865
|
:type timeout: int
|
1866
1866
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -2065,7 +2065,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
2065
2065
|
:param snapshot: The snapshot parameter is an opaque DateTime value that, when present,
|
2066
2066
|
specifies the blob snapshot to retrieve. For more information on working with blob snapshots,
|
2067
2067
|
see :code:`<a
|
2068
|
-
href="https://
|
2068
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/creating-a-snapshot-of-a-blob">Creating
|
2069
2069
|
a Snapshot of a Blob.</a>`. Default value is None.
|
2070
2070
|
:type snapshot: str
|
2071
2071
|
:param version_id: The version id parameter is an opaque DateTime value that, when present,
|
@@ -2074,7 +2074,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
2074
2074
|
:type version_id: str
|
2075
2075
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
2076
2076
|
:code:`<a
|
2077
|
-
href="https://
|
2077
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
2078
2078
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
2079
2079
|
:type timeout: int
|
2080
2080
|
:param delete_snapshots: Required if the blob has associated snapshots. Specify one of the
|
@@ -2178,7 +2178,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
2178
2178
|
|
2179
2179
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
2180
2180
|
:code:`<a
|
2181
|
-
href="https://
|
2181
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
2182
2182
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
2183
2183
|
:type timeout: int
|
2184
2184
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -2254,7 +2254,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
2254
2254
|
:type expiry_options: str or ~azure.storage.blob.models.BlobExpiryOptions
|
2255
2255
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
2256
2256
|
:code:`<a
|
2257
|
-
href="https://
|
2257
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
2258
2258
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
2259
2259
|
:type timeout: int
|
2260
2260
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -2334,7 +2334,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
2334
2334
|
|
2335
2335
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
2336
2336
|
:code:`<a
|
2337
|
-
href="https://
|
2337
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
2338
2338
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
2339
2339
|
:type timeout: int
|
2340
2340
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -2461,7 +2461,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
2461
2461
|
|
2462
2462
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
2463
2463
|
:code:`<a
|
2464
|
-
href="https://
|
2464
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
2465
2465
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
2466
2466
|
:type timeout: int
|
2467
2467
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -2477,7 +2477,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
2477
2477
|
:param snapshot: The snapshot parameter is an opaque DateTime value that, when present,
|
2478
2478
|
specifies the blob snapshot to retrieve. For more information on working with blob snapshots,
|
2479
2479
|
see :code:`<a
|
2480
|
-
href="https://
|
2480
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/creating-a-snapshot-of-a-blob">Creating
|
2481
2481
|
a Snapshot of a Blob.</a>`. Default value is None.
|
2482
2482
|
:type snapshot: str
|
2483
2483
|
:param version_id: The version id parameter is an opaque DateTime value that, when present,
|
@@ -2567,7 +2567,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
2567
2567
|
|
2568
2568
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
2569
2569
|
:code:`<a
|
2570
|
-
href="https://
|
2570
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
2571
2571
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
2572
2572
|
:type timeout: int
|
2573
2573
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -2577,7 +2577,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
2577
2577
|
:param snapshot: The snapshot parameter is an opaque DateTime value that, when present,
|
2578
2578
|
specifies the blob snapshot to retrieve. For more information on working with blob snapshots,
|
2579
2579
|
see :code:`<a
|
2580
|
-
href="https://
|
2580
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/creating-a-snapshot-of-a-blob">Creating
|
2581
2581
|
a Snapshot of a Blob.</a>`. Default value is None.
|
2582
2582
|
:type snapshot: str
|
2583
2583
|
:param version_id: The version id parameter is an opaque DateTime value that, when present,
|
@@ -2655,7 +2655,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
2655
2655
|
:type legal_hold: bool
|
2656
2656
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
2657
2657
|
:code:`<a
|
2658
|
-
href="https://
|
2658
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
2659
2659
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
2660
2660
|
:type timeout: int
|
2661
2661
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -2665,7 +2665,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
2665
2665
|
:param snapshot: The snapshot parameter is an opaque DateTime value that, when present,
|
2666
2666
|
specifies the blob snapshot to retrieve. For more information on working with blob snapshots,
|
2667
2667
|
see :code:`<a
|
2668
|
-
href="https://
|
2668
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/creating-a-snapshot-of-a-blob">Creating
|
2669
2669
|
a Snapshot of a Blob.</a>`. Default value is None.
|
2670
2670
|
:type snapshot: str
|
2671
2671
|
:param version_id: The version id parameter is an opaque DateTime value that, when present,
|
@@ -2746,7 +2746,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
2746
2746
|
|
2747
2747
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
2748
2748
|
:code:`<a
|
2749
|
-
href="https://
|
2749
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
2750
2750
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
2751
2751
|
:type timeout: int
|
2752
2752
|
:param metadata: Optional. Specifies a user-defined name-value pair associated with the blob.
|
@@ -2885,7 +2885,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
2885
2885
|
|
2886
2886
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
2887
2887
|
:code:`<a
|
2888
|
-
href="https://
|
2888
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
2889
2889
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
2890
2890
|
:type timeout: int
|
2891
2891
|
:param duration: Specifies the duration of the lease, in seconds, or negative one (-1) for a
|
@@ -2995,7 +2995,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
2995
2995
|
:type lease_id: str
|
2996
2996
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
2997
2997
|
:code:`<a
|
2998
|
-
href="https://
|
2998
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
2999
2999
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
3000
3000
|
:type timeout: int
|
3001
3001
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -3095,7 +3095,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
3095
3095
|
:type lease_id: str
|
3096
3096
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
3097
3097
|
:code:`<a
|
3098
|
-
href="https://
|
3098
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
3099
3099
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
3100
3100
|
:type timeout: int
|
3101
3101
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -3201,7 +3201,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
3201
3201
|
:type proposed_lease_id: str
|
3202
3202
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
3203
3203
|
:code:`<a
|
3204
|
-
href="https://
|
3204
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
3205
3205
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
3206
3206
|
:type timeout: int
|
3207
3207
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -3301,7 +3301,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
3301
3301
|
|
3302
3302
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
3303
3303
|
:code:`<a
|
3304
|
-
href="https://
|
3304
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
3305
3305
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
3306
3306
|
:type timeout: int
|
3307
3307
|
:param break_period: For a break operation, proposed duration the lease should continue before
|
@@ -3410,7 +3410,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
3410
3410
|
|
3411
3411
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
3412
3412
|
:code:`<a
|
3413
|
-
href="https://
|
3413
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
3414
3414
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
3415
3415
|
:type timeout: int
|
3416
3416
|
:param metadata: Optional. Specifies a user-defined name-value pair associated with the blob.
|
@@ -3557,7 +3557,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
3557
3557
|
:type copy_source: str
|
3558
3558
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
3559
3559
|
:code:`<a
|
3560
|
-
href="https://
|
3560
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
3561
3561
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
3562
3562
|
:type timeout: int
|
3563
3563
|
:param metadata: Optional. Specifies a user-defined name-value pair associated with the blob.
|
@@ -3733,7 +3733,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
3733
3733
|
:type copy_source: str
|
3734
3734
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
3735
3735
|
:code:`<a
|
3736
|
-
href="https://
|
3736
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
3737
3737
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
3738
3738
|
:type timeout: int
|
3739
3739
|
:param metadata: Optional. Specifies a user-defined name-value pair associated with the blob.
|
@@ -3914,7 +3914,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
3914
3914
|
:type copy_id: str
|
3915
3915
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
3916
3916
|
:code:`<a
|
3917
|
-
href="https://
|
3917
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
3918
3918
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
3919
3919
|
:type timeout: int
|
3920
3920
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -4012,7 +4012,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
4012
4012
|
:param snapshot: The snapshot parameter is an opaque DateTime value that, when present,
|
4013
4013
|
specifies the blob snapshot to retrieve. For more information on working with blob snapshots,
|
4014
4014
|
see :code:`<a
|
4015
|
-
href="https://
|
4015
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/creating-a-snapshot-of-a-blob">Creating
|
4016
4016
|
a Snapshot of a Blob.</a>`. Default value is None.
|
4017
4017
|
:type snapshot: str
|
4018
4018
|
:param version_id: The version id parameter is an opaque DateTime value that, when present,
|
@@ -4021,7 +4021,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
4021
4021
|
:type version_id: str
|
4022
4022
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
4023
4023
|
:code:`<a
|
4024
|
-
href="https://
|
4024
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
4025
4025
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
4026
4026
|
:type timeout: int
|
4027
4027
|
:param rehydrate_priority: Optional: Indicates the priority with which to rehydrate an archived
|
@@ -4108,7 +4108,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
4108
4108
|
|
4109
4109
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
4110
4110
|
:code:`<a
|
4111
|
-
href="https://
|
4111
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
4112
4112
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
4113
4113
|
:type timeout: int
|
4114
4114
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -4191,12 +4191,12 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
4191
4191
|
:param snapshot: The snapshot parameter is an opaque DateTime value that, when present,
|
4192
4192
|
specifies the blob snapshot to retrieve. For more information on working with blob snapshots,
|
4193
4193
|
see :code:`<a
|
4194
|
-
href="https://
|
4194
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/creating-a-snapshot-of-a-blob">Creating
|
4195
4195
|
a Snapshot of a Blob.</a>`. Default value is None.
|
4196
4196
|
:type snapshot: str
|
4197
4197
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
4198
4198
|
:code:`<a
|
4199
|
-
href="https://
|
4199
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
4200
4200
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
4201
4201
|
:type timeout: int
|
4202
4202
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -4439,7 +4439,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
4439
4439
|
|
4440
4440
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
4441
4441
|
:code:`<a
|
4442
|
-
href="https://
|
4442
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
4443
4443
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
4444
4444
|
:type timeout: int
|
4445
4445
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -4449,7 +4449,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
4449
4449
|
:param snapshot: The snapshot parameter is an opaque DateTime value that, when present,
|
4450
4450
|
specifies the blob snapshot to retrieve. For more information on working with blob snapshots,
|
4451
4451
|
see :code:`<a
|
4452
|
-
href="https://
|
4452
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/creating-a-snapshot-of-a-blob">Creating
|
4453
4453
|
a Snapshot of a Blob.</a>`. Default value is None.
|
4454
4454
|
:type snapshot: str
|
4455
4455
|
:param version_id: The version id parameter is an opaque DateTime value that, when present,
|
@@ -4545,7 +4545,7 @@ class BlobOperations: # pylint: disable=too-many-public-methods
|
|
4545
4545
|
|
4546
4546
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
4547
4547
|
:code:`<a
|
4548
|
-
href="https://
|
4548
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
4549
4549
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
4550
4550
|
:type timeout: int
|
4551
4551
|
:param version_id: The version id parameter is an opaque DateTime value that, when present,
|
@@ -721,7 +721,7 @@ class BlockBlobOperations:
|
|
721
721
|
:type body: IO[bytes]
|
722
722
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
723
723
|
:code:`<a
|
724
|
-
href="https://
|
724
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
725
725
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
726
726
|
:type timeout: int
|
727
727
|
:param transactional_content_md5: Specify the transactional md5 for the body, to be validated
|
@@ -950,7 +950,7 @@ class BlockBlobOperations:
|
|
950
950
|
:type copy_source: str
|
951
951
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
952
952
|
:code:`<a
|
953
|
-
href="https://
|
953
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
954
954
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
955
955
|
:type timeout: int
|
956
956
|
:param transactional_content_md5: Specify the transactional md5 for the body, to be validated
|
@@ -1182,7 +1182,7 @@ class BlockBlobOperations:
|
|
1182
1182
|
:type transactional_content_crc64: bytes
|
1183
1183
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
1184
1184
|
:code:`<a
|
1185
|
-
href="https://
|
1185
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
1186
1186
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
1187
1187
|
:type timeout: int
|
1188
1188
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -1339,7 +1339,7 @@ class BlockBlobOperations:
|
|
1339
1339
|
:type source_contentcrc64: bytes
|
1340
1340
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
1341
1341
|
:code:`<a
|
1342
|
-
href="https://
|
1342
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
1343
1343
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
1344
1344
|
:type timeout: int
|
1345
1345
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|
@@ -1496,7 +1496,7 @@ class BlockBlobOperations:
|
|
1496
1496
|
:type blocks: ~azure.storage.blob.models.BlockLookupList
|
1497
1497
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
1498
1498
|
:code:`<a
|
1499
|
-
href="https://
|
1499
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
1500
1500
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
1501
1501
|
:type timeout: int
|
1502
1502
|
:param transactional_content_md5: Specify the transactional md5 for the body, to be validated
|
@@ -1694,7 +1694,7 @@ class BlockBlobOperations:
|
|
1694
1694
|
:param snapshot: The snapshot parameter is an opaque DateTime value that, when present,
|
1695
1695
|
specifies the blob snapshot to retrieve. For more information on working with blob snapshots,
|
1696
1696
|
see :code:`<a
|
1697
|
-
href="https://
|
1697
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/creating-a-snapshot-of-a-blob">Creating
|
1698
1698
|
a Snapshot of a Blob.</a>`. Default value is None.
|
1699
1699
|
:type snapshot: str
|
1700
1700
|
:param list_type: Specifies whether to return the list of committed blocks, the list of
|
@@ -1703,7 +1703,7 @@ class BlockBlobOperations:
|
|
1703
1703
|
:type list_type: str or ~azure.storage.blob.models.BlockListType
|
1704
1704
|
:param timeout: The timeout parameter is expressed in seconds. For more information, see
|
1705
1705
|
:code:`<a
|
1706
|
-
href="https://
|
1706
|
+
href="https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations">Setting
|
1707
1707
|
Timeouts for Blob Service Operations.</a>`. Default value is None.
|
1708
1708
|
:type timeout: int
|
1709
1709
|
:param request_id_parameter: Provides a client-generated, opaque value with a 1 KB character
|