@azure/storage-file-datalake 12.28.1 → 12.29.0-alpha.20251128.2
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/DataLakeFileSystemClient.d.ts +2 -1
- package/dist/browser/DataLakeFileSystemClient.d.ts.map +1 -1
- package/dist/browser/DataLakeFileSystemClient.js +1 -0
- package/dist/browser/DataLakeFileSystemClient.js.map +1 -1
- package/dist/browser/clients.d.ts +2 -1
- package/dist/browser/clients.d.ts.map +1 -1
- package/dist/browser/clients.js.map +1 -1
- package/dist/browser/generated/src/models/index.d.ts +41 -19
- 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 +757 -715
- package/dist/browser/generated/src/models/mappers.js.map +1 -1
- package/dist/browser/generated/src/models/parameters.d.ts +3 -0
- package/dist/browser/generated/src/models/parameters.d.ts.map +1 -1
- package/dist/browser/generated/src/models/parameters.js +299 -269
- package/dist/browser/generated/src/models/parameters.js.map +1 -1
- package/dist/browser/generated/src/operations/fileSystemOperations.d.ts +2 -2
- package/dist/browser/generated/src/operations/fileSystemOperations.js +35 -34
- package/dist/browser/generated/src/operations/fileSystemOperations.js.map +1 -1
- package/dist/browser/generated/src/operations/pathOperations.d.ts +6 -6
- package/dist/browser/generated/src/operations/pathOperations.js +83 -79
- package/dist/browser/generated/src/operations/pathOperations.js.map +1 -1
- package/dist/browser/generated/src/operations/service.js +6 -6
- package/dist/browser/generated/src/operations/service.js.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/fileSystemOperations.d.ts +2 -2
- package/dist/browser/generated/src/operationsInterfaces/fileSystemOperations.js.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/pathOperations.d.ts +6 -6
- package/dist/browser/generated/src/operationsInterfaces/pathOperations.js.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/service.js.map +1 -1
- package/dist/browser/generated/src/storageClient.js +6 -6
- package/dist/browser/generated/src/storageClient.js.map +1 -1
- package/dist/browser/index-browser.d.mts.map +1 -1
- package/dist/browser/index-browser.mjs.map +1 -1
- package/dist/browser/index.d.ts +1 -0
- package/dist/browser/models.d.ts +7 -9
- package/dist/browser/models.d.ts.map +1 -1
- package/dist/browser/models.js.map +1 -1
- package/dist/browser/sas/DataLakeSASSignatureValues.d.ts +7 -1
- package/dist/browser/sas/DataLakeSASSignatureValues.d.ts.map +1 -1
- package/dist/browser/sas/DataLakeSASSignatureValues.js +3 -3
- package/dist/browser/sas/DataLakeSASSignatureValues.js.map +1 -1
- package/dist/browser/sas/SASQueryParameters.d.ts +14 -2
- package/dist/browser/sas/SASQueryParameters.d.ts.map +1 -1
- package/dist/browser/sas/SASQueryParameters.js +13 -1
- package/dist/browser/sas/SASQueryParameters.js.map +1 -1
- package/dist/browser/utils/constants.d.ts.map +1 -1
- package/dist/browser/utils/constants.js +2 -2
- package/dist/browser/utils/constants.js.map +1 -1
- package/dist/commonjs/DataLakeFileSystemClient.d.ts +2 -1
- package/dist/commonjs/DataLakeFileSystemClient.d.ts.map +1 -1
- package/dist/commonjs/DataLakeFileSystemClient.js +1 -0
- package/dist/commonjs/DataLakeFileSystemClient.js.map +1 -1
- package/dist/commonjs/clients.d.ts +2 -1
- package/dist/commonjs/clients.d.ts.map +1 -1
- package/dist/commonjs/clients.js.map +1 -1
- package/dist/commonjs/generated/src/models/index.d.ts +41 -19
- 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 +757 -715
- package/dist/commonjs/generated/src/models/mappers.js.map +1 -1
- package/dist/commonjs/generated/src/models/parameters.d.ts +3 -0
- package/dist/commonjs/generated/src/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/parameters.js +301 -271
- package/dist/commonjs/generated/src/models/parameters.js.map +1 -1
- package/dist/commonjs/generated/src/operations/fileSystemOperations.d.ts +2 -2
- package/dist/commonjs/generated/src/operations/fileSystemOperations.js +35 -34
- package/dist/commonjs/generated/src/operations/fileSystemOperations.js.map +1 -1
- package/dist/commonjs/generated/src/operations/pathOperations.d.ts +6 -6
- package/dist/commonjs/generated/src/operations/pathOperations.js +83 -79
- package/dist/commonjs/generated/src/operations/pathOperations.js.map +1 -1
- package/dist/commonjs/generated/src/operations/service.js +6 -6
- package/dist/commonjs/generated/src/operations/service.js.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/fileSystemOperations.d.ts +2 -2
- package/dist/commonjs/generated/src/operationsInterfaces/fileSystemOperations.js.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/pathOperations.d.ts +6 -6
- package/dist/commonjs/generated/src/operationsInterfaces/pathOperations.js.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/service.js.map +1 -1
- package/dist/commonjs/generated/src/storageClient.js +5 -5
- package/dist/commonjs/generated/src/storageClient.js.map +1 -1
- package/dist/commonjs/index.d.ts +1 -0
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/models.d.ts +7 -9
- package/dist/commonjs/models.d.ts.map +1 -1
- package/dist/commonjs/models.js.map +1 -1
- package/dist/commonjs/sas/DataLakeSASSignatureValues.d.ts +7 -1
- package/dist/commonjs/sas/DataLakeSASSignatureValues.d.ts.map +1 -1
- package/dist/commonjs/sas/DataLakeSASSignatureValues.js +4 -4
- package/dist/commonjs/sas/DataLakeSASSignatureValues.js.map +1 -1
- package/dist/commonjs/sas/SASQueryParameters.d.ts +14 -2
- package/dist/commonjs/sas/SASQueryParameters.d.ts.map +1 -1
- package/dist/commonjs/sas/SASQueryParameters.js +13 -1
- package/dist/commonjs/sas/SASQueryParameters.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/commonjs/utils/constants.d.ts.map +1 -1
- package/dist/commonjs/utils/constants.js +2 -2
- package/dist/commonjs/utils/constants.js.map +1 -1
- package/dist/esm/DataLakeFileSystemClient.d.ts +2 -1
- package/dist/esm/DataLakeFileSystemClient.d.ts.map +1 -1
- package/dist/esm/DataLakeFileSystemClient.js +1 -0
- package/dist/esm/DataLakeFileSystemClient.js.map +1 -1
- package/dist/esm/clients.d.ts +2 -1
- package/dist/esm/clients.d.ts.map +1 -1
- package/dist/esm/clients.js.map +1 -1
- package/dist/esm/generated/src/models/index.d.ts +41 -19
- 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 +757 -715
- package/dist/esm/generated/src/models/mappers.js.map +1 -1
- package/dist/esm/generated/src/models/parameters.d.ts +3 -0
- package/dist/esm/generated/src/models/parameters.d.ts.map +1 -1
- package/dist/esm/generated/src/models/parameters.js +299 -269
- package/dist/esm/generated/src/models/parameters.js.map +1 -1
- package/dist/esm/generated/src/operations/fileSystemOperations.d.ts +2 -2
- package/dist/esm/generated/src/operations/fileSystemOperations.js +35 -34
- package/dist/esm/generated/src/operations/fileSystemOperations.js.map +1 -1
- package/dist/esm/generated/src/operations/pathOperations.d.ts +6 -6
- package/dist/esm/generated/src/operations/pathOperations.js +83 -79
- package/dist/esm/generated/src/operations/pathOperations.js.map +1 -1
- package/dist/esm/generated/src/operations/service.js +6 -6
- package/dist/esm/generated/src/operations/service.js.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/fileSystemOperations.d.ts +2 -2
- package/dist/esm/generated/src/operationsInterfaces/fileSystemOperations.js.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/pathOperations.d.ts +6 -6
- package/dist/esm/generated/src/operationsInterfaces/pathOperations.js.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/service.js.map +1 -1
- package/dist/esm/generated/src/storageClient.js +6 -6
- package/dist/esm/generated/src/storageClient.js.map +1 -1
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/models.d.ts +7 -9
- package/dist/esm/models.d.ts.map +1 -1
- package/dist/esm/models.js.map +1 -1
- package/dist/esm/sas/DataLakeSASSignatureValues.d.ts +7 -1
- package/dist/esm/sas/DataLakeSASSignatureValues.d.ts.map +1 -1
- package/dist/esm/sas/DataLakeSASSignatureValues.js +3 -3
- package/dist/esm/sas/DataLakeSASSignatureValues.js.map +1 -1
- package/dist/esm/sas/SASQueryParameters.d.ts +14 -2
- package/dist/esm/sas/SASQueryParameters.d.ts.map +1 -1
- package/dist/esm/sas/SASQueryParameters.js +13 -1
- package/dist/esm/sas/SASQueryParameters.js.map +1 -1
- package/dist/esm/utils/constants.d.ts.map +1 -1
- package/dist/esm/utils/constants.js +2 -2
- package/dist/esm/utils/constants.js.map +1 -1
- package/dist/react-native/DataLakeFileSystemClient.d.ts +2 -1
- package/dist/react-native/DataLakeFileSystemClient.d.ts.map +1 -1
- package/dist/react-native/DataLakeFileSystemClient.js +1 -0
- package/dist/react-native/DataLakeFileSystemClient.js.map +1 -1
- package/dist/react-native/clients.d.ts +2 -1
- package/dist/react-native/clients.d.ts.map +1 -1
- package/dist/react-native/clients.js.map +1 -1
- package/dist/react-native/generated/src/models/index.d.ts +41 -19
- 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 +757 -715
- package/dist/react-native/generated/src/models/mappers.js.map +1 -1
- package/dist/react-native/generated/src/models/parameters.d.ts +3 -0
- package/dist/react-native/generated/src/models/parameters.d.ts.map +1 -1
- package/dist/react-native/generated/src/models/parameters.js +299 -269
- package/dist/react-native/generated/src/models/parameters.js.map +1 -1
- package/dist/react-native/generated/src/operations/fileSystemOperations.d.ts +2 -2
- package/dist/react-native/generated/src/operations/fileSystemOperations.js +35 -34
- package/dist/react-native/generated/src/operations/fileSystemOperations.js.map +1 -1
- package/dist/react-native/generated/src/operations/pathOperations.d.ts +6 -6
- package/dist/react-native/generated/src/operations/pathOperations.js +83 -79
- package/dist/react-native/generated/src/operations/pathOperations.js.map +1 -1
- package/dist/react-native/generated/src/operations/service.js +6 -6
- package/dist/react-native/generated/src/operations/service.js.map +1 -1
- package/dist/react-native/generated/src/operationsInterfaces/fileSystemOperations.d.ts +2 -2
- package/dist/react-native/generated/src/operationsInterfaces/fileSystemOperations.js.map +1 -1
- package/dist/react-native/generated/src/operationsInterfaces/pathOperations.d.ts +6 -6
- package/dist/react-native/generated/src/operationsInterfaces/pathOperations.js.map +1 -1
- package/dist/react-native/generated/src/operationsInterfaces/service.js.map +1 -1
- package/dist/react-native/generated/src/storageClient.js +6 -6
- package/dist/react-native/generated/src/storageClient.js.map +1 -1
- package/dist/react-native/index.d.ts +1 -0
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/models.d.ts +7 -9
- package/dist/react-native/models.d.ts.map +1 -1
- package/dist/react-native/models.js.map +1 -1
- package/dist/react-native/sas/DataLakeSASSignatureValues.d.ts +7 -1
- package/dist/react-native/sas/DataLakeSASSignatureValues.d.ts.map +1 -1
- package/dist/react-native/sas/DataLakeSASSignatureValues.js +3 -3
- package/dist/react-native/sas/DataLakeSASSignatureValues.js.map +1 -1
- package/dist/react-native/sas/SASQueryParameters.d.ts +14 -2
- package/dist/react-native/sas/SASQueryParameters.d.ts.map +1 -1
- package/dist/react-native/sas/SASQueryParameters.js +13 -1
- package/dist/react-native/sas/SASQueryParameters.js.map +1 -1
- package/dist/react-native/utils/constants.d.ts.map +1 -1
- package/dist/react-native/utils/constants.js +2 -2
- package/dist/react-native/utils/constants.js.map +1 -1
- package/package.json +27 -27
- package/dist/browser/credentials/UserDelegationKeyCredential-browser.d.mts.map +0 -1
- package/dist/browser/credentials/UserDelegationKeyCredential-browser.mjs.map +0 -1
- package/dist/browser/credentials/UserDelegationKeyCredential.d.ts +0 -3
- package/dist/browser/credentials/UserDelegationKeyCredential.js +0 -5
- package/dist/commonjs/credentials/UserDelegationKeyCredential.d.ts +0 -34
- package/dist/commonjs/credentials/UserDelegationKeyCredential.d.ts.map +0 -1
- package/dist/commonjs/credentials/UserDelegationKeyCredential.js +0 -47
- package/dist/commonjs/credentials/UserDelegationKeyCredential.js.map +0 -1
- package/dist/esm/credentials/UserDelegationKeyCredential.d.ts +0 -34
- package/dist/esm/credentials/UserDelegationKeyCredential.d.ts.map +0 -1
- package/dist/esm/credentials/UserDelegationKeyCredential.js +0 -43
- package/dist/esm/credentials/UserDelegationKeyCredential.js.map +0 -1
- package/dist/react-native/credentials/UserDelegationKeyCredential.d.ts +0 -34
- package/dist/react-native/credentials/UserDelegationKeyCredential.d.ts.map +0 -1
- package/dist/react-native/credentials/UserDelegationKeyCredential.js +0 -43
- package/dist/react-native/credentials/UserDelegationKeyCredential.js.map +0 -1
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
exports.
|
|
11
|
-
exports.undeleteSource = exports.comp2 = exports.expiryOptions1 = exports.comp1 = exports.flush = exports.transactionalContentCrc64 = exports.transactionalContentHash = exports.action5 = exports.contentType2 = exports.leaseAction = exports.action4 = exports.action3 = exports.action2 = exports.paginated = exports.recursive1 = exports.action1 = exports.xMsRangeGetContentMd5 = exports.range = exports.xMsLeaseBreakPeriod = exports.xMsLeaseDuration = exports.xMsLeaseAction = exports.contentMD5 = exports.contentLength = exports.close = exports.retainUncommittedData = exports.position = exports.forceFlag = exports.mode1 = exports.maxRecords = exports.action = exports.accept2 = exports.body = exports.contentType1 = exports.encryptionContext = exports.expiresOn = void 0;
|
|
10
|
+
exports.leaseDuration = exports.proposedLeaseId = exports.acl = exports.group = exports.owner = exports.encryptionAlgorithm = exports.encryptionKeySha256 = exports.encryptionKey = exports.sourceIfUnmodifiedSince = exports.sourceIfModifiedSince = exports.sourceIfNoneMatch = exports.sourceIfMatch = exports.ifNoneMatch = exports.ifMatch = exports.umask = exports.permissions = exports.sourceLeaseId = exports.leaseId = exports.renameSource = exports.contentType = exports.contentDisposition = exports.contentLanguage = exports.contentEncoding = exports.cacheControl = exports.mode = exports.resource2 = exports.showonly = exports.include = exports.marker = exports.delimiter = exports.comp = exports.restype = exports.accept1 = exports.beginFrom = exports.upn = exports.recursive = exports.path = exports.ifUnmodifiedSince = exports.ifModifiedSince = exports.properties = exports.resource1 = exports.version = exports.timeout = exports.requestId = exports.maxResults = exports.continuation = exports.prefix = exports.resource = exports.url = exports.accept = void 0;
|
|
11
|
+
exports.undeleteSource = exports.comp2 = exports.expiryOptions1 = exports.comp1 = exports.flush = exports.transactionalContentCrc64 = exports.transactionalContentHash = exports.action5 = exports.contentType2 = exports.leaseAction = exports.action4 = exports.action3 = exports.action2 = exports.paginated = exports.recursive1 = exports.action1 = exports.xMsRangeGetContentMd5 = exports.range = exports.xMsLeaseBreakPeriod = exports.xMsLeaseDuration = exports.xMsLeaseAction = exports.structuredContentLength = exports.structuredBodyType = exports.contentMD5 = exports.contentLength = exports.close = exports.retainUncommittedData = exports.position = exports.forceFlag = exports.mode1 = exports.maxRecords = exports.action = exports.accept2 = exports.body = exports.contentType1 = exports.encryptionContext = exports.expiresOn = exports.expiryOptions = void 0;
|
|
12
12
|
exports.accept = {
|
|
13
13
|
parameterPath: "accept",
|
|
14
14
|
mapper: {
|
|
@@ -16,9 +16,9 @@ exports.accept = {
|
|
|
16
16
|
isConstant: true,
|
|
17
17
|
serializedName: "Accept",
|
|
18
18
|
type: {
|
|
19
|
-
name: "String"
|
|
20
|
-
}
|
|
21
|
-
}
|
|
19
|
+
name: "String",
|
|
20
|
+
},
|
|
21
|
+
},
|
|
22
22
|
};
|
|
23
23
|
exports.url = {
|
|
24
24
|
parameterPath: "url",
|
|
@@ -27,10 +27,10 @@ exports.url = {
|
|
|
27
27
|
required: true,
|
|
28
28
|
xmlName: "url",
|
|
29
29
|
type: {
|
|
30
|
-
name: "String"
|
|
31
|
-
}
|
|
30
|
+
name: "String",
|
|
31
|
+
},
|
|
32
32
|
},
|
|
33
|
-
skipEncoding: true
|
|
33
|
+
skipEncoding: true,
|
|
34
34
|
};
|
|
35
35
|
exports.resource = {
|
|
36
36
|
parameterPath: "resource",
|
|
@@ -39,9 +39,9 @@ exports.resource = {
|
|
|
39
39
|
isConstant: true,
|
|
40
40
|
serializedName: "resource",
|
|
41
41
|
type: {
|
|
42
|
-
name: "String"
|
|
43
|
-
}
|
|
44
|
-
}
|
|
42
|
+
name: "String",
|
|
43
|
+
},
|
|
44
|
+
},
|
|
45
45
|
};
|
|
46
46
|
exports.prefix = {
|
|
47
47
|
parameterPath: ["options", "prefix"],
|
|
@@ -49,9 +49,9 @@ exports.prefix = {
|
|
|
49
49
|
serializedName: "prefix",
|
|
50
50
|
xmlName: "prefix",
|
|
51
51
|
type: {
|
|
52
|
-
name: "String"
|
|
53
|
-
}
|
|
54
|
-
}
|
|
52
|
+
name: "String",
|
|
53
|
+
},
|
|
54
|
+
},
|
|
55
55
|
};
|
|
56
56
|
exports.continuation = {
|
|
57
57
|
parameterPath: ["options", "continuation"],
|
|
@@ -59,22 +59,22 @@ exports.continuation = {
|
|
|
59
59
|
serializedName: "continuation",
|
|
60
60
|
xmlName: "continuation",
|
|
61
61
|
type: {
|
|
62
|
-
name: "String"
|
|
63
|
-
}
|
|
64
|
-
}
|
|
62
|
+
name: "String",
|
|
63
|
+
},
|
|
64
|
+
},
|
|
65
65
|
};
|
|
66
66
|
exports.maxResults = {
|
|
67
67
|
parameterPath: ["options", "maxResults"],
|
|
68
68
|
mapper: {
|
|
69
69
|
constraints: {
|
|
70
|
-
InclusiveMinimum: 1
|
|
70
|
+
InclusiveMinimum: 1,
|
|
71
71
|
},
|
|
72
72
|
serializedName: "maxResults",
|
|
73
73
|
xmlName: "maxResults",
|
|
74
74
|
type: {
|
|
75
|
-
name: "Number"
|
|
76
|
-
}
|
|
77
|
-
}
|
|
75
|
+
name: "Number",
|
|
76
|
+
},
|
|
77
|
+
},
|
|
78
78
|
};
|
|
79
79
|
exports.requestId = {
|
|
80
80
|
parameterPath: ["options", "requestId"],
|
|
@@ -82,33 +82,33 @@ exports.requestId = {
|
|
|
82
82
|
serializedName: "x-ms-client-request-id",
|
|
83
83
|
xmlName: "x-ms-client-request-id",
|
|
84
84
|
type: {
|
|
85
|
-
name: "String"
|
|
86
|
-
}
|
|
87
|
-
}
|
|
85
|
+
name: "String",
|
|
86
|
+
},
|
|
87
|
+
},
|
|
88
88
|
};
|
|
89
89
|
exports.timeout = {
|
|
90
90
|
parameterPath: ["options", "timeout"],
|
|
91
91
|
mapper: {
|
|
92
92
|
constraints: {
|
|
93
|
-
InclusiveMinimum: 0
|
|
93
|
+
InclusiveMinimum: 0,
|
|
94
94
|
},
|
|
95
95
|
serializedName: "timeout",
|
|
96
96
|
xmlName: "timeout",
|
|
97
97
|
type: {
|
|
98
|
-
name: "Number"
|
|
99
|
-
}
|
|
100
|
-
}
|
|
98
|
+
name: "Number",
|
|
99
|
+
},
|
|
100
|
+
},
|
|
101
101
|
};
|
|
102
102
|
exports.version = {
|
|
103
103
|
parameterPath: "version",
|
|
104
104
|
mapper: {
|
|
105
|
-
defaultValue: "
|
|
105
|
+
defaultValue: "2026-02-06",
|
|
106
106
|
isConstant: true,
|
|
107
107
|
serializedName: "x-ms-version",
|
|
108
108
|
type: {
|
|
109
|
-
name: "String"
|
|
110
|
-
}
|
|
111
|
-
}
|
|
109
|
+
name: "String",
|
|
110
|
+
},
|
|
111
|
+
},
|
|
112
112
|
};
|
|
113
113
|
exports.resource1 = {
|
|
114
114
|
parameterPath: "resource",
|
|
@@ -117,9 +117,9 @@ exports.resource1 = {
|
|
|
117
117
|
isConstant: true,
|
|
118
118
|
serializedName: "resource",
|
|
119
119
|
type: {
|
|
120
|
-
name: "String"
|
|
121
|
-
}
|
|
122
|
-
}
|
|
120
|
+
name: "String",
|
|
121
|
+
},
|
|
122
|
+
},
|
|
123
123
|
};
|
|
124
124
|
exports.properties = {
|
|
125
125
|
parameterPath: ["options", "properties"],
|
|
@@ -127,9 +127,9 @@ exports.properties = {
|
|
|
127
127
|
serializedName: "x-ms-properties",
|
|
128
128
|
xmlName: "x-ms-properties",
|
|
129
129
|
type: {
|
|
130
|
-
name: "String"
|
|
131
|
-
}
|
|
132
|
-
}
|
|
130
|
+
name: "String",
|
|
131
|
+
},
|
|
132
|
+
},
|
|
133
133
|
};
|
|
134
134
|
exports.ifModifiedSince = {
|
|
135
135
|
parameterPath: ["options", "modifiedAccessConditions", "ifModifiedSince"],
|
|
@@ -137,9 +137,9 @@ exports.ifModifiedSince = {
|
|
|
137
137
|
serializedName: "If-Modified-Since",
|
|
138
138
|
xmlName: "If-Modified-Since",
|
|
139
139
|
type: {
|
|
140
|
-
name: "DateTimeRfc1123"
|
|
141
|
-
}
|
|
142
|
-
}
|
|
140
|
+
name: "DateTimeRfc1123",
|
|
141
|
+
},
|
|
142
|
+
},
|
|
143
143
|
};
|
|
144
144
|
exports.ifUnmodifiedSince = {
|
|
145
145
|
parameterPath: ["options", "modifiedAccessConditions", "ifUnmodifiedSince"],
|
|
@@ -147,9 +147,9 @@ exports.ifUnmodifiedSince = {
|
|
|
147
147
|
serializedName: "If-Unmodified-Since",
|
|
148
148
|
xmlName: "If-Unmodified-Since",
|
|
149
149
|
type: {
|
|
150
|
-
name: "DateTimeRfc1123"
|
|
151
|
-
}
|
|
152
|
-
}
|
|
150
|
+
name: "DateTimeRfc1123",
|
|
151
|
+
},
|
|
152
|
+
},
|
|
153
153
|
};
|
|
154
154
|
exports.path = {
|
|
155
155
|
parameterPath: ["options", "path"],
|
|
@@ -157,9 +157,9 @@ exports.path = {
|
|
|
157
157
|
serializedName: "directory",
|
|
158
158
|
xmlName: "directory",
|
|
159
159
|
type: {
|
|
160
|
-
name: "String"
|
|
161
|
-
}
|
|
162
|
-
}
|
|
160
|
+
name: "String",
|
|
161
|
+
},
|
|
162
|
+
},
|
|
163
163
|
};
|
|
164
164
|
exports.recursive = {
|
|
165
165
|
parameterPath: "recursive",
|
|
@@ -168,9 +168,9 @@ exports.recursive = {
|
|
|
168
168
|
required: true,
|
|
169
169
|
xmlName: "recursive",
|
|
170
170
|
type: {
|
|
171
|
-
name: "Boolean"
|
|
172
|
-
}
|
|
173
|
-
}
|
|
171
|
+
name: "Boolean",
|
|
172
|
+
},
|
|
173
|
+
},
|
|
174
174
|
};
|
|
175
175
|
exports.upn = {
|
|
176
176
|
parameterPath: ["options", "upn"],
|
|
@@ -178,9 +178,19 @@ exports.upn = {
|
|
|
178
178
|
serializedName: "upn",
|
|
179
179
|
xmlName: "upn",
|
|
180
180
|
type: {
|
|
181
|
-
name: "Boolean"
|
|
182
|
-
}
|
|
183
|
-
}
|
|
181
|
+
name: "Boolean",
|
|
182
|
+
},
|
|
183
|
+
},
|
|
184
|
+
};
|
|
185
|
+
exports.beginFrom = {
|
|
186
|
+
parameterPath: ["options", "beginFrom"],
|
|
187
|
+
mapper: {
|
|
188
|
+
serializedName: "beginFrom",
|
|
189
|
+
xmlName: "beginFrom",
|
|
190
|
+
type: {
|
|
191
|
+
name: "String",
|
|
192
|
+
},
|
|
193
|
+
},
|
|
184
194
|
};
|
|
185
195
|
exports.accept1 = {
|
|
186
196
|
parameterPath: "accept",
|
|
@@ -189,9 +199,9 @@ exports.accept1 = {
|
|
|
189
199
|
isConstant: true,
|
|
190
200
|
serializedName: "Accept",
|
|
191
201
|
type: {
|
|
192
|
-
name: "String"
|
|
193
|
-
}
|
|
194
|
-
}
|
|
202
|
+
name: "String",
|
|
203
|
+
},
|
|
204
|
+
},
|
|
195
205
|
};
|
|
196
206
|
exports.restype = {
|
|
197
207
|
parameterPath: "restype",
|
|
@@ -200,9 +210,9 @@ exports.restype = {
|
|
|
200
210
|
isConstant: true,
|
|
201
211
|
serializedName: "restype",
|
|
202
212
|
type: {
|
|
203
|
-
name: "String"
|
|
204
|
-
}
|
|
205
|
-
}
|
|
213
|
+
name: "String",
|
|
214
|
+
},
|
|
215
|
+
},
|
|
206
216
|
};
|
|
207
217
|
exports.comp = {
|
|
208
218
|
parameterPath: "comp",
|
|
@@ -211,9 +221,9 @@ exports.comp = {
|
|
|
211
221
|
isConstant: true,
|
|
212
222
|
serializedName: "comp",
|
|
213
223
|
type: {
|
|
214
|
-
name: "String"
|
|
215
|
-
}
|
|
216
|
-
}
|
|
224
|
+
name: "String",
|
|
225
|
+
},
|
|
226
|
+
},
|
|
217
227
|
};
|
|
218
228
|
exports.delimiter = {
|
|
219
229
|
parameterPath: ["options", "delimiter"],
|
|
@@ -221,9 +231,9 @@ exports.delimiter = {
|
|
|
221
231
|
serializedName: "delimiter",
|
|
222
232
|
xmlName: "delimiter",
|
|
223
233
|
type: {
|
|
224
|
-
name: "String"
|
|
225
|
-
}
|
|
226
|
-
}
|
|
234
|
+
name: "String",
|
|
235
|
+
},
|
|
236
|
+
},
|
|
227
237
|
};
|
|
228
238
|
exports.marker = {
|
|
229
239
|
parameterPath: ["options", "marker"],
|
|
@@ -231,9 +241,9 @@ exports.marker = {
|
|
|
231
241
|
serializedName: "marker",
|
|
232
242
|
xmlName: "marker",
|
|
233
243
|
type: {
|
|
234
|
-
name: "String"
|
|
235
|
-
}
|
|
236
|
-
}
|
|
244
|
+
name: "String",
|
|
245
|
+
},
|
|
246
|
+
},
|
|
237
247
|
};
|
|
238
248
|
exports.include = {
|
|
239
249
|
parameterPath: ["options", "include"],
|
|
@@ -253,13 +263,13 @@ exports.include = {
|
|
|
253
263
|
"snapshots",
|
|
254
264
|
"uncommittedblobs",
|
|
255
265
|
"versions",
|
|
256
|
-
"tags"
|
|
257
|
-
]
|
|
258
|
-
}
|
|
259
|
-
}
|
|
260
|
-
}
|
|
266
|
+
"tags",
|
|
267
|
+
],
|
|
268
|
+
},
|
|
269
|
+
},
|
|
270
|
+
},
|
|
261
271
|
},
|
|
262
|
-
collectionFormat: "CSV"
|
|
272
|
+
collectionFormat: "CSV",
|
|
263
273
|
};
|
|
264
274
|
exports.showonly = {
|
|
265
275
|
parameterPath: ["options", "showonly"],
|
|
@@ -268,9 +278,9 @@ exports.showonly = {
|
|
|
268
278
|
isConstant: true,
|
|
269
279
|
serializedName: "showonly",
|
|
270
280
|
type: {
|
|
271
|
-
name: "String"
|
|
272
|
-
}
|
|
273
|
-
}
|
|
281
|
+
name: "String",
|
|
282
|
+
},
|
|
283
|
+
},
|
|
274
284
|
};
|
|
275
285
|
exports.resource2 = {
|
|
276
286
|
parameterPath: ["options", "resource"],
|
|
@@ -279,9 +289,9 @@ exports.resource2 = {
|
|
|
279
289
|
xmlName: "resource",
|
|
280
290
|
type: {
|
|
281
291
|
name: "Enum",
|
|
282
|
-
allowedValues: ["directory", "file"]
|
|
283
|
-
}
|
|
284
|
-
}
|
|
292
|
+
allowedValues: ["directory", "file"],
|
|
293
|
+
},
|
|
294
|
+
},
|
|
285
295
|
};
|
|
286
296
|
exports.mode = {
|
|
287
297
|
parameterPath: ["options", "mode"],
|
|
@@ -290,9 +300,9 @@ exports.mode = {
|
|
|
290
300
|
xmlName: "mode",
|
|
291
301
|
type: {
|
|
292
302
|
name: "Enum",
|
|
293
|
-
allowedValues: ["legacy", "posix"]
|
|
294
|
-
}
|
|
295
|
-
}
|
|
303
|
+
allowedValues: ["legacy", "posix"],
|
|
304
|
+
},
|
|
305
|
+
},
|
|
296
306
|
};
|
|
297
307
|
exports.cacheControl = {
|
|
298
308
|
parameterPath: ["options", "pathHttpHeaders", "cacheControl"],
|
|
@@ -300,9 +310,9 @@ exports.cacheControl = {
|
|
|
300
310
|
serializedName: "x-ms-cache-control",
|
|
301
311
|
xmlName: "x-ms-cache-control",
|
|
302
312
|
type: {
|
|
303
|
-
name: "String"
|
|
304
|
-
}
|
|
305
|
-
}
|
|
313
|
+
name: "String",
|
|
314
|
+
},
|
|
315
|
+
},
|
|
306
316
|
};
|
|
307
317
|
exports.contentEncoding = {
|
|
308
318
|
parameterPath: ["options", "pathHttpHeaders", "contentEncoding"],
|
|
@@ -310,9 +320,9 @@ exports.contentEncoding = {
|
|
|
310
320
|
serializedName: "x-ms-content-encoding",
|
|
311
321
|
xmlName: "x-ms-content-encoding",
|
|
312
322
|
type: {
|
|
313
|
-
name: "String"
|
|
314
|
-
}
|
|
315
|
-
}
|
|
323
|
+
name: "String",
|
|
324
|
+
},
|
|
325
|
+
},
|
|
316
326
|
};
|
|
317
327
|
exports.contentLanguage = {
|
|
318
328
|
parameterPath: ["options", "pathHttpHeaders", "contentLanguage"],
|
|
@@ -320,9 +330,9 @@ exports.contentLanguage = {
|
|
|
320
330
|
serializedName: "x-ms-content-language",
|
|
321
331
|
xmlName: "x-ms-content-language",
|
|
322
332
|
type: {
|
|
323
|
-
name: "String"
|
|
324
|
-
}
|
|
325
|
-
}
|
|
333
|
+
name: "String",
|
|
334
|
+
},
|
|
335
|
+
},
|
|
326
336
|
};
|
|
327
337
|
exports.contentDisposition = {
|
|
328
338
|
parameterPath: ["options", "pathHttpHeaders", "contentDisposition"],
|
|
@@ -330,9 +340,9 @@ exports.contentDisposition = {
|
|
|
330
340
|
serializedName: "x-ms-content-disposition",
|
|
331
341
|
xmlName: "x-ms-content-disposition",
|
|
332
342
|
type: {
|
|
333
|
-
name: "String"
|
|
334
|
-
}
|
|
335
|
-
}
|
|
343
|
+
name: "String",
|
|
344
|
+
},
|
|
345
|
+
},
|
|
336
346
|
};
|
|
337
347
|
exports.contentType = {
|
|
338
348
|
parameterPath: ["options", "pathHttpHeaders", "contentType"],
|
|
@@ -340,9 +350,9 @@ exports.contentType = {
|
|
|
340
350
|
serializedName: "x-ms-content-type",
|
|
341
351
|
xmlName: "x-ms-content-type",
|
|
342
352
|
type: {
|
|
343
|
-
name: "String"
|
|
344
|
-
}
|
|
345
|
-
}
|
|
353
|
+
name: "String",
|
|
354
|
+
},
|
|
355
|
+
},
|
|
346
356
|
};
|
|
347
357
|
exports.renameSource = {
|
|
348
358
|
parameterPath: ["options", "renameSource"],
|
|
@@ -350,9 +360,9 @@ exports.renameSource = {
|
|
|
350
360
|
serializedName: "x-ms-rename-source",
|
|
351
361
|
xmlName: "x-ms-rename-source",
|
|
352
362
|
type: {
|
|
353
|
-
name: "String"
|
|
354
|
-
}
|
|
355
|
-
}
|
|
363
|
+
name: "String",
|
|
364
|
+
},
|
|
365
|
+
},
|
|
356
366
|
};
|
|
357
367
|
exports.leaseId = {
|
|
358
368
|
parameterPath: ["options", "leaseAccessConditions", "leaseId"],
|
|
@@ -360,9 +370,9 @@ exports.leaseId = {
|
|
|
360
370
|
serializedName: "x-ms-lease-id",
|
|
361
371
|
xmlName: "x-ms-lease-id",
|
|
362
372
|
type: {
|
|
363
|
-
name: "String"
|
|
364
|
-
}
|
|
365
|
-
}
|
|
373
|
+
name: "String",
|
|
374
|
+
},
|
|
375
|
+
},
|
|
366
376
|
};
|
|
367
377
|
exports.sourceLeaseId = {
|
|
368
378
|
parameterPath: ["options", "sourceLeaseId"],
|
|
@@ -370,9 +380,9 @@ exports.sourceLeaseId = {
|
|
|
370
380
|
serializedName: "x-ms-source-lease-id",
|
|
371
381
|
xmlName: "x-ms-source-lease-id",
|
|
372
382
|
type: {
|
|
373
|
-
name: "String"
|
|
374
|
-
}
|
|
375
|
-
}
|
|
383
|
+
name: "String",
|
|
384
|
+
},
|
|
385
|
+
},
|
|
376
386
|
};
|
|
377
387
|
exports.permissions = {
|
|
378
388
|
parameterPath: ["options", "permissions"],
|
|
@@ -380,9 +390,9 @@ exports.permissions = {
|
|
|
380
390
|
serializedName: "x-ms-permissions",
|
|
381
391
|
xmlName: "x-ms-permissions",
|
|
382
392
|
type: {
|
|
383
|
-
name: "String"
|
|
384
|
-
}
|
|
385
|
-
}
|
|
393
|
+
name: "String",
|
|
394
|
+
},
|
|
395
|
+
},
|
|
386
396
|
};
|
|
387
397
|
exports.umask = {
|
|
388
398
|
parameterPath: ["options", "umask"],
|
|
@@ -390,9 +400,9 @@ exports.umask = {
|
|
|
390
400
|
serializedName: "x-ms-umask",
|
|
391
401
|
xmlName: "x-ms-umask",
|
|
392
402
|
type: {
|
|
393
|
-
name: "String"
|
|
394
|
-
}
|
|
395
|
-
}
|
|
403
|
+
name: "String",
|
|
404
|
+
},
|
|
405
|
+
},
|
|
396
406
|
};
|
|
397
407
|
exports.ifMatch = {
|
|
398
408
|
parameterPath: ["options", "modifiedAccessConditions", "ifMatch"],
|
|
@@ -400,9 +410,9 @@ exports.ifMatch = {
|
|
|
400
410
|
serializedName: "If-Match",
|
|
401
411
|
xmlName: "If-Match",
|
|
402
412
|
type: {
|
|
403
|
-
name: "String"
|
|
404
|
-
}
|
|
405
|
-
}
|
|
413
|
+
name: "String",
|
|
414
|
+
},
|
|
415
|
+
},
|
|
406
416
|
};
|
|
407
417
|
exports.ifNoneMatch = {
|
|
408
418
|
parameterPath: ["options", "modifiedAccessConditions", "ifNoneMatch"],
|
|
@@ -410,9 +420,9 @@ exports.ifNoneMatch = {
|
|
|
410
420
|
serializedName: "If-None-Match",
|
|
411
421
|
xmlName: "If-None-Match",
|
|
412
422
|
type: {
|
|
413
|
-
name: "String"
|
|
414
|
-
}
|
|
415
|
-
}
|
|
423
|
+
name: "String",
|
|
424
|
+
},
|
|
425
|
+
},
|
|
416
426
|
};
|
|
417
427
|
exports.sourceIfMatch = {
|
|
418
428
|
parameterPath: ["options", "sourceModifiedAccessConditions", "sourceIfMatch"],
|
|
@@ -420,51 +430,51 @@ exports.sourceIfMatch = {
|
|
|
420
430
|
serializedName: "x-ms-source-if-match",
|
|
421
431
|
xmlName: "x-ms-source-if-match",
|
|
422
432
|
type: {
|
|
423
|
-
name: "String"
|
|
424
|
-
}
|
|
425
|
-
}
|
|
433
|
+
name: "String",
|
|
434
|
+
},
|
|
435
|
+
},
|
|
426
436
|
};
|
|
427
437
|
exports.sourceIfNoneMatch = {
|
|
428
438
|
parameterPath: [
|
|
429
439
|
"options",
|
|
430
440
|
"sourceModifiedAccessConditions",
|
|
431
|
-
"sourceIfNoneMatch"
|
|
441
|
+
"sourceIfNoneMatch",
|
|
432
442
|
],
|
|
433
443
|
mapper: {
|
|
434
444
|
serializedName: "x-ms-source-if-none-match",
|
|
435
445
|
xmlName: "x-ms-source-if-none-match",
|
|
436
446
|
type: {
|
|
437
|
-
name: "String"
|
|
438
|
-
}
|
|
439
|
-
}
|
|
447
|
+
name: "String",
|
|
448
|
+
},
|
|
449
|
+
},
|
|
440
450
|
};
|
|
441
451
|
exports.sourceIfModifiedSince = {
|
|
442
452
|
parameterPath: [
|
|
443
453
|
"options",
|
|
444
454
|
"sourceModifiedAccessConditions",
|
|
445
|
-
"sourceIfModifiedSince"
|
|
455
|
+
"sourceIfModifiedSince",
|
|
446
456
|
],
|
|
447
457
|
mapper: {
|
|
448
458
|
serializedName: "x-ms-source-if-modified-since",
|
|
449
459
|
xmlName: "x-ms-source-if-modified-since",
|
|
450
460
|
type: {
|
|
451
|
-
name: "DateTimeRfc1123"
|
|
452
|
-
}
|
|
453
|
-
}
|
|
461
|
+
name: "DateTimeRfc1123",
|
|
462
|
+
},
|
|
463
|
+
},
|
|
454
464
|
};
|
|
455
465
|
exports.sourceIfUnmodifiedSince = {
|
|
456
466
|
parameterPath: [
|
|
457
467
|
"options",
|
|
458
468
|
"sourceModifiedAccessConditions",
|
|
459
|
-
"sourceIfUnmodifiedSince"
|
|
469
|
+
"sourceIfUnmodifiedSince",
|
|
460
470
|
],
|
|
461
471
|
mapper: {
|
|
462
472
|
serializedName: "x-ms-source-if-unmodified-since",
|
|
463
473
|
xmlName: "x-ms-source-if-unmodified-since",
|
|
464
474
|
type: {
|
|
465
|
-
name: "DateTimeRfc1123"
|
|
466
|
-
}
|
|
467
|
-
}
|
|
475
|
+
name: "DateTimeRfc1123",
|
|
476
|
+
},
|
|
477
|
+
},
|
|
468
478
|
};
|
|
469
479
|
exports.encryptionKey = {
|
|
470
480
|
parameterPath: ["options", "cpkInfo", "encryptionKey"],
|
|
@@ -472,9 +482,9 @@ exports.encryptionKey = {
|
|
|
472
482
|
serializedName: "x-ms-encryption-key",
|
|
473
483
|
xmlName: "x-ms-encryption-key",
|
|
474
484
|
type: {
|
|
475
|
-
name: "String"
|
|
476
|
-
}
|
|
477
|
-
}
|
|
485
|
+
name: "String",
|
|
486
|
+
},
|
|
487
|
+
},
|
|
478
488
|
};
|
|
479
489
|
exports.encryptionKeySha256 = {
|
|
480
490
|
parameterPath: ["options", "cpkInfo", "encryptionKeySha256"],
|
|
@@ -482,9 +492,9 @@ exports.encryptionKeySha256 = {
|
|
|
482
492
|
serializedName: "x-ms-encryption-key-sha256",
|
|
483
493
|
xmlName: "x-ms-encryption-key-sha256",
|
|
484
494
|
type: {
|
|
485
|
-
name: "String"
|
|
486
|
-
}
|
|
487
|
-
}
|
|
495
|
+
name: "String",
|
|
496
|
+
},
|
|
497
|
+
},
|
|
488
498
|
};
|
|
489
499
|
exports.encryptionAlgorithm = {
|
|
490
500
|
parameterPath: ["options", "cpkInfo", "encryptionAlgorithm"],
|
|
@@ -492,9 +502,9 @@ exports.encryptionAlgorithm = {
|
|
|
492
502
|
serializedName: "x-ms-encryption-algorithm",
|
|
493
503
|
xmlName: "x-ms-encryption-algorithm",
|
|
494
504
|
type: {
|
|
495
|
-
name: "String"
|
|
496
|
-
}
|
|
497
|
-
}
|
|
505
|
+
name: "String",
|
|
506
|
+
},
|
|
507
|
+
},
|
|
498
508
|
};
|
|
499
509
|
exports.owner = {
|
|
500
510
|
parameterPath: ["options", "owner"],
|
|
@@ -502,9 +512,9 @@ exports.owner = {
|
|
|
502
512
|
serializedName: "x-ms-owner",
|
|
503
513
|
xmlName: "x-ms-owner",
|
|
504
514
|
type: {
|
|
505
|
-
name: "String"
|
|
506
|
-
}
|
|
507
|
-
}
|
|
515
|
+
name: "String",
|
|
516
|
+
},
|
|
517
|
+
},
|
|
508
518
|
};
|
|
509
519
|
exports.group = {
|
|
510
520
|
parameterPath: ["options", "group"],
|
|
@@ -512,9 +522,9 @@ exports.group = {
|
|
|
512
522
|
serializedName: "x-ms-group",
|
|
513
523
|
xmlName: "x-ms-group",
|
|
514
524
|
type: {
|
|
515
|
-
name: "String"
|
|
516
|
-
}
|
|
517
|
-
}
|
|
525
|
+
name: "String",
|
|
526
|
+
},
|
|
527
|
+
},
|
|
518
528
|
};
|
|
519
529
|
exports.acl = {
|
|
520
530
|
parameterPath: ["options", "acl"],
|
|
@@ -522,9 +532,9 @@ exports.acl = {
|
|
|
522
532
|
serializedName: "x-ms-acl",
|
|
523
533
|
xmlName: "x-ms-acl",
|
|
524
534
|
type: {
|
|
525
|
-
name: "String"
|
|
526
|
-
}
|
|
527
|
-
}
|
|
535
|
+
name: "String",
|
|
536
|
+
},
|
|
537
|
+
},
|
|
528
538
|
};
|
|
529
539
|
exports.proposedLeaseId = {
|
|
530
540
|
parameterPath: ["options", "proposedLeaseId"],
|
|
@@ -532,9 +542,9 @@ exports.proposedLeaseId = {
|
|
|
532
542
|
serializedName: "x-ms-proposed-lease-id",
|
|
533
543
|
xmlName: "x-ms-proposed-lease-id",
|
|
534
544
|
type: {
|
|
535
|
-
name: "String"
|
|
536
|
-
}
|
|
537
|
-
}
|
|
545
|
+
name: "String",
|
|
546
|
+
},
|
|
547
|
+
},
|
|
538
548
|
};
|
|
539
549
|
exports.leaseDuration = {
|
|
540
550
|
parameterPath: ["options", "leaseDuration"],
|
|
@@ -542,9 +552,9 @@ exports.leaseDuration = {
|
|
|
542
552
|
serializedName: "x-ms-lease-duration",
|
|
543
553
|
xmlName: "x-ms-lease-duration",
|
|
544
554
|
type: {
|
|
545
|
-
name: "Number"
|
|
546
|
-
}
|
|
547
|
-
}
|
|
555
|
+
name: "Number",
|
|
556
|
+
},
|
|
557
|
+
},
|
|
548
558
|
};
|
|
549
559
|
exports.expiryOptions = {
|
|
550
560
|
parameterPath: ["options", "expiryOptions"],
|
|
@@ -557,10 +567,10 @@ exports.expiryOptions = {
|
|
|
557
567
|
"NeverExpire",
|
|
558
568
|
"RelativeToCreation",
|
|
559
569
|
"RelativeToNow",
|
|
560
|
-
"Absolute"
|
|
561
|
-
]
|
|
562
|
-
}
|
|
563
|
-
}
|
|
570
|
+
"Absolute",
|
|
571
|
+
],
|
|
572
|
+
},
|
|
573
|
+
},
|
|
564
574
|
};
|
|
565
575
|
exports.expiresOn = {
|
|
566
576
|
parameterPath: ["options", "expiresOn"],
|
|
@@ -568,9 +578,9 @@ exports.expiresOn = {
|
|
|
568
578
|
serializedName: "x-ms-expiry-time",
|
|
569
579
|
xmlName: "x-ms-expiry-time",
|
|
570
580
|
type: {
|
|
571
|
-
name: "String"
|
|
572
|
-
}
|
|
573
|
-
}
|
|
581
|
+
name: "String",
|
|
582
|
+
},
|
|
583
|
+
},
|
|
574
584
|
};
|
|
575
585
|
exports.encryptionContext = {
|
|
576
586
|
parameterPath: ["options", "encryptionContext"],
|
|
@@ -578,9 +588,9 @@ exports.encryptionContext = {
|
|
|
578
588
|
serializedName: "x-ms-encryption-context",
|
|
579
589
|
xmlName: "x-ms-encryption-context",
|
|
580
590
|
type: {
|
|
581
|
-
name: "String"
|
|
582
|
-
}
|
|
583
|
-
}
|
|
591
|
+
name: "String",
|
|
592
|
+
},
|
|
593
|
+
},
|
|
584
594
|
};
|
|
585
595
|
exports.contentType1 = {
|
|
586
596
|
parameterPath: ["options", "contentType"],
|
|
@@ -589,9 +599,9 @@ exports.contentType1 = {
|
|
|
589
599
|
isConstant: true,
|
|
590
600
|
serializedName: "Content-Type",
|
|
591
601
|
type: {
|
|
592
|
-
name: "String"
|
|
593
|
-
}
|
|
594
|
-
}
|
|
602
|
+
name: "String",
|
|
603
|
+
},
|
|
604
|
+
},
|
|
595
605
|
};
|
|
596
606
|
exports.body = {
|
|
597
607
|
parameterPath: "body",
|
|
@@ -600,9 +610,9 @@ exports.body = {
|
|
|
600
610
|
required: true,
|
|
601
611
|
xmlName: "body",
|
|
602
612
|
type: {
|
|
603
|
-
name: "Stream"
|
|
604
|
-
}
|
|
605
|
-
}
|
|
613
|
+
name: "Stream",
|
|
614
|
+
},
|
|
615
|
+
},
|
|
606
616
|
};
|
|
607
617
|
exports.accept2 = {
|
|
608
618
|
parameterPath: "accept",
|
|
@@ -611,9 +621,9 @@ exports.accept2 = {
|
|
|
611
621
|
isConstant: true,
|
|
612
622
|
serializedName: "Accept",
|
|
613
623
|
type: {
|
|
614
|
-
name: "String"
|
|
615
|
-
}
|
|
616
|
-
}
|
|
624
|
+
name: "String",
|
|
625
|
+
},
|
|
626
|
+
},
|
|
617
627
|
};
|
|
618
628
|
exports.action = {
|
|
619
629
|
parameterPath: "action",
|
|
@@ -628,23 +638,23 @@ exports.action = {
|
|
|
628
638
|
"flush",
|
|
629
639
|
"setProperties",
|
|
630
640
|
"setAccessControl",
|
|
631
|
-
"setAccessControlRecursive"
|
|
632
|
-
]
|
|
633
|
-
}
|
|
634
|
-
}
|
|
641
|
+
"setAccessControlRecursive",
|
|
642
|
+
],
|
|
643
|
+
},
|
|
644
|
+
},
|
|
635
645
|
};
|
|
636
646
|
exports.maxRecords = {
|
|
637
647
|
parameterPath: ["options", "maxRecords"],
|
|
638
648
|
mapper: {
|
|
639
649
|
constraints: {
|
|
640
|
-
InclusiveMinimum: 1
|
|
650
|
+
InclusiveMinimum: 1,
|
|
641
651
|
},
|
|
642
652
|
serializedName: "maxRecords",
|
|
643
653
|
xmlName: "maxRecords",
|
|
644
654
|
type: {
|
|
645
|
-
name: "Number"
|
|
646
|
-
}
|
|
647
|
-
}
|
|
655
|
+
name: "Number",
|
|
656
|
+
},
|
|
657
|
+
},
|
|
648
658
|
};
|
|
649
659
|
exports.mode1 = {
|
|
650
660
|
parameterPath: "mode",
|
|
@@ -654,9 +664,9 @@ exports.mode1 = {
|
|
|
654
664
|
xmlName: "mode",
|
|
655
665
|
type: {
|
|
656
666
|
name: "Enum",
|
|
657
|
-
allowedValues: ["set", "modify", "remove"]
|
|
658
|
-
}
|
|
659
|
-
}
|
|
667
|
+
allowedValues: ["set", "modify", "remove"],
|
|
668
|
+
},
|
|
669
|
+
},
|
|
660
670
|
};
|
|
661
671
|
exports.forceFlag = {
|
|
662
672
|
parameterPath: ["options", "forceFlag"],
|
|
@@ -664,9 +674,9 @@ exports.forceFlag = {
|
|
|
664
674
|
serializedName: "forceFlag",
|
|
665
675
|
xmlName: "forceFlag",
|
|
666
676
|
type: {
|
|
667
|
-
name: "Boolean"
|
|
668
|
-
}
|
|
669
|
-
}
|
|
677
|
+
name: "Boolean",
|
|
678
|
+
},
|
|
679
|
+
},
|
|
670
680
|
};
|
|
671
681
|
exports.position = {
|
|
672
682
|
parameterPath: ["options", "position"],
|
|
@@ -674,9 +684,9 @@ exports.position = {
|
|
|
674
684
|
serializedName: "position",
|
|
675
685
|
xmlName: "position",
|
|
676
686
|
type: {
|
|
677
|
-
name: "Number"
|
|
678
|
-
}
|
|
679
|
-
}
|
|
687
|
+
name: "Number",
|
|
688
|
+
},
|
|
689
|
+
},
|
|
680
690
|
};
|
|
681
691
|
exports.retainUncommittedData = {
|
|
682
692
|
parameterPath: ["options", "retainUncommittedData"],
|
|
@@ -684,9 +694,9 @@ exports.retainUncommittedData = {
|
|
|
684
694
|
serializedName: "retainUncommittedData",
|
|
685
695
|
xmlName: "retainUncommittedData",
|
|
686
696
|
type: {
|
|
687
|
-
name: "Boolean"
|
|
688
|
-
}
|
|
689
|
-
}
|
|
697
|
+
name: "Boolean",
|
|
698
|
+
},
|
|
699
|
+
},
|
|
690
700
|
};
|
|
691
701
|
exports.close = {
|
|
692
702
|
parameterPath: ["options", "close"],
|
|
@@ -694,22 +704,22 @@ exports.close = {
|
|
|
694
704
|
serializedName: "close",
|
|
695
705
|
xmlName: "close",
|
|
696
706
|
type: {
|
|
697
|
-
name: "Boolean"
|
|
698
|
-
}
|
|
699
|
-
}
|
|
707
|
+
name: "Boolean",
|
|
708
|
+
},
|
|
709
|
+
},
|
|
700
710
|
};
|
|
701
711
|
exports.contentLength = {
|
|
702
712
|
parameterPath: ["options", "contentLength"],
|
|
703
713
|
mapper: {
|
|
704
714
|
constraints: {
|
|
705
|
-
InclusiveMinimum: 0
|
|
715
|
+
InclusiveMinimum: 0,
|
|
706
716
|
},
|
|
707
717
|
serializedName: "Content-Length",
|
|
708
718
|
xmlName: "Content-Length",
|
|
709
719
|
type: {
|
|
710
|
-
name: "Number"
|
|
711
|
-
}
|
|
712
|
-
}
|
|
720
|
+
name: "Number",
|
|
721
|
+
},
|
|
722
|
+
},
|
|
713
723
|
};
|
|
714
724
|
exports.contentMD5 = {
|
|
715
725
|
parameterPath: ["options", "pathHttpHeaders", "contentMD5"],
|
|
@@ -717,9 +727,29 @@ exports.contentMD5 = {
|
|
|
717
727
|
serializedName: "x-ms-content-md5",
|
|
718
728
|
xmlName: "x-ms-content-md5",
|
|
719
729
|
type: {
|
|
720
|
-
name: "ByteArray"
|
|
721
|
-
}
|
|
722
|
-
}
|
|
730
|
+
name: "ByteArray",
|
|
731
|
+
},
|
|
732
|
+
},
|
|
733
|
+
};
|
|
734
|
+
exports.structuredBodyType = {
|
|
735
|
+
parameterPath: ["options", "structuredBodyType"],
|
|
736
|
+
mapper: {
|
|
737
|
+
serializedName: "x-ms-structured-body",
|
|
738
|
+
xmlName: "x-ms-structured-body",
|
|
739
|
+
type: {
|
|
740
|
+
name: "String",
|
|
741
|
+
},
|
|
742
|
+
},
|
|
743
|
+
};
|
|
744
|
+
exports.structuredContentLength = {
|
|
745
|
+
parameterPath: ["options", "structuredContentLength"],
|
|
746
|
+
mapper: {
|
|
747
|
+
serializedName: "x-ms-structured-content-length",
|
|
748
|
+
xmlName: "x-ms-structured-content-length",
|
|
749
|
+
type: {
|
|
750
|
+
name: "Number",
|
|
751
|
+
},
|
|
752
|
+
},
|
|
723
753
|
};
|
|
724
754
|
exports.xMsLeaseAction = {
|
|
725
755
|
parameterPath: "xMsLeaseAction",
|
|
@@ -729,9 +759,9 @@ exports.xMsLeaseAction = {
|
|
|
729
759
|
xmlName: "x-ms-lease-action",
|
|
730
760
|
type: {
|
|
731
761
|
name: "Enum",
|
|
732
|
-
allowedValues: ["acquire", "break", "change", "renew", "release"]
|
|
733
|
-
}
|
|
734
|
-
}
|
|
762
|
+
allowedValues: ["acquire", "break", "change", "renew", "release"],
|
|
763
|
+
},
|
|
764
|
+
},
|
|
735
765
|
};
|
|
736
766
|
exports.xMsLeaseDuration = {
|
|
737
767
|
parameterPath: "xMsLeaseDuration",
|
|
@@ -739,9 +769,9 @@ exports.xMsLeaseDuration = {
|
|
|
739
769
|
serializedName: "x-ms-lease-duration",
|
|
740
770
|
xmlName: "x-ms-lease-duration",
|
|
741
771
|
type: {
|
|
742
|
-
name: "Number"
|
|
743
|
-
}
|
|
744
|
-
}
|
|
772
|
+
name: "Number",
|
|
773
|
+
},
|
|
774
|
+
},
|
|
745
775
|
};
|
|
746
776
|
exports.xMsLeaseBreakPeriod = {
|
|
747
777
|
parameterPath: ["options", "xMsLeaseBreakPeriod"],
|
|
@@ -749,9 +779,9 @@ exports.xMsLeaseBreakPeriod = {
|
|
|
749
779
|
serializedName: "x-ms-lease-break-period",
|
|
750
780
|
xmlName: "x-ms-lease-break-period",
|
|
751
781
|
type: {
|
|
752
|
-
name: "Number"
|
|
753
|
-
}
|
|
754
|
-
}
|
|
782
|
+
name: "Number",
|
|
783
|
+
},
|
|
784
|
+
},
|
|
755
785
|
};
|
|
756
786
|
exports.range = {
|
|
757
787
|
parameterPath: ["options", "range"],
|
|
@@ -759,9 +789,9 @@ exports.range = {
|
|
|
759
789
|
serializedName: "Range",
|
|
760
790
|
xmlName: "Range",
|
|
761
791
|
type: {
|
|
762
|
-
name: "String"
|
|
763
|
-
}
|
|
764
|
-
}
|
|
792
|
+
name: "String",
|
|
793
|
+
},
|
|
794
|
+
},
|
|
765
795
|
};
|
|
766
796
|
exports.xMsRangeGetContentMd5 = {
|
|
767
797
|
parameterPath: ["options", "xMsRangeGetContentMd5"],
|
|
@@ -769,9 +799,9 @@ exports.xMsRangeGetContentMd5 = {
|
|
|
769
799
|
serializedName: "x-ms-range-get-content-md5",
|
|
770
800
|
xmlName: "x-ms-range-get-content-md5",
|
|
771
801
|
type: {
|
|
772
|
-
name: "Boolean"
|
|
773
|
-
}
|
|
774
|
-
}
|
|
802
|
+
name: "Boolean",
|
|
803
|
+
},
|
|
804
|
+
},
|
|
775
805
|
};
|
|
776
806
|
exports.action1 = {
|
|
777
807
|
parameterPath: ["options", "action"],
|
|
@@ -780,9 +810,9 @@ exports.action1 = {
|
|
|
780
810
|
xmlName: "action",
|
|
781
811
|
type: {
|
|
782
812
|
name: "Enum",
|
|
783
|
-
allowedValues: ["getAccessControl", "getStatus"]
|
|
784
|
-
}
|
|
785
|
-
}
|
|
813
|
+
allowedValues: ["getAccessControl", "getStatus"],
|
|
814
|
+
},
|
|
815
|
+
},
|
|
786
816
|
};
|
|
787
817
|
exports.recursive1 = {
|
|
788
818
|
parameterPath: ["options", "recursive"],
|
|
@@ -790,9 +820,9 @@ exports.recursive1 = {
|
|
|
790
820
|
serializedName: "recursive",
|
|
791
821
|
xmlName: "recursive",
|
|
792
822
|
type: {
|
|
793
|
-
name: "Boolean"
|
|
794
|
-
}
|
|
795
|
-
}
|
|
823
|
+
name: "Boolean",
|
|
824
|
+
},
|
|
825
|
+
},
|
|
796
826
|
};
|
|
797
827
|
exports.paginated = {
|
|
798
828
|
parameterPath: ["options", "paginated"],
|
|
@@ -800,9 +830,9 @@ exports.paginated = {
|
|
|
800
830
|
serializedName: "paginated",
|
|
801
831
|
xmlName: "paginated",
|
|
802
832
|
type: {
|
|
803
|
-
name: "Boolean"
|
|
804
|
-
}
|
|
805
|
-
}
|
|
833
|
+
name: "Boolean",
|
|
834
|
+
},
|
|
835
|
+
},
|
|
806
836
|
};
|
|
807
837
|
exports.action2 = {
|
|
808
838
|
parameterPath: "action",
|
|
@@ -811,9 +841,9 @@ exports.action2 = {
|
|
|
811
841
|
isConstant: true,
|
|
812
842
|
serializedName: "action",
|
|
813
843
|
type: {
|
|
814
|
-
name: "String"
|
|
815
|
-
}
|
|
816
|
-
}
|
|
844
|
+
name: "String",
|
|
845
|
+
},
|
|
846
|
+
},
|
|
817
847
|
};
|
|
818
848
|
exports.action3 = {
|
|
819
849
|
parameterPath: "action",
|
|
@@ -822,9 +852,9 @@ exports.action3 = {
|
|
|
822
852
|
isConstant: true,
|
|
823
853
|
serializedName: "action",
|
|
824
854
|
type: {
|
|
825
|
-
name: "String"
|
|
826
|
-
}
|
|
827
|
-
}
|
|
855
|
+
name: "String",
|
|
856
|
+
},
|
|
857
|
+
},
|
|
828
858
|
};
|
|
829
859
|
exports.action4 = {
|
|
830
860
|
parameterPath: "action",
|
|
@@ -833,9 +863,9 @@ exports.action4 = {
|
|
|
833
863
|
isConstant: true,
|
|
834
864
|
serializedName: "action",
|
|
835
865
|
type: {
|
|
836
|
-
name: "String"
|
|
837
|
-
}
|
|
838
|
-
}
|
|
866
|
+
name: "String",
|
|
867
|
+
},
|
|
868
|
+
},
|
|
839
869
|
};
|
|
840
870
|
exports.leaseAction = {
|
|
841
871
|
parameterPath: ["options", "leaseAction"],
|
|
@@ -844,9 +874,9 @@ exports.leaseAction = {
|
|
|
844
874
|
xmlName: "x-ms-lease-action",
|
|
845
875
|
type: {
|
|
846
876
|
name: "Enum",
|
|
847
|
-
allowedValues: ["acquire", "auto-renew", "release", "acquire-release"]
|
|
848
|
-
}
|
|
849
|
-
}
|
|
877
|
+
allowedValues: ["acquire", "auto-renew", "release", "acquire-release"],
|
|
878
|
+
},
|
|
879
|
+
},
|
|
850
880
|
};
|
|
851
881
|
exports.contentType2 = {
|
|
852
882
|
parameterPath: ["options", "contentType"],
|
|
@@ -855,9 +885,9 @@ exports.contentType2 = {
|
|
|
855
885
|
isConstant: true,
|
|
856
886
|
serializedName: "Content-Type",
|
|
857
887
|
type: {
|
|
858
|
-
name: "String"
|
|
859
|
-
}
|
|
860
|
-
}
|
|
888
|
+
name: "String",
|
|
889
|
+
},
|
|
890
|
+
},
|
|
861
891
|
};
|
|
862
892
|
exports.action5 = {
|
|
863
893
|
parameterPath: "action",
|
|
@@ -866,9 +896,9 @@ exports.action5 = {
|
|
|
866
896
|
isConstant: true,
|
|
867
897
|
serializedName: "action",
|
|
868
898
|
type: {
|
|
869
|
-
name: "String"
|
|
870
|
-
}
|
|
871
|
-
}
|
|
899
|
+
name: "String",
|
|
900
|
+
},
|
|
901
|
+
},
|
|
872
902
|
};
|
|
873
903
|
exports.transactionalContentHash = {
|
|
874
904
|
parameterPath: ["options", "pathHttpHeaders", "transactionalContentHash"],
|
|
@@ -876,9 +906,9 @@ exports.transactionalContentHash = {
|
|
|
876
906
|
serializedName: "Content-MD5",
|
|
877
907
|
xmlName: "Content-MD5",
|
|
878
908
|
type: {
|
|
879
|
-
name: "ByteArray"
|
|
880
|
-
}
|
|
881
|
-
}
|
|
909
|
+
name: "ByteArray",
|
|
910
|
+
},
|
|
911
|
+
},
|
|
882
912
|
};
|
|
883
913
|
exports.transactionalContentCrc64 = {
|
|
884
914
|
parameterPath: ["options", "transactionalContentCrc64"],
|
|
@@ -886,9 +916,9 @@ exports.transactionalContentCrc64 = {
|
|
|
886
916
|
serializedName: "x-ms-content-crc64",
|
|
887
917
|
xmlName: "x-ms-content-crc64",
|
|
888
918
|
type: {
|
|
889
|
-
name: "ByteArray"
|
|
890
|
-
}
|
|
891
|
-
}
|
|
919
|
+
name: "ByteArray",
|
|
920
|
+
},
|
|
921
|
+
},
|
|
892
922
|
};
|
|
893
923
|
exports.flush = {
|
|
894
924
|
parameterPath: ["options", "flush"],
|
|
@@ -896,9 +926,9 @@ exports.flush = {
|
|
|
896
926
|
serializedName: "flush",
|
|
897
927
|
xmlName: "flush",
|
|
898
928
|
type: {
|
|
899
|
-
name: "Boolean"
|
|
900
|
-
}
|
|
901
|
-
}
|
|
929
|
+
name: "Boolean",
|
|
930
|
+
},
|
|
931
|
+
},
|
|
902
932
|
};
|
|
903
933
|
exports.comp1 = {
|
|
904
934
|
parameterPath: "comp",
|
|
@@ -907,9 +937,9 @@ exports.comp1 = {
|
|
|
907
937
|
isConstant: true,
|
|
908
938
|
serializedName: "comp",
|
|
909
939
|
type: {
|
|
910
|
-
name: "String"
|
|
911
|
-
}
|
|
912
|
-
}
|
|
940
|
+
name: "String",
|
|
941
|
+
},
|
|
942
|
+
},
|
|
913
943
|
};
|
|
914
944
|
exports.expiryOptions1 = {
|
|
915
945
|
parameterPath: "expiryOptions",
|
|
@@ -923,10 +953,10 @@ exports.expiryOptions1 = {
|
|
|
923
953
|
"NeverExpire",
|
|
924
954
|
"RelativeToCreation",
|
|
925
955
|
"RelativeToNow",
|
|
926
|
-
"Absolute"
|
|
927
|
-
]
|
|
928
|
-
}
|
|
929
|
-
}
|
|
956
|
+
"Absolute",
|
|
957
|
+
],
|
|
958
|
+
},
|
|
959
|
+
},
|
|
930
960
|
};
|
|
931
961
|
exports.comp2 = {
|
|
932
962
|
parameterPath: "comp",
|
|
@@ -935,9 +965,9 @@ exports.comp2 = {
|
|
|
935
965
|
isConstant: true,
|
|
936
966
|
serializedName: "comp",
|
|
937
967
|
type: {
|
|
938
|
-
name: "String"
|
|
939
|
-
}
|
|
940
|
-
}
|
|
968
|
+
name: "String",
|
|
969
|
+
},
|
|
970
|
+
},
|
|
941
971
|
};
|
|
942
972
|
exports.undeleteSource = {
|
|
943
973
|
parameterPath: ["options", "undeleteSource"],
|
|
@@ -945,8 +975,8 @@ exports.undeleteSource = {
|
|
|
945
975
|
serializedName: "x-ms-undelete-source",
|
|
946
976
|
xmlName: "x-ms-undelete-source",
|
|
947
977
|
type: {
|
|
948
|
-
name: "String"
|
|
949
|
-
}
|
|
950
|
-
}
|
|
978
|
+
name: "String",
|
|
979
|
+
},
|
|
980
|
+
},
|
|
951
981
|
};
|
|
952
982
|
//# sourceMappingURL=parameters.js.map
|