@azure/storage-blob 12.28.0-beta.2 → 12.29.0-beta.1
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.
- package/dist/browser/BatchResponseParser.js +1 -1
- package/dist/browser/BatchResponseParser.js.map +1 -1
- package/dist/browser/BlobBatch.d.ts +8 -8
- package/dist/browser/BlobBatch.js +1 -1
- package/dist/browser/BlobBatch.js.map +1 -1
- package/dist/browser/BlobBatchClient.d.ts +10 -10
- package/dist/browser/BlobBatchClient.js +2 -2
- package/dist/browser/BlobBatchClient.js.map +1 -1
- package/dist/browser/BlobLeaseClient.d.ts +10 -10
- package/dist/browser/BlobLeaseClient.js +10 -10
- package/dist/browser/BlobLeaseClient.js.map +1 -1
- package/dist/browser/BlobServiceClient.d.ts +11 -11
- package/dist/browser/BlobServiceClient.js +11 -11
- package/dist/browser/BlobServiceClient.js.map +1 -1
- package/dist/browser/Clients.d.ts +36 -36
- package/dist/browser/Clients.js +23 -23
- package/dist/browser/Clients.js.map +1 -1
- package/dist/browser/ContainerClient.d.ts +16 -16
- package/dist/browser/ContainerClient.js +15 -15
- package/dist/browser/ContainerClient.js.map +1 -1
- package/dist/browser/Pipeline.d.ts.map +1 -1
- package/dist/browser/Pipeline.js +2 -1
- package/dist/browser/Pipeline.js.map +1 -1
- package/dist/browser/Range.d.ts +1 -1
- package/dist/browser/Range.js.map +1 -1
- package/dist/browser/StorageRetryPolicyFactory.d.ts +2 -2
- package/dist/browser/StorageRetryPolicyFactory.js.map +1 -1
- package/dist/browser/generated/src/models/index.d.ts +97 -82
- package/dist/browser/generated/src/models/index.d.ts.map +1 -1
- package/dist/browser/generated/src/models/index.js.map +1 -1
- package/dist/browser/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/browser/generated/src/models/mappers.js +105 -0
- package/dist/browser/generated/src/models/mappers.js.map +1 -1
- package/dist/browser/generated/src/models/parameters.js +1 -1
- package/dist/browser/generated/src/models/parameters.js.map +1 -1
- package/dist/browser/generated/src/storageClient.js +2 -2
- package/dist/browser/generated/src/storageClient.js.map +1 -1
- package/dist/browser/policies/StorageRetryPolicy.d.ts.map +1 -1
- package/dist/browser/policies/StorageRetryPolicy.js +15 -16
- package/dist/browser/policies/StorageRetryPolicy.js.map +1 -1
- package/dist/browser/policies/StorageRetryPolicyV2.d.ts.map +1 -1
- package/dist/browser/policies/StorageRetryPolicyV2.js +15 -16
- package/dist/browser/policies/StorageRetryPolicyV2.js.map +1 -1
- package/dist/browser/policies/StorageSharedKeyCredentialPolicy.d.ts +1 -1
- package/dist/browser/policies/StorageSharedKeyCredentialPolicy.js +2 -2
- package/dist/browser/policies/StorageSharedKeyCredentialPolicy.js.map +1 -1
- package/dist/browser/sas/AccountSASPermissions.d.ts +1 -1
- package/dist/browser/sas/AccountSASPermissions.js +2 -2
- package/dist/browser/sas/AccountSASPermissions.js.map +1 -1
- package/dist/browser/sas/AccountSASResourceTypes.d.ts +1 -1
- package/dist/browser/sas/AccountSASResourceTypes.js +1 -1
- package/dist/browser/sas/AccountSASResourceTypes.js.map +1 -1
- package/dist/browser/sas/AccountSASSignatureValues.d.ts +3 -3
- package/dist/browser/sas/AccountSASSignatureValues.js +1 -1
- package/dist/browser/sas/AccountSASSignatureValues.js.map +1 -1
- package/dist/browser/sas/BlobSASSignatureValues.d.ts +1 -1
- package/dist/browser/sas/BlobSASSignatureValues.js +1 -1
- package/dist/browser/sas/BlobSASSignatureValues.js.map +1 -1
- package/dist/browser/sas/ContainerSASPermissions.d.ts +1 -1
- package/dist/browser/sas/ContainerSASPermissions.js +1 -1
- package/dist/browser/sas/ContainerSASPermissions.js.map +1 -1
- package/dist/browser/sas/SASQueryParameters.d.ts +2 -2
- package/dist/browser/sas/SASQueryParameters.js.map +1 -1
- package/dist/browser/utils/constants.js +2 -2
- package/dist/browser/utils/constants.js.map +1 -1
- package/dist/browser/utils/utils.common.d.ts +2 -2
- package/dist/browser/utils/utils.common.js +3 -3
- package/dist/browser/utils/utils.common.js.map +1 -1
- package/dist/commonjs/BatchResponseParser.js +1 -1
- package/dist/commonjs/BatchResponseParser.js.map +1 -1
- package/dist/commonjs/BlobBatch.d.ts +8 -8
- package/dist/commonjs/BlobBatch.js +1 -1
- package/dist/commonjs/BlobBatch.js.map +1 -1
- package/dist/commonjs/BlobBatchClient.d.ts +10 -10
- package/dist/commonjs/BlobBatchClient.js +2 -2
- package/dist/commonjs/BlobBatchClient.js.map +1 -1
- package/dist/commonjs/BlobLeaseClient.d.ts +10 -10
- package/dist/commonjs/BlobLeaseClient.js +10 -10
- package/dist/commonjs/BlobLeaseClient.js.map +1 -1
- package/dist/commonjs/BlobServiceClient.d.ts +11 -11
- package/dist/commonjs/BlobServiceClient.js +11 -11
- package/dist/commonjs/BlobServiceClient.js.map +1 -1
- package/dist/commonjs/Clients.d.ts +36 -36
- package/dist/commonjs/Clients.js +23 -23
- package/dist/commonjs/Clients.js.map +1 -1
- package/dist/commonjs/ContainerClient.d.ts +16 -16
- package/dist/commonjs/ContainerClient.js +15 -15
- package/dist/commonjs/ContainerClient.js.map +1 -1
- package/dist/commonjs/Pipeline.d.ts.map +1 -1
- package/dist/commonjs/Pipeline.js +1 -0
- package/dist/commonjs/Pipeline.js.map +1 -1
- package/dist/commonjs/Range.d.ts +1 -1
- package/dist/commonjs/Range.js.map +1 -1
- package/dist/commonjs/StorageRetryPolicyFactory.d.ts +2 -2
- package/dist/commonjs/StorageRetryPolicyFactory.js.map +1 -1
- package/dist/commonjs/credentials/UserDelegationKeyCredential.d.ts +1 -1
- package/dist/commonjs/credentials/UserDelegationKeyCredential.js +1 -1
- package/dist/commonjs/credentials/UserDelegationKeyCredential.js.map +1 -1
- package/dist/commonjs/generated/src/models/index.d.ts +97 -82
- package/dist/commonjs/generated/src/models/index.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/index.js.map +1 -1
- package/dist/commonjs/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/mappers.js +105 -0
- package/dist/commonjs/generated/src/models/mappers.js.map +1 -1
- package/dist/commonjs/generated/src/models/parameters.js +1 -1
- package/dist/commonjs/generated/src/models/parameters.js.map +1 -1
- package/dist/commonjs/generated/src/storageClient.js +2 -2
- package/dist/commonjs/generated/src/storageClient.js.map +1 -1
- package/dist/commonjs/policies/StorageRetryPolicy.d.ts.map +1 -1
- package/dist/commonjs/policies/StorageRetryPolicy.js +14 -15
- package/dist/commonjs/policies/StorageRetryPolicy.js.map +1 -1
- package/dist/commonjs/policies/StorageRetryPolicyV2.d.ts.map +1 -1
- package/dist/commonjs/policies/StorageRetryPolicyV2.js +14 -15
- package/dist/commonjs/policies/StorageRetryPolicyV2.js.map +1 -1
- package/dist/commonjs/policies/StorageSharedKeyCredentialPolicy.d.ts +1 -1
- package/dist/commonjs/policies/StorageSharedKeyCredentialPolicy.js +2 -2
- package/dist/commonjs/policies/StorageSharedKeyCredentialPolicy.js.map +1 -1
- package/dist/commonjs/policies/StorageSharedKeyCredentialPolicyV2.js +2 -2
- package/dist/commonjs/policies/StorageSharedKeyCredentialPolicyV2.js.map +1 -1
- package/dist/commonjs/sas/AccountSASPermissions.d.ts +1 -1
- package/dist/commonjs/sas/AccountSASPermissions.js +2 -2
- package/dist/commonjs/sas/AccountSASPermissions.js.map +1 -1
- package/dist/commonjs/sas/AccountSASResourceTypes.d.ts +1 -1
- package/dist/commonjs/sas/AccountSASResourceTypes.js +1 -1
- package/dist/commonjs/sas/AccountSASResourceTypes.js.map +1 -1
- package/dist/commonjs/sas/AccountSASSignatureValues.d.ts +3 -3
- package/dist/commonjs/sas/AccountSASSignatureValues.js +1 -1
- package/dist/commonjs/sas/AccountSASSignatureValues.js.map +1 -1
- package/dist/commonjs/sas/BlobSASSignatureValues.d.ts +1 -1
- package/dist/commonjs/sas/BlobSASSignatureValues.js +1 -1
- package/dist/commonjs/sas/BlobSASSignatureValues.js.map +1 -1
- package/dist/commonjs/sas/ContainerSASPermissions.d.ts +1 -1
- package/dist/commonjs/sas/ContainerSASPermissions.js +1 -1
- package/dist/commonjs/sas/ContainerSASPermissions.js.map +1 -1
- package/dist/commonjs/sas/SASQueryParameters.d.ts +2 -2
- package/dist/commonjs/sas/SASQueryParameters.js.map +1 -1
- package/dist/commonjs/utils/constants.js +2 -2
- package/dist/commonjs/utils/constants.js.map +1 -1
- package/dist/commonjs/utils/utils.common.d.ts +2 -2
- package/dist/commonjs/utils/utils.common.js +3 -3
- package/dist/commonjs/utils/utils.common.js.map +1 -1
- package/dist/esm/BatchResponseParser.js +1 -1
- package/dist/esm/BatchResponseParser.js.map +1 -1
- package/dist/esm/BlobBatch.d.ts +8 -8
- package/dist/esm/BlobBatch.js +1 -1
- package/dist/esm/BlobBatch.js.map +1 -1
- package/dist/esm/BlobBatchClient.d.ts +10 -10
- package/dist/esm/BlobBatchClient.js +2 -2
- package/dist/esm/BlobBatchClient.js.map +1 -1
- package/dist/esm/BlobLeaseClient.d.ts +10 -10
- package/dist/esm/BlobLeaseClient.js +10 -10
- package/dist/esm/BlobLeaseClient.js.map +1 -1
- package/dist/esm/BlobServiceClient.d.ts +11 -11
- package/dist/esm/BlobServiceClient.js +11 -11
- package/dist/esm/BlobServiceClient.js.map +1 -1
- package/dist/esm/Clients.d.ts +36 -36
- package/dist/esm/Clients.js +23 -23
- package/dist/esm/Clients.js.map +1 -1
- package/dist/esm/ContainerClient.d.ts +16 -16
- package/dist/esm/ContainerClient.js +15 -15
- package/dist/esm/ContainerClient.js.map +1 -1
- package/dist/esm/Pipeline.d.ts.map +1 -1
- package/dist/esm/Pipeline.js +2 -1
- package/dist/esm/Pipeline.js.map +1 -1
- package/dist/esm/Range.d.ts +1 -1
- package/dist/esm/Range.js.map +1 -1
- package/dist/esm/StorageRetryPolicyFactory.d.ts +2 -2
- package/dist/esm/StorageRetryPolicyFactory.js.map +1 -1
- package/dist/esm/credentials/UserDelegationKeyCredential.d.ts +1 -1
- package/dist/esm/credentials/UserDelegationKeyCredential.js +1 -1
- package/dist/esm/credentials/UserDelegationKeyCredential.js.map +1 -1
- package/dist/esm/generated/src/models/index.d.ts +97 -82
- package/dist/esm/generated/src/models/index.d.ts.map +1 -1
- package/dist/esm/generated/src/models/index.js.map +1 -1
- package/dist/esm/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/esm/generated/src/models/mappers.js +105 -0
- package/dist/esm/generated/src/models/mappers.js.map +1 -1
- package/dist/esm/generated/src/models/parameters.js +1 -1
- package/dist/esm/generated/src/models/parameters.js.map +1 -1
- package/dist/esm/generated/src/storageClient.js +2 -2
- package/dist/esm/generated/src/storageClient.js.map +1 -1
- package/dist/esm/policies/StorageRetryPolicy.d.ts.map +1 -1
- package/dist/esm/policies/StorageRetryPolicy.js +15 -16
- package/dist/esm/policies/StorageRetryPolicy.js.map +1 -1
- package/dist/esm/policies/StorageRetryPolicyV2.d.ts.map +1 -1
- package/dist/esm/policies/StorageRetryPolicyV2.js +15 -16
- package/dist/esm/policies/StorageRetryPolicyV2.js.map +1 -1
- package/dist/esm/policies/StorageSharedKeyCredentialPolicy.d.ts +1 -1
- package/dist/esm/policies/StorageSharedKeyCredentialPolicy.js +2 -2
- package/dist/esm/policies/StorageSharedKeyCredentialPolicy.js.map +1 -1
- package/dist/esm/policies/StorageSharedKeyCredentialPolicyV2.js +2 -2
- package/dist/esm/policies/StorageSharedKeyCredentialPolicyV2.js.map +1 -1
- package/dist/esm/sas/AccountSASPermissions.d.ts +1 -1
- package/dist/esm/sas/AccountSASPermissions.js +2 -2
- package/dist/esm/sas/AccountSASPermissions.js.map +1 -1
- package/dist/esm/sas/AccountSASResourceTypes.d.ts +1 -1
- package/dist/esm/sas/AccountSASResourceTypes.js +1 -1
- package/dist/esm/sas/AccountSASResourceTypes.js.map +1 -1
- package/dist/esm/sas/AccountSASSignatureValues.d.ts +3 -3
- package/dist/esm/sas/AccountSASSignatureValues.js +1 -1
- package/dist/esm/sas/AccountSASSignatureValues.js.map +1 -1
- package/dist/esm/sas/BlobSASSignatureValues.d.ts +1 -1
- package/dist/esm/sas/BlobSASSignatureValues.js +1 -1
- package/dist/esm/sas/BlobSASSignatureValues.js.map +1 -1
- package/dist/esm/sas/ContainerSASPermissions.d.ts +1 -1
- package/dist/esm/sas/ContainerSASPermissions.js +1 -1
- package/dist/esm/sas/ContainerSASPermissions.js.map +1 -1
- package/dist/esm/sas/SASQueryParameters.d.ts +2 -2
- package/dist/esm/sas/SASQueryParameters.js.map +1 -1
- package/dist/esm/utils/constants.js +2 -2
- package/dist/esm/utils/constants.js.map +1 -1
- package/dist/esm/utils/utils.common.d.ts +2 -2
- package/dist/esm/utils/utils.common.js +3 -3
- package/dist/esm/utils/utils.common.js.map +1 -1
- package/dist/react-native/BatchResponseParser.js +1 -1
- package/dist/react-native/BatchResponseParser.js.map +1 -1
- package/dist/react-native/BlobBatch.d.ts +8 -8
- package/dist/react-native/BlobBatch.js +1 -1
- package/dist/react-native/BlobBatch.js.map +1 -1
- package/dist/react-native/BlobBatchClient.d.ts +10 -10
- package/dist/react-native/BlobBatchClient.js +2 -2
- package/dist/react-native/BlobBatchClient.js.map +1 -1
- package/dist/react-native/BlobLeaseClient.d.ts +10 -10
- package/dist/react-native/BlobLeaseClient.js +10 -10
- package/dist/react-native/BlobLeaseClient.js.map +1 -1
- package/dist/react-native/BlobServiceClient.d.ts +11 -11
- package/dist/react-native/BlobServiceClient.js +11 -11
- package/dist/react-native/BlobServiceClient.js.map +1 -1
- package/dist/react-native/Clients.d.ts +36 -36
- package/dist/react-native/Clients.js +23 -23
- package/dist/react-native/Clients.js.map +1 -1
- package/dist/react-native/ContainerClient.d.ts +16 -16
- package/dist/react-native/ContainerClient.js +15 -15
- package/dist/react-native/ContainerClient.js.map +1 -1
- package/dist/react-native/Pipeline.d.ts.map +1 -1
- package/dist/react-native/Pipeline.js +2 -1
- package/dist/react-native/Pipeline.js.map +1 -1
- package/dist/react-native/Range.d.ts +1 -1
- package/dist/react-native/Range.js.map +1 -1
- package/dist/react-native/StorageRetryPolicyFactory.d.ts +2 -2
- package/dist/react-native/StorageRetryPolicyFactory.js.map +1 -1
- package/dist/react-native/credentials/UserDelegationKeyCredential.d.ts +1 -1
- package/dist/react-native/credentials/UserDelegationKeyCredential.js +1 -1
- package/dist/react-native/credentials/UserDelegationKeyCredential.js.map +1 -1
- package/dist/react-native/generated/src/models/index.d.ts +97 -82
- package/dist/react-native/generated/src/models/index.d.ts.map +1 -1
- package/dist/react-native/generated/src/models/index.js.map +1 -1
- package/dist/react-native/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/react-native/generated/src/models/mappers.js +105 -0
- package/dist/react-native/generated/src/models/mappers.js.map +1 -1
- package/dist/react-native/generated/src/models/parameters.js +1 -1
- package/dist/react-native/generated/src/models/parameters.js.map +1 -1
- package/dist/react-native/generated/src/storageClient.js +2 -2
- package/dist/react-native/generated/src/storageClient.js.map +1 -1
- package/dist/react-native/policies/StorageRetryPolicy.d.ts.map +1 -1
- package/dist/react-native/policies/StorageRetryPolicy.js +15 -16
- package/dist/react-native/policies/StorageRetryPolicy.js.map +1 -1
- package/dist/react-native/policies/StorageRetryPolicyV2.d.ts.map +1 -1
- package/dist/react-native/policies/StorageRetryPolicyV2.js +15 -16
- package/dist/react-native/policies/StorageRetryPolicyV2.js.map +1 -1
- package/dist/react-native/policies/StorageSharedKeyCredentialPolicy.d.ts +1 -1
- package/dist/react-native/policies/StorageSharedKeyCredentialPolicy.js +2 -2
- package/dist/react-native/policies/StorageSharedKeyCredentialPolicy.js.map +1 -1
- package/dist/react-native/policies/StorageSharedKeyCredentialPolicyV2.js +2 -2
- package/dist/react-native/policies/StorageSharedKeyCredentialPolicyV2.js.map +1 -1
- package/dist/react-native/sas/AccountSASPermissions.d.ts +1 -1
- package/dist/react-native/sas/AccountSASPermissions.js +2 -2
- package/dist/react-native/sas/AccountSASPermissions.js.map +1 -1
- package/dist/react-native/sas/AccountSASResourceTypes.d.ts +1 -1
- package/dist/react-native/sas/AccountSASResourceTypes.js +1 -1
- package/dist/react-native/sas/AccountSASResourceTypes.js.map +1 -1
- package/dist/react-native/sas/AccountSASSignatureValues.d.ts +3 -3
- package/dist/react-native/sas/AccountSASSignatureValues.js +1 -1
- package/dist/react-native/sas/AccountSASSignatureValues.js.map +1 -1
- package/dist/react-native/sas/BlobSASSignatureValues.d.ts +1 -1
- package/dist/react-native/sas/BlobSASSignatureValues.js +1 -1
- package/dist/react-native/sas/BlobSASSignatureValues.js.map +1 -1
- package/dist/react-native/sas/ContainerSASPermissions.d.ts +1 -1
- package/dist/react-native/sas/ContainerSASPermissions.js +1 -1
- package/dist/react-native/sas/ContainerSASPermissions.js.map +1 -1
- package/dist/react-native/sas/SASQueryParameters.d.ts +2 -2
- package/dist/react-native/sas/SASQueryParameters.js.map +1 -1
- package/dist/react-native/utils/constants.js +2 -2
- package/dist/react-native/utils/constants.js.map +1 -1
- package/dist/react-native/utils/utils.common.d.ts +2 -2
- package/dist/react-native/utils/utils.common.js +3 -3
- package/dist/react-native/utils/utils.common.js.map +1 -1
- package/package.json +4 -4
@@ -74,6 +74,9 @@ export interface StaticWebsite {
|
|
74
74
|
}
|
75
75
|
export interface StorageError {
|
76
76
|
message?: string;
|
77
|
+
copySourceStatusCode?: number;
|
78
|
+
copySourceErrorCode?: string;
|
79
|
+
copySourceErrorMessage?: string;
|
77
80
|
code?: string;
|
78
81
|
authenticationErrorDetail?: string;
|
79
82
|
}
|
@@ -1060,7 +1063,7 @@ export interface BlobGetPropertiesHeaders {
|
|
1060
1063
|
encryptionKeySha256?: string;
|
1061
1064
|
/** Returns the name of the encryption scope used to encrypt the blob contents and application metadata. Note that the absence of this header implies use of the default account encryption scope. */
|
1062
1065
|
encryptionScope?: string;
|
1063
|
-
/** The tier of page blob on a premium storage account or tier of block blob on blob storage LRS accounts. For a list of allowed premium page blob tiers, see https://
|
1066
|
+
/** The tier of page blob on a premium storage account or tier of block blob on blob storage LRS accounts. For a list of allowed premium page blob tiers, see https://learn.microsoft.com/azure/virtual-machines/disks-types#premium-ssd. For blob storage LRS accounts, valid values are Hot/Cool/Archive. */
|
1064
1067
|
accessTier?: string;
|
1065
1068
|
/** For page blobs on a premium storage account only. If the access tier is not explicitly set on the blob, the tier is inferred based on its content length and this header will be returned with true value. */
|
1066
1069
|
accessTierInferred?: boolean;
|
@@ -1407,6 +1410,8 @@ export interface BlobStartCopyFromURLHeaders {
|
|
1407
1410
|
/** Defines headers for Blob_startCopyFromURL operation. */
|
1408
1411
|
export interface BlobStartCopyFromURLExceptionHeaders {
|
1409
1412
|
errorCode?: string;
|
1413
|
+
copySourceErrorCode?: string;
|
1414
|
+
copySourceStatusCode?: number;
|
1410
1415
|
}
|
1411
1416
|
/** Defines headers for Blob_copyFromURL operation. */
|
1412
1417
|
export interface BlobCopyFromURLHeaders {
|
@@ -1440,6 +1445,8 @@ export interface BlobCopyFromURLHeaders {
|
|
1440
1445
|
/** Defines headers for Blob_copyFromURL operation. */
|
1441
1446
|
export interface BlobCopyFromURLExceptionHeaders {
|
1442
1447
|
errorCode?: string;
|
1448
|
+
copySourceErrorCode?: string;
|
1449
|
+
copySourceStatusCode?: number;
|
1443
1450
|
}
|
1444
1451
|
/** Defines headers for Blob_abortCopyFromURL operation. */
|
1445
1452
|
export interface BlobAbortCopyFromURLHeaders {
|
@@ -1725,6 +1732,8 @@ export interface PageBlobUploadPagesFromURLHeaders {
|
|
1725
1732
|
/** Defines headers for PageBlob_uploadPagesFromURL operation. */
|
1726
1733
|
export interface PageBlobUploadPagesFromURLExceptionHeaders {
|
1727
1734
|
errorCode?: string;
|
1735
|
+
copySourceErrorCode?: string;
|
1736
|
+
copySourceStatusCode?: number;
|
1728
1737
|
}
|
1729
1738
|
/** Defines headers for PageBlob_getPageRanges operation. */
|
1730
1739
|
export interface PageBlobGetPageRangesHeaders {
|
@@ -1941,6 +1950,8 @@ export interface AppendBlobAppendBlockFromUrlHeaders {
|
|
1941
1950
|
/** Defines headers for AppendBlob_appendBlockFromUrl operation. */
|
1942
1951
|
export interface AppendBlobAppendBlockFromUrlExceptionHeaders {
|
1943
1952
|
errorCode?: string;
|
1953
|
+
copySourceErrorCode?: string;
|
1954
|
+
copySourceStatusCode?: number;
|
1944
1955
|
}
|
1945
1956
|
/** Defines headers for AppendBlob_seal operation. */
|
1946
1957
|
export interface AppendBlobSealHeaders {
|
@@ -2024,6 +2035,8 @@ export interface BlockBlobPutBlobFromUrlHeaders {
|
|
2024
2035
|
/** Defines headers for BlockBlob_putBlobFromUrl operation. */
|
2025
2036
|
export interface BlockBlobPutBlobFromUrlExceptionHeaders {
|
2026
2037
|
errorCode?: string;
|
2038
|
+
copySourceErrorCode?: string;
|
2039
|
+
copySourceStatusCode?: number;
|
2027
2040
|
}
|
2028
2041
|
/** Defines headers for BlockBlob_stageBlock operation. */
|
2029
2042
|
export interface BlockBlobStageBlockHeaders {
|
@@ -2078,6 +2091,8 @@ export interface BlockBlobStageBlockFromURLHeaders {
|
|
2078
2091
|
/** Defines headers for BlockBlob_stageBlockFromURL operation. */
|
2079
2092
|
export interface BlockBlobStageBlockFromURLExceptionHeaders {
|
2080
2093
|
errorCode?: string;
|
2094
|
+
copySourceErrorCode?: string;
|
2095
|
+
copySourceStatusCode?: number;
|
2081
2096
|
}
|
2082
2097
|
/** Defines headers for BlockBlob_commitBlockList operation. */
|
2083
2098
|
export interface BlockBlobCommitBlockListHeaders {
|
@@ -2659,7 +2674,7 @@ export type QueryFormatType = "delimited" | "json" | "arrow" | "parquet";
|
|
2659
2674
|
export type SyncCopyStatusType = "success";
|
2660
2675
|
/** Optional parameters. */
|
2661
2676
|
export interface ServiceSetPropertiesOptionalParams extends coreClient.OperationOptions {
|
2662
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
2677
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2663
2678
|
timeoutInSeconds?: number;
|
2664
2679
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
2665
2680
|
requestId?: string;
|
@@ -2668,7 +2683,7 @@ export interface ServiceSetPropertiesOptionalParams extends coreClient.Operation
|
|
2668
2683
|
export type ServiceSetPropertiesResponse = ServiceSetPropertiesHeaders;
|
2669
2684
|
/** Optional parameters. */
|
2670
2685
|
export interface ServiceGetPropertiesOptionalParams extends coreClient.OperationOptions {
|
2671
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
2686
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2672
2687
|
timeoutInSeconds?: number;
|
2673
2688
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
2674
2689
|
requestId?: string;
|
@@ -2677,7 +2692,7 @@ export interface ServiceGetPropertiesOptionalParams extends coreClient.Operation
|
|
2677
2692
|
export type ServiceGetPropertiesResponse = ServiceGetPropertiesHeaders & BlobServiceProperties;
|
2678
2693
|
/** Optional parameters. */
|
2679
2694
|
export interface ServiceGetStatisticsOptionalParams extends coreClient.OperationOptions {
|
2680
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
2695
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2681
2696
|
timeoutInSeconds?: number;
|
2682
2697
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
2683
2698
|
requestId?: string;
|
@@ -2686,7 +2701,7 @@ export interface ServiceGetStatisticsOptionalParams extends coreClient.Operation
|
|
2686
2701
|
export type ServiceGetStatisticsResponse = ServiceGetStatisticsHeaders & BlobServiceStatistics;
|
2687
2702
|
/** Optional parameters. */
|
2688
2703
|
export interface ServiceListContainersSegmentOptionalParams extends coreClient.OperationOptions {
|
2689
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
2704
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2690
2705
|
timeoutInSeconds?: number;
|
2691
2706
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
2692
2707
|
requestId?: string;
|
@@ -2703,7 +2718,7 @@ export interface ServiceListContainersSegmentOptionalParams extends coreClient.O
|
|
2703
2718
|
export type ServiceListContainersSegmentResponse = ServiceListContainersSegmentHeaders & ListContainersSegmentResponse;
|
2704
2719
|
/** Optional parameters. */
|
2705
2720
|
export interface ServiceGetUserDelegationKeyOptionalParams extends coreClient.OperationOptions {
|
2706
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
2721
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2707
2722
|
timeoutInSeconds?: number;
|
2708
2723
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
2709
2724
|
requestId?: string;
|
@@ -2712,7 +2727,7 @@ export interface ServiceGetUserDelegationKeyOptionalParams extends coreClient.Op
|
|
2712
2727
|
export type ServiceGetUserDelegationKeyResponse = ServiceGetUserDelegationKeyHeaders & UserDelegationKey;
|
2713
2728
|
/** Optional parameters. */
|
2714
2729
|
export interface ServiceGetAccountInfoOptionalParams extends coreClient.OperationOptions {
|
2715
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
2730
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2716
2731
|
timeoutInSeconds?: number;
|
2717
2732
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
2718
2733
|
requestId?: string;
|
@@ -2721,7 +2736,7 @@ export interface ServiceGetAccountInfoOptionalParams extends coreClient.Operatio
|
|
2721
2736
|
export type ServiceGetAccountInfoResponse = ServiceGetAccountInfoHeaders;
|
2722
2737
|
/** Optional parameters. */
|
2723
2738
|
export interface ServiceSubmitBatchOptionalParams extends coreClient.OperationOptions {
|
2724
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
2739
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2725
2740
|
timeoutInSeconds?: number;
|
2726
2741
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
2727
2742
|
requestId?: string;
|
@@ -2745,7 +2760,7 @@ export type ServiceSubmitBatchResponse = ServiceSubmitBatchHeaders & {
|
|
2745
2760
|
};
|
2746
2761
|
/** Optional parameters. */
|
2747
2762
|
export interface ServiceFilterBlobsOptionalParams extends coreClient.OperationOptions {
|
2748
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
2763
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2749
2764
|
timeoutInSeconds?: number;
|
2750
2765
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
2751
2766
|
requestId?: string;
|
@@ -2762,7 +2777,7 @@ export type ServiceFilterBlobsResponse = ServiceFilterBlobsHeaders & FilterBlobS
|
|
2762
2777
|
export interface ContainerCreateOptionalParams extends coreClient.OperationOptions {
|
2763
2778
|
/** Parameter group */
|
2764
2779
|
containerEncryptionScope?: ContainerEncryptionScope;
|
2765
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
2780
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2766
2781
|
timeoutInSeconds?: number;
|
2767
2782
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
2768
2783
|
requestId?: string;
|
@@ -2779,7 +2794,7 @@ export type ContainerCreateResponse = ContainerCreateHeaders;
|
|
2779
2794
|
export interface ContainerGetPropertiesOptionalParams extends coreClient.OperationOptions {
|
2780
2795
|
/** Parameter group */
|
2781
2796
|
leaseAccessConditions?: LeaseAccessConditions;
|
2782
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
2797
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2783
2798
|
timeoutInSeconds?: number;
|
2784
2799
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
2785
2800
|
requestId?: string;
|
@@ -2792,7 +2807,7 @@ export interface ContainerDeleteOptionalParams extends coreClient.OperationOptio
|
|
2792
2807
|
leaseAccessConditions?: LeaseAccessConditions;
|
2793
2808
|
/** Parameter group */
|
2794
2809
|
modifiedAccessConditions?: ModifiedAccessConditions;
|
2795
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
2810
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2796
2811
|
timeoutInSeconds?: number;
|
2797
2812
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
2798
2813
|
requestId?: string;
|
@@ -2805,7 +2820,7 @@ export interface ContainerSetMetadataOptionalParams extends coreClient.Operation
|
|
2805
2820
|
leaseAccessConditions?: LeaseAccessConditions;
|
2806
2821
|
/** Parameter group */
|
2807
2822
|
modifiedAccessConditions?: ModifiedAccessConditions;
|
2808
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
2823
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2809
2824
|
timeoutInSeconds?: number;
|
2810
2825
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
2811
2826
|
requestId?: string;
|
@@ -2820,7 +2835,7 @@ export type ContainerSetMetadataResponse = ContainerSetMetadataHeaders;
|
|
2820
2835
|
export interface ContainerGetAccessPolicyOptionalParams extends coreClient.OperationOptions {
|
2821
2836
|
/** Parameter group */
|
2822
2837
|
leaseAccessConditions?: LeaseAccessConditions;
|
2823
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
2838
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2824
2839
|
timeoutInSeconds?: number;
|
2825
2840
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
2826
2841
|
requestId?: string;
|
@@ -2833,7 +2848,7 @@ export interface ContainerSetAccessPolicyOptionalParams extends coreClient.Opera
|
|
2833
2848
|
leaseAccessConditions?: LeaseAccessConditions;
|
2834
2849
|
/** Parameter group */
|
2835
2850
|
modifiedAccessConditions?: ModifiedAccessConditions;
|
2836
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
2851
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2837
2852
|
timeoutInSeconds?: number;
|
2838
2853
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
2839
2854
|
requestId?: string;
|
@@ -2846,7 +2861,7 @@ export interface ContainerSetAccessPolicyOptionalParams extends coreClient.Opera
|
|
2846
2861
|
export type ContainerSetAccessPolicyResponse = ContainerSetAccessPolicyHeaders;
|
2847
2862
|
/** Optional parameters. */
|
2848
2863
|
export interface ContainerRestoreOptionalParams extends coreClient.OperationOptions {
|
2849
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
2864
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2850
2865
|
timeoutInSeconds?: number;
|
2851
2866
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
2852
2867
|
requestId?: string;
|
@@ -2859,7 +2874,7 @@ export interface ContainerRestoreOptionalParams extends coreClient.OperationOpti
|
|
2859
2874
|
export type ContainerRestoreResponse = ContainerRestoreHeaders;
|
2860
2875
|
/** Optional parameters. */
|
2861
2876
|
export interface ContainerRenameOptionalParams extends coreClient.OperationOptions {
|
2862
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
2877
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2863
2878
|
timeoutInSeconds?: number;
|
2864
2879
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
2865
2880
|
requestId?: string;
|
@@ -2870,7 +2885,7 @@ export interface ContainerRenameOptionalParams extends coreClient.OperationOptio
|
|
2870
2885
|
export type ContainerRenameResponse = ContainerRenameHeaders;
|
2871
2886
|
/** Optional parameters. */
|
2872
2887
|
export interface ContainerSubmitBatchOptionalParams extends coreClient.OperationOptions {
|
2873
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
2888
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2874
2889
|
timeoutInSeconds?: number;
|
2875
2890
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
2876
2891
|
requestId?: string;
|
@@ -2894,7 +2909,7 @@ export type ContainerSubmitBatchResponse = ContainerSubmitBatchHeaders & {
|
|
2894
2909
|
};
|
2895
2910
|
/** Optional parameters. */
|
2896
2911
|
export interface ContainerFilterBlobsOptionalParams extends coreClient.OperationOptions {
|
2897
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
2912
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2898
2913
|
timeoutInSeconds?: number;
|
2899
2914
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
2900
2915
|
requestId?: string;
|
@@ -2911,7 +2926,7 @@ export type ContainerFilterBlobsResponse = ContainerFilterBlobsHeaders & FilterB
|
|
2911
2926
|
export interface ContainerAcquireLeaseOptionalParams extends coreClient.OperationOptions {
|
2912
2927
|
/** Parameter group */
|
2913
2928
|
modifiedAccessConditions?: ModifiedAccessConditions;
|
2914
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
2929
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2915
2930
|
timeoutInSeconds?: number;
|
2916
2931
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
2917
2932
|
requestId?: string;
|
@@ -2926,7 +2941,7 @@ export type ContainerAcquireLeaseResponse = ContainerAcquireLeaseHeaders;
|
|
2926
2941
|
export interface ContainerReleaseLeaseOptionalParams extends coreClient.OperationOptions {
|
2927
2942
|
/** Parameter group */
|
2928
2943
|
modifiedAccessConditions?: ModifiedAccessConditions;
|
2929
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
2944
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2930
2945
|
timeoutInSeconds?: number;
|
2931
2946
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
2932
2947
|
requestId?: string;
|
@@ -2937,7 +2952,7 @@ export type ContainerReleaseLeaseResponse = ContainerReleaseLeaseHeaders;
|
|
2937
2952
|
export interface ContainerRenewLeaseOptionalParams extends coreClient.OperationOptions {
|
2938
2953
|
/** Parameter group */
|
2939
2954
|
modifiedAccessConditions?: ModifiedAccessConditions;
|
2940
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
2955
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2941
2956
|
timeoutInSeconds?: number;
|
2942
2957
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
2943
2958
|
requestId?: string;
|
@@ -2948,7 +2963,7 @@ export type ContainerRenewLeaseResponse = ContainerRenewLeaseHeaders;
|
|
2948
2963
|
export interface ContainerBreakLeaseOptionalParams extends coreClient.OperationOptions {
|
2949
2964
|
/** Parameter group */
|
2950
2965
|
modifiedAccessConditions?: ModifiedAccessConditions;
|
2951
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
2966
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2952
2967
|
timeoutInSeconds?: number;
|
2953
2968
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
2954
2969
|
requestId?: string;
|
@@ -2961,7 +2976,7 @@ export type ContainerBreakLeaseResponse = ContainerBreakLeaseHeaders;
|
|
2961
2976
|
export interface ContainerChangeLeaseOptionalParams extends coreClient.OperationOptions {
|
2962
2977
|
/** Parameter group */
|
2963
2978
|
modifiedAccessConditions?: ModifiedAccessConditions;
|
2964
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
2979
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2965
2980
|
timeoutInSeconds?: number;
|
2966
2981
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
2967
2982
|
requestId?: string;
|
@@ -2970,7 +2985,7 @@ export interface ContainerChangeLeaseOptionalParams extends coreClient.Operation
|
|
2970
2985
|
export type ContainerChangeLeaseResponse = ContainerChangeLeaseHeaders;
|
2971
2986
|
/** Optional parameters. */
|
2972
2987
|
export interface ContainerListBlobFlatSegmentOptionalParams extends coreClient.OperationOptions {
|
2973
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
2988
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2974
2989
|
timeoutInSeconds?: number;
|
2975
2990
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
2976
2991
|
requestId?: string;
|
@@ -2987,7 +3002,7 @@ export interface ContainerListBlobFlatSegmentOptionalParams extends coreClient.O
|
|
2987
3002
|
export type ContainerListBlobFlatSegmentResponse = ContainerListBlobFlatSegmentHeaders & ListBlobsFlatSegmentResponse;
|
2988
3003
|
/** Optional parameters. */
|
2989
3004
|
export interface ContainerListBlobHierarchySegmentOptionalParams extends coreClient.OperationOptions {
|
2990
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3005
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
2991
3006
|
timeoutInSeconds?: number;
|
2992
3007
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
2993
3008
|
requestId?: string;
|
@@ -3004,7 +3019,7 @@ export interface ContainerListBlobHierarchySegmentOptionalParams extends coreCli
|
|
3004
3019
|
export type ContainerListBlobHierarchySegmentResponse = ContainerListBlobHierarchySegmentHeaders & ListBlobsHierarchySegmentResponse;
|
3005
3020
|
/** Optional parameters. */
|
3006
3021
|
export interface ContainerGetAccountInfoOptionalParams extends coreClient.OperationOptions {
|
3007
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3022
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3008
3023
|
timeoutInSeconds?: number;
|
3009
3024
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3010
3025
|
requestId?: string;
|
@@ -3019,11 +3034,11 @@ export interface BlobDownloadOptionalParams extends coreClient.OperationOptions
|
|
3019
3034
|
modifiedAccessConditions?: ModifiedAccessConditions;
|
3020
3035
|
/** Parameter group */
|
3021
3036
|
cpkInfo?: CpkInfo;
|
3022
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3037
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3023
3038
|
timeoutInSeconds?: number;
|
3024
3039
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3025
3040
|
requestId?: string;
|
3026
|
-
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://
|
3041
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://learn.microsoft.com/rest/api/storageservices/creating-a-snapshot-of-a-blob">Creating a Snapshot of a Blob.</a> */
|
3027
3042
|
snapshot?: string;
|
3028
3043
|
/** The version id parameter is an opaque DateTime value that, when present, specifies the version of the blob to operate on. It's for service version 2019-10-10 and newer. */
|
3029
3044
|
versionId?: string;
|
@@ -3059,11 +3074,11 @@ export interface BlobGetPropertiesOptionalParams extends coreClient.OperationOpt
|
|
3059
3074
|
modifiedAccessConditions?: ModifiedAccessConditions;
|
3060
3075
|
/** Parameter group */
|
3061
3076
|
cpkInfo?: CpkInfo;
|
3062
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3077
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3063
3078
|
timeoutInSeconds?: number;
|
3064
3079
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3065
3080
|
requestId?: string;
|
3066
|
-
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://
|
3081
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://learn.microsoft.com/rest/api/storageservices/creating-a-snapshot-of-a-blob">Creating a Snapshot of a Blob.</a> */
|
3067
3082
|
snapshot?: string;
|
3068
3083
|
/** The version id parameter is an opaque DateTime value that, when present, specifies the version of the blob to operate on. It's for service version 2019-10-10 and newer. */
|
3069
3084
|
versionId?: string;
|
@@ -3076,11 +3091,11 @@ export interface BlobDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3076
3091
|
leaseAccessConditions?: LeaseAccessConditions;
|
3077
3092
|
/** Parameter group */
|
3078
3093
|
modifiedAccessConditions?: ModifiedAccessConditions;
|
3079
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3094
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3080
3095
|
timeoutInSeconds?: number;
|
3081
3096
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3082
3097
|
requestId?: string;
|
3083
|
-
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://
|
3098
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://learn.microsoft.com/rest/api/storageservices/creating-a-snapshot-of-a-blob">Creating a Snapshot of a Blob.</a> */
|
3084
3099
|
snapshot?: string;
|
3085
3100
|
/** The version id parameter is an opaque DateTime value that, when present, specifies the version of the blob to operate on. It's for service version 2019-10-10 and newer. */
|
3086
3101
|
versionId?: string;
|
@@ -3093,7 +3108,7 @@ export interface BlobDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3093
3108
|
export type BlobDeleteResponse = BlobDeleteHeaders;
|
3094
3109
|
/** Optional parameters. */
|
3095
3110
|
export interface BlobUndeleteOptionalParams extends coreClient.OperationOptions {
|
3096
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3111
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3097
3112
|
timeoutInSeconds?: number;
|
3098
3113
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3099
3114
|
requestId?: string;
|
@@ -3102,7 +3117,7 @@ export interface BlobUndeleteOptionalParams extends coreClient.OperationOptions
|
|
3102
3117
|
export type BlobUndeleteResponse = BlobUndeleteHeaders;
|
3103
3118
|
/** Optional parameters. */
|
3104
3119
|
export interface BlobSetExpiryOptionalParams extends coreClient.OperationOptions {
|
3105
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3120
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3106
3121
|
timeoutInSeconds?: number;
|
3107
3122
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3108
3123
|
requestId?: string;
|
@@ -3119,7 +3134,7 @@ export interface BlobSetHttpHeadersOptionalParams extends coreClient.OperationOp
|
|
3119
3134
|
modifiedAccessConditions?: ModifiedAccessConditions;
|
3120
3135
|
/** Parameter group */
|
3121
3136
|
blobHttpHeaders?: BlobHttpHeaders;
|
3122
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3137
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3123
3138
|
timeoutInSeconds?: number;
|
3124
3139
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3125
3140
|
requestId?: string;
|
@@ -3130,11 +3145,11 @@ export type BlobSetHttpHeadersResponse = BlobSetHttpHeadersHeaders;
|
|
3130
3145
|
export interface BlobSetImmutabilityPolicyOptionalParams extends coreClient.OperationOptions {
|
3131
3146
|
/** Parameter group */
|
3132
3147
|
modifiedAccessConditions?: ModifiedAccessConditions;
|
3133
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3148
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3134
3149
|
timeoutInSeconds?: number;
|
3135
3150
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3136
3151
|
requestId?: string;
|
3137
|
-
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://
|
3152
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://learn.microsoft.com/rest/api/storageservices/creating-a-snapshot-of-a-blob">Creating a Snapshot of a Blob.</a> */
|
3138
3153
|
snapshot?: string;
|
3139
3154
|
/** The version id parameter is an opaque DateTime value that, when present, specifies the version of the blob to operate on. It's for service version 2019-10-10 and newer. */
|
3140
3155
|
versionId?: string;
|
@@ -3147,11 +3162,11 @@ export interface BlobSetImmutabilityPolicyOptionalParams extends coreClient.Oper
|
|
3147
3162
|
export type BlobSetImmutabilityPolicyResponse = BlobSetImmutabilityPolicyHeaders;
|
3148
3163
|
/** Optional parameters. */
|
3149
3164
|
export interface BlobDeleteImmutabilityPolicyOptionalParams extends coreClient.OperationOptions {
|
3150
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3165
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3151
3166
|
timeoutInSeconds?: number;
|
3152
3167
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3153
3168
|
requestId?: string;
|
3154
|
-
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://
|
3169
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://learn.microsoft.com/rest/api/storageservices/creating-a-snapshot-of-a-blob">Creating a Snapshot of a Blob.</a> */
|
3155
3170
|
snapshot?: string;
|
3156
3171
|
/** The version id parameter is an opaque DateTime value that, when present, specifies the version of the blob to operate on. It's for service version 2019-10-10 and newer. */
|
3157
3172
|
versionId?: string;
|
@@ -3160,11 +3175,11 @@ export interface BlobDeleteImmutabilityPolicyOptionalParams extends coreClient.O
|
|
3160
3175
|
export type BlobDeleteImmutabilityPolicyResponse = BlobDeleteImmutabilityPolicyHeaders;
|
3161
3176
|
/** Optional parameters. */
|
3162
3177
|
export interface BlobSetLegalHoldOptionalParams extends coreClient.OperationOptions {
|
3163
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3178
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3164
3179
|
timeoutInSeconds?: number;
|
3165
3180
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3166
3181
|
requestId?: string;
|
3167
|
-
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://
|
3182
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://learn.microsoft.com/rest/api/storageservices/creating-a-snapshot-of-a-blob">Creating a Snapshot of a Blob.</a> */
|
3168
3183
|
snapshot?: string;
|
3169
3184
|
/** The version id parameter is an opaque DateTime value that, when present, specifies the version of the blob to operate on. It's for service version 2019-10-10 and newer. */
|
3170
3185
|
versionId?: string;
|
@@ -3179,7 +3194,7 @@ export interface BlobSetMetadataOptionalParams extends coreClient.OperationOptio
|
|
3179
3194
|
modifiedAccessConditions?: ModifiedAccessConditions;
|
3180
3195
|
/** Parameter group */
|
3181
3196
|
cpkInfo?: CpkInfo;
|
3182
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3197
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3183
3198
|
timeoutInSeconds?: number;
|
3184
3199
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3185
3200
|
requestId?: string;
|
@@ -3196,7 +3211,7 @@ export type BlobSetMetadataResponse = BlobSetMetadataHeaders;
|
|
3196
3211
|
export interface BlobAcquireLeaseOptionalParams extends coreClient.OperationOptions {
|
3197
3212
|
/** Parameter group */
|
3198
3213
|
modifiedAccessConditions?: ModifiedAccessConditions;
|
3199
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3214
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3200
3215
|
timeoutInSeconds?: number;
|
3201
3216
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3202
3217
|
requestId?: string;
|
@@ -3211,7 +3226,7 @@ export type BlobAcquireLeaseResponse = BlobAcquireLeaseHeaders;
|
|
3211
3226
|
export interface BlobReleaseLeaseOptionalParams extends coreClient.OperationOptions {
|
3212
3227
|
/** Parameter group */
|
3213
3228
|
modifiedAccessConditions?: ModifiedAccessConditions;
|
3214
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3229
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3215
3230
|
timeoutInSeconds?: number;
|
3216
3231
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3217
3232
|
requestId?: string;
|
@@ -3222,7 +3237,7 @@ export type BlobReleaseLeaseResponse = BlobReleaseLeaseHeaders;
|
|
3222
3237
|
export interface BlobRenewLeaseOptionalParams extends coreClient.OperationOptions {
|
3223
3238
|
/** Parameter group */
|
3224
3239
|
modifiedAccessConditions?: ModifiedAccessConditions;
|
3225
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3240
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3226
3241
|
timeoutInSeconds?: number;
|
3227
3242
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3228
3243
|
requestId?: string;
|
@@ -3233,7 +3248,7 @@ export type BlobRenewLeaseResponse = BlobRenewLeaseHeaders;
|
|
3233
3248
|
export interface BlobChangeLeaseOptionalParams extends coreClient.OperationOptions {
|
3234
3249
|
/** Parameter group */
|
3235
3250
|
modifiedAccessConditions?: ModifiedAccessConditions;
|
3236
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3251
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3237
3252
|
timeoutInSeconds?: number;
|
3238
3253
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3239
3254
|
requestId?: string;
|
@@ -3244,7 +3259,7 @@ export type BlobChangeLeaseResponse = BlobChangeLeaseHeaders;
|
|
3244
3259
|
export interface BlobBreakLeaseOptionalParams extends coreClient.OperationOptions {
|
3245
3260
|
/** Parameter group */
|
3246
3261
|
modifiedAccessConditions?: ModifiedAccessConditions;
|
3247
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3262
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3248
3263
|
timeoutInSeconds?: number;
|
3249
3264
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3250
3265
|
requestId?: string;
|
@@ -3261,7 +3276,7 @@ export interface BlobCreateSnapshotOptionalParams extends coreClient.OperationOp
|
|
3261
3276
|
modifiedAccessConditions?: ModifiedAccessConditions;
|
3262
3277
|
/** Parameter group */
|
3263
3278
|
cpkInfo?: CpkInfo;
|
3264
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3279
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3265
3280
|
timeoutInSeconds?: number;
|
3266
3281
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3267
3282
|
requestId?: string;
|
@@ -3282,7 +3297,7 @@ export interface BlobStartCopyFromURLOptionalParams extends coreClient.Operation
|
|
3282
3297
|
modifiedAccessConditions?: ModifiedAccessConditions;
|
3283
3298
|
/** Parameter group */
|
3284
3299
|
sourceModifiedAccessConditions?: SourceModifiedAccessConditions;
|
3285
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3300
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3286
3301
|
timeoutInSeconds?: number;
|
3287
3302
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3288
3303
|
requestId?: string;
|
@@ -3315,7 +3330,7 @@ export interface BlobCopyFromURLOptionalParams extends coreClient.OperationOptio
|
|
3315
3330
|
modifiedAccessConditions?: ModifiedAccessConditions;
|
3316
3331
|
/** Parameter group */
|
3317
3332
|
sourceModifiedAccessConditions?: SourceModifiedAccessConditions;
|
3318
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3333
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3319
3334
|
timeoutInSeconds?: number;
|
3320
3335
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3321
3336
|
requestId?: string;
|
@@ -3350,7 +3365,7 @@ export type BlobCopyFromURLResponse = BlobCopyFromURLHeaders;
|
|
3350
3365
|
export interface BlobAbortCopyFromURLOptionalParams extends coreClient.OperationOptions {
|
3351
3366
|
/** Parameter group */
|
3352
3367
|
leaseAccessConditions?: LeaseAccessConditions;
|
3353
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3368
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3354
3369
|
timeoutInSeconds?: number;
|
3355
3370
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3356
3371
|
requestId?: string;
|
@@ -3363,11 +3378,11 @@ export interface BlobSetTierOptionalParams extends coreClient.OperationOptions {
|
|
3363
3378
|
leaseAccessConditions?: LeaseAccessConditions;
|
3364
3379
|
/** Parameter group */
|
3365
3380
|
modifiedAccessConditions?: ModifiedAccessConditions;
|
3366
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3381
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3367
3382
|
timeoutInSeconds?: number;
|
3368
3383
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3369
3384
|
requestId?: string;
|
3370
|
-
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://
|
3385
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://learn.microsoft.com/rest/api/storageservices/creating-a-snapshot-of-a-blob">Creating a Snapshot of a Blob.</a> */
|
3371
3386
|
snapshot?: string;
|
3372
3387
|
/** The version id parameter is an opaque DateTime value that, when present, specifies the version of the blob to operate on. It's for service version 2019-10-10 and newer. */
|
3373
3388
|
versionId?: string;
|
@@ -3378,7 +3393,7 @@ export interface BlobSetTierOptionalParams extends coreClient.OperationOptions {
|
|
3378
3393
|
export type BlobSetTierResponse = BlobSetTierHeaders;
|
3379
3394
|
/** Optional parameters. */
|
3380
3395
|
export interface BlobGetAccountInfoOptionalParams extends coreClient.OperationOptions {
|
3381
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3396
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3382
3397
|
timeoutInSeconds?: number;
|
3383
3398
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3384
3399
|
requestId?: string;
|
@@ -3393,11 +3408,11 @@ export interface BlobQueryOptionalParams extends coreClient.OperationOptions {
|
|
3393
3408
|
modifiedAccessConditions?: ModifiedAccessConditions;
|
3394
3409
|
/** Parameter group */
|
3395
3410
|
cpkInfo?: CpkInfo;
|
3396
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3411
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3397
3412
|
timeoutInSeconds?: number;
|
3398
3413
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3399
3414
|
requestId?: string;
|
3400
|
-
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://
|
3415
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://learn.microsoft.com/rest/api/storageservices/creating-a-snapshot-of-a-blob">Creating a Snapshot of a Blob.</a> */
|
3401
3416
|
snapshot?: string;
|
3402
3417
|
/** the query request */
|
3403
3418
|
queryRequest?: QueryRequest;
|
@@ -3425,11 +3440,11 @@ export interface BlobGetTagsOptionalParams extends coreClient.OperationOptions {
|
|
3425
3440
|
leaseAccessConditions?: LeaseAccessConditions;
|
3426
3441
|
/** Parameter group */
|
3427
3442
|
modifiedAccessConditions?: ModifiedAccessConditions;
|
3428
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3443
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3429
3444
|
timeoutInSeconds?: number;
|
3430
3445
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3431
3446
|
requestId?: string;
|
3432
|
-
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://
|
3447
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://learn.microsoft.com/rest/api/storageservices/creating-a-snapshot-of-a-blob">Creating a Snapshot of a Blob.</a> */
|
3433
3448
|
snapshot?: string;
|
3434
3449
|
/** The version id parameter is an opaque DateTime value that, when present, specifies the version of the blob to operate on. It's for service version 2019-10-10 and newer. */
|
3435
3450
|
versionId?: string;
|
@@ -3442,7 +3457,7 @@ export interface BlobSetTagsOptionalParams extends coreClient.OperationOptions {
|
|
3442
3457
|
leaseAccessConditions?: LeaseAccessConditions;
|
3443
3458
|
/** Parameter group */
|
3444
3459
|
modifiedAccessConditions?: ModifiedAccessConditions;
|
3445
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3460
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3446
3461
|
timeoutInSeconds?: number;
|
3447
3462
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3448
3463
|
requestId?: string;
|
@@ -3467,7 +3482,7 @@ export interface PageBlobCreateOptionalParams extends coreClient.OperationOption
|
|
3467
3482
|
cpkInfo?: CpkInfo;
|
3468
3483
|
/** Parameter group */
|
3469
3484
|
blobHttpHeaders?: BlobHttpHeaders;
|
3470
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3485
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3471
3486
|
timeoutInSeconds?: number;
|
3472
3487
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3473
3488
|
requestId?: string;
|
@@ -3502,7 +3517,7 @@ export interface PageBlobUploadPagesOptionalParams extends coreClient.OperationO
|
|
3502
3517
|
cpkInfo?: CpkInfo;
|
3503
3518
|
/** Parameter group */
|
3504
3519
|
sequenceNumberAccessConditions?: SequenceNumberAccessConditions;
|
3505
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3520
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3506
3521
|
timeoutInSeconds?: number;
|
3507
3522
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3508
3523
|
requestId?: string;
|
@@ -3527,7 +3542,7 @@ export interface PageBlobClearPagesOptionalParams extends coreClient.OperationOp
|
|
3527
3542
|
cpkInfo?: CpkInfo;
|
3528
3543
|
/** Parameter group */
|
3529
3544
|
sequenceNumberAccessConditions?: SequenceNumberAccessConditions;
|
3530
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3545
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3531
3546
|
timeoutInSeconds?: number;
|
3532
3547
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3533
3548
|
requestId?: string;
|
@@ -3550,7 +3565,7 @@ export interface PageBlobUploadPagesFromURLOptionalParams extends coreClient.Ope
|
|
3550
3565
|
sourceModifiedAccessConditions?: SourceModifiedAccessConditions;
|
3551
3566
|
/** Parameter group */
|
3552
3567
|
sequenceNumberAccessConditions?: SequenceNumberAccessConditions;
|
3553
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3568
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3554
3569
|
timeoutInSeconds?: number;
|
3555
3570
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3556
3571
|
requestId?: string;
|
@@ -3573,7 +3588,7 @@ export interface PageBlobGetPageRangesOptionalParams extends coreClient.Operatio
|
|
3573
3588
|
leaseAccessConditions?: LeaseAccessConditions;
|
3574
3589
|
/** Parameter group */
|
3575
3590
|
modifiedAccessConditions?: ModifiedAccessConditions;
|
3576
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3591
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3577
3592
|
timeoutInSeconds?: number;
|
3578
3593
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3579
3594
|
requestId?: string;
|
@@ -3581,7 +3596,7 @@ export interface PageBlobGetPageRangesOptionalParams extends coreClient.Operatio
|
|
3581
3596
|
marker?: string;
|
3582
3597
|
/** Specifies the maximum number of containers to return. If the request does not specify maxresults, or specifies a value greater than 5000, the server will return up to 5000 items. Note that if the listing operation crosses a partition boundary, then the service will return a continuation token for retrieving the remainder of the results. For this reason, it is possible that the service will return fewer results than specified by maxresults, or than the default of 5000. */
|
3583
3598
|
maxPageSize?: number;
|
3584
|
-
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://
|
3599
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://learn.microsoft.com/rest/api/storageservices/creating-a-snapshot-of-a-blob">Creating a Snapshot of a Blob.</a> */
|
3585
3600
|
snapshot?: string;
|
3586
3601
|
/** Return only the bytes of the blob in the specified range. */
|
3587
3602
|
range?: string;
|
@@ -3594,7 +3609,7 @@ export interface PageBlobGetPageRangesDiffOptionalParams extends coreClient.Oper
|
|
3594
3609
|
leaseAccessConditions?: LeaseAccessConditions;
|
3595
3610
|
/** Parameter group */
|
3596
3611
|
modifiedAccessConditions?: ModifiedAccessConditions;
|
3597
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3612
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3598
3613
|
timeoutInSeconds?: number;
|
3599
3614
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3600
3615
|
requestId?: string;
|
@@ -3602,7 +3617,7 @@ export interface PageBlobGetPageRangesDiffOptionalParams extends coreClient.Oper
|
|
3602
3617
|
marker?: string;
|
3603
3618
|
/** Specifies the maximum number of containers to return. If the request does not specify maxresults, or specifies a value greater than 5000, the server will return up to 5000 items. Note that if the listing operation crosses a partition boundary, then the service will return a continuation token for retrieving the remainder of the results. For this reason, it is possible that the service will return fewer results than specified by maxresults, or than the default of 5000. */
|
3604
3619
|
maxPageSize?: number;
|
3605
|
-
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://
|
3620
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://learn.microsoft.com/rest/api/storageservices/creating-a-snapshot-of-a-blob">Creating a Snapshot of a Blob.</a> */
|
3606
3621
|
snapshot?: string;
|
3607
3622
|
/** Return only the bytes of the blob in the specified range. */
|
3608
3623
|
range?: string;
|
@@ -3621,7 +3636,7 @@ export interface PageBlobResizeOptionalParams extends coreClient.OperationOption
|
|
3621
3636
|
modifiedAccessConditions?: ModifiedAccessConditions;
|
3622
3637
|
/** Parameter group */
|
3623
3638
|
cpkInfo?: CpkInfo;
|
3624
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3639
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3625
3640
|
timeoutInSeconds?: number;
|
3626
3641
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3627
3642
|
requestId?: string;
|
@@ -3636,7 +3651,7 @@ export interface PageBlobUpdateSequenceNumberOptionalParams extends coreClient.O
|
|
3636
3651
|
leaseAccessConditions?: LeaseAccessConditions;
|
3637
3652
|
/** Parameter group */
|
3638
3653
|
modifiedAccessConditions?: ModifiedAccessConditions;
|
3639
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3654
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3640
3655
|
timeoutInSeconds?: number;
|
3641
3656
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3642
3657
|
requestId?: string;
|
@@ -3649,7 +3664,7 @@ export type PageBlobUpdateSequenceNumberResponse = PageBlobUpdateSequenceNumberH
|
|
3649
3664
|
export interface PageBlobCopyIncrementalOptionalParams extends coreClient.OperationOptions {
|
3650
3665
|
/** Parameter group */
|
3651
3666
|
modifiedAccessConditions?: ModifiedAccessConditions;
|
3652
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3667
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3653
3668
|
timeoutInSeconds?: number;
|
3654
3669
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3655
3670
|
requestId?: string;
|
@@ -3666,7 +3681,7 @@ export interface AppendBlobCreateOptionalParams extends coreClient.OperationOpti
|
|
3666
3681
|
cpkInfo?: CpkInfo;
|
3667
3682
|
/** Parameter group */
|
3668
3683
|
blobHttpHeaders?: BlobHttpHeaders;
|
3669
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3684
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3670
3685
|
timeoutInSeconds?: number;
|
3671
3686
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3672
3687
|
requestId?: string;
|
@@ -3697,7 +3712,7 @@ export interface AppendBlobAppendBlockOptionalParams extends coreClient.Operatio
|
|
3697
3712
|
cpkInfo?: CpkInfo;
|
3698
3713
|
/** Parameter group */
|
3699
3714
|
appendPositionAccessConditions?: AppendPositionAccessConditions;
|
3700
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3715
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3701
3716
|
timeoutInSeconds?: number;
|
3702
3717
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3703
3718
|
requestId?: string;
|
@@ -3722,7 +3737,7 @@ export interface AppendBlobAppendBlockFromUrlOptionalParams extends coreClient.O
|
|
3722
3737
|
sourceModifiedAccessConditions?: SourceModifiedAccessConditions;
|
3723
3738
|
/** Parameter group */
|
3724
3739
|
appendPositionAccessConditions?: AppendPositionAccessConditions;
|
3725
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3740
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3726
3741
|
timeoutInSeconds?: number;
|
3727
3742
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3728
3743
|
requestId?: string;
|
@@ -3751,7 +3766,7 @@ export interface AppendBlobSealOptionalParams extends coreClient.OperationOption
|
|
3751
3766
|
modifiedAccessConditions?: ModifiedAccessConditions;
|
3752
3767
|
/** Parameter group */
|
3753
3768
|
appendPositionAccessConditions?: AppendPositionAccessConditions;
|
3754
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3769
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3755
3770
|
timeoutInSeconds?: number;
|
3756
3771
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3757
3772
|
requestId?: string;
|
@@ -3768,7 +3783,7 @@ export interface BlockBlobUploadOptionalParams extends coreClient.OperationOptio
|
|
3768
3783
|
cpkInfo?: CpkInfo;
|
3769
3784
|
/** Parameter group */
|
3770
3785
|
blobHttpHeaders?: BlobHttpHeaders;
|
3771
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3786
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3772
3787
|
timeoutInSeconds?: number;
|
3773
3788
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3774
3789
|
requestId?: string;
|
@@ -3807,7 +3822,7 @@ export interface BlockBlobPutBlobFromUrlOptionalParams extends coreClient.Operat
|
|
3807
3822
|
blobHttpHeaders?: BlobHttpHeaders;
|
3808
3823
|
/** Parameter group */
|
3809
3824
|
sourceModifiedAccessConditions?: SourceModifiedAccessConditions;
|
3810
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3825
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3811
3826
|
timeoutInSeconds?: number;
|
3812
3827
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3813
3828
|
requestId?: string;
|
@@ -3842,7 +3857,7 @@ export interface BlockBlobStageBlockOptionalParams extends coreClient.OperationO
|
|
3842
3857
|
leaseAccessConditions?: LeaseAccessConditions;
|
3843
3858
|
/** Parameter group */
|
3844
3859
|
cpkInfo?: CpkInfo;
|
3845
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3860
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3846
3861
|
timeoutInSeconds?: number;
|
3847
3862
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3848
3863
|
requestId?: string;
|
@@ -3863,7 +3878,7 @@ export interface BlockBlobStageBlockFromURLOptionalParams extends coreClient.Ope
|
|
3863
3878
|
cpkInfo?: CpkInfo;
|
3864
3879
|
/** Parameter group */
|
3865
3880
|
sourceModifiedAccessConditions?: SourceModifiedAccessConditions;
|
3866
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3881
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3867
3882
|
timeoutInSeconds?: number;
|
3868
3883
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3869
3884
|
requestId?: string;
|
@@ -3892,7 +3907,7 @@ export interface BlockBlobCommitBlockListOptionalParams extends coreClient.Opera
|
|
3892
3907
|
cpkInfo?: CpkInfo;
|
3893
3908
|
/** Parameter group */
|
3894
3909
|
blobHttpHeaders?: BlobHttpHeaders;
|
3895
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3910
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3896
3911
|
timeoutInSeconds?: number;
|
3897
3912
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3898
3913
|
requestId?: string;
|
@@ -3925,11 +3940,11 @@ export interface BlockBlobGetBlockListOptionalParams extends coreClient.Operatio
|
|
3925
3940
|
leaseAccessConditions?: LeaseAccessConditions;
|
3926
3941
|
/** Parameter group */
|
3927
3942
|
modifiedAccessConditions?: ModifiedAccessConditions;
|
3928
|
-
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
3943
|
+
/** The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-blob-service-operations">Setting Timeouts for Blob Service Operations.</a> */
|
3929
3944
|
timeoutInSeconds?: number;
|
3930
3945
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
3931
3946
|
requestId?: string;
|
3932
|
-
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://
|
3947
|
+
/** The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see <a href="https://learn.microsoft.com/rest/api/storageservices/creating-a-snapshot-of-a-blob">Creating a Snapshot of a Blob.</a> */
|
3933
3948
|
snapshot?: string;
|
3934
3949
|
}
|
3935
3950
|
/** Contains response data for the getBlockList operation. */
|