@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
|
@@ -20,13 +20,13 @@ export const FileSystemList = {
|
|
|
20
20
|
element: {
|
|
21
21
|
type: {
|
|
22
22
|
name: "Composite",
|
|
23
|
-
className: "FileSystem"
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
}
|
|
23
|
+
className: "FileSystem",
|
|
24
|
+
},
|
|
25
|
+
},
|
|
26
|
+
},
|
|
27
|
+
},
|
|
28
|
+
},
|
|
29
|
+
},
|
|
30
30
|
};
|
|
31
31
|
export const FileSystem = {
|
|
32
32
|
serializedName: "FileSystem",
|
|
@@ -38,25 +38,25 @@ export const FileSystem = {
|
|
|
38
38
|
serializedName: "name",
|
|
39
39
|
xmlName: "name",
|
|
40
40
|
type: {
|
|
41
|
-
name: "String"
|
|
42
|
-
}
|
|
41
|
+
name: "String",
|
|
42
|
+
},
|
|
43
43
|
},
|
|
44
44
|
lastModified: {
|
|
45
45
|
serializedName: "lastModified",
|
|
46
46
|
xmlName: "lastModified",
|
|
47
47
|
type: {
|
|
48
|
-
name: "DateTimeRfc1123"
|
|
49
|
-
}
|
|
48
|
+
name: "DateTimeRfc1123",
|
|
49
|
+
},
|
|
50
50
|
},
|
|
51
51
|
etag: {
|
|
52
52
|
serializedName: "eTag",
|
|
53
53
|
xmlName: "eTag",
|
|
54
54
|
type: {
|
|
55
|
-
name: "String"
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
}
|
|
55
|
+
name: "String",
|
|
56
|
+
},
|
|
57
|
+
},
|
|
58
|
+
},
|
|
59
|
+
},
|
|
60
60
|
};
|
|
61
61
|
export const StorageError = {
|
|
62
62
|
serializedName: "StorageError",
|
|
@@ -69,25 +69,25 @@ export const StorageError = {
|
|
|
69
69
|
xmlName: "error",
|
|
70
70
|
type: {
|
|
71
71
|
name: "Composite",
|
|
72
|
-
className: "StorageErrorError"
|
|
73
|
-
}
|
|
72
|
+
className: "StorageErrorError",
|
|
73
|
+
},
|
|
74
74
|
},
|
|
75
75
|
code: {
|
|
76
76
|
serializedName: "Code",
|
|
77
77
|
xmlName: "Code",
|
|
78
78
|
type: {
|
|
79
|
-
name: "String"
|
|
80
|
-
}
|
|
79
|
+
name: "String",
|
|
80
|
+
},
|
|
81
81
|
},
|
|
82
82
|
authenticationErrorDetail: {
|
|
83
83
|
serializedName: "AuthenticationErrorDetail",
|
|
84
84
|
xmlName: "AuthenticationErrorDetail",
|
|
85
85
|
type: {
|
|
86
|
-
name: "String"
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
}
|
|
86
|
+
name: "String",
|
|
87
|
+
},
|
|
88
|
+
},
|
|
89
|
+
},
|
|
90
|
+
},
|
|
91
91
|
};
|
|
92
92
|
export const StorageErrorError = {
|
|
93
93
|
serializedName: "StorageErrorError",
|
|
@@ -99,18 +99,18 @@ export const StorageErrorError = {
|
|
|
99
99
|
serializedName: "Code",
|
|
100
100
|
xmlName: "Code",
|
|
101
101
|
type: {
|
|
102
|
-
name: "String"
|
|
103
|
-
}
|
|
102
|
+
name: "String",
|
|
103
|
+
},
|
|
104
104
|
},
|
|
105
105
|
message: {
|
|
106
106
|
serializedName: "Message",
|
|
107
107
|
xmlName: "Message",
|
|
108
108
|
type: {
|
|
109
|
-
name: "String"
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
}
|
|
109
|
+
name: "String",
|
|
110
|
+
},
|
|
111
|
+
},
|
|
112
|
+
},
|
|
113
|
+
},
|
|
114
114
|
};
|
|
115
115
|
export const PathList = {
|
|
116
116
|
serializedName: "PathList",
|
|
@@ -127,13 +127,13 @@ export const PathList = {
|
|
|
127
127
|
element: {
|
|
128
128
|
type: {
|
|
129
129
|
name: "Composite",
|
|
130
|
-
className: "Path"
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
}
|
|
130
|
+
className: "Path",
|
|
131
|
+
},
|
|
132
|
+
},
|
|
133
|
+
},
|
|
134
|
+
},
|
|
135
|
+
},
|
|
136
|
+
},
|
|
137
137
|
};
|
|
138
138
|
export const Path = {
|
|
139
139
|
serializedName: "Path",
|
|
@@ -145,89 +145,89 @@ export const Path = {
|
|
|
145
145
|
serializedName: "name",
|
|
146
146
|
xmlName: "name",
|
|
147
147
|
type: {
|
|
148
|
-
name: "String"
|
|
149
|
-
}
|
|
148
|
+
name: "String",
|
|
149
|
+
},
|
|
150
150
|
},
|
|
151
151
|
isDirectory: {
|
|
152
152
|
defaultValue: false,
|
|
153
153
|
serializedName: "isDirectory",
|
|
154
154
|
xmlName: "isDirectory",
|
|
155
155
|
type: {
|
|
156
|
-
name: "Boolean"
|
|
157
|
-
}
|
|
156
|
+
name: "Boolean",
|
|
157
|
+
},
|
|
158
158
|
},
|
|
159
159
|
lastModified: {
|
|
160
160
|
serializedName: "lastModified",
|
|
161
161
|
xmlName: "lastModified",
|
|
162
162
|
type: {
|
|
163
|
-
name: "DateTimeRfc1123"
|
|
164
|
-
}
|
|
163
|
+
name: "DateTimeRfc1123",
|
|
164
|
+
},
|
|
165
165
|
},
|
|
166
166
|
etag: {
|
|
167
167
|
serializedName: "eTag",
|
|
168
168
|
xmlName: "eTag",
|
|
169
169
|
type: {
|
|
170
|
-
name: "String"
|
|
171
|
-
}
|
|
170
|
+
name: "String",
|
|
171
|
+
},
|
|
172
172
|
},
|
|
173
173
|
contentLength: {
|
|
174
174
|
serializedName: "contentLength",
|
|
175
175
|
xmlName: "contentLength",
|
|
176
176
|
type: {
|
|
177
|
-
name: "Number"
|
|
178
|
-
}
|
|
177
|
+
name: "Number",
|
|
178
|
+
},
|
|
179
179
|
},
|
|
180
180
|
owner: {
|
|
181
181
|
serializedName: "owner",
|
|
182
182
|
xmlName: "owner",
|
|
183
183
|
type: {
|
|
184
|
-
name: "String"
|
|
185
|
-
}
|
|
184
|
+
name: "String",
|
|
185
|
+
},
|
|
186
186
|
},
|
|
187
187
|
group: {
|
|
188
188
|
serializedName: "group",
|
|
189
189
|
xmlName: "group",
|
|
190
190
|
type: {
|
|
191
|
-
name: "String"
|
|
192
|
-
}
|
|
191
|
+
name: "String",
|
|
192
|
+
},
|
|
193
193
|
},
|
|
194
194
|
permissions: {
|
|
195
195
|
serializedName: "permissions",
|
|
196
196
|
xmlName: "permissions",
|
|
197
197
|
type: {
|
|
198
|
-
name: "String"
|
|
199
|
-
}
|
|
198
|
+
name: "String",
|
|
199
|
+
},
|
|
200
200
|
},
|
|
201
201
|
encryptionScope: {
|
|
202
202
|
serializedName: "EncryptionScope",
|
|
203
203
|
xmlName: "EncryptionScope",
|
|
204
204
|
type: {
|
|
205
|
-
name: "String"
|
|
206
|
-
}
|
|
205
|
+
name: "String",
|
|
206
|
+
},
|
|
207
207
|
},
|
|
208
208
|
creationTime: {
|
|
209
209
|
serializedName: "creationTime",
|
|
210
210
|
xmlName: "creationTime",
|
|
211
211
|
type: {
|
|
212
|
-
name: "String"
|
|
213
|
-
}
|
|
212
|
+
name: "String",
|
|
213
|
+
},
|
|
214
214
|
},
|
|
215
215
|
expiryTime: {
|
|
216
216
|
serializedName: "expiryTime",
|
|
217
217
|
xmlName: "expiryTime",
|
|
218
218
|
type: {
|
|
219
|
-
name: "String"
|
|
220
|
-
}
|
|
219
|
+
name: "String",
|
|
220
|
+
},
|
|
221
221
|
},
|
|
222
222
|
encryptionContext: {
|
|
223
223
|
serializedName: "EncryptionContext",
|
|
224
224
|
xmlName: "EncryptionContext",
|
|
225
225
|
type: {
|
|
226
|
-
name: "String"
|
|
227
|
-
}
|
|
228
|
-
}
|
|
229
|
-
}
|
|
230
|
-
}
|
|
226
|
+
name: "String",
|
|
227
|
+
},
|
|
228
|
+
},
|
|
229
|
+
},
|
|
230
|
+
},
|
|
231
231
|
};
|
|
232
232
|
export const ListBlobsHierarchySegmentResponse = {
|
|
233
233
|
serializedName: "ListBlobsHierarchySegmentResponse",
|
|
@@ -242,8 +242,8 @@ export const ListBlobsHierarchySegmentResponse = {
|
|
|
242
242
|
xmlName: "ServiceEndpoint",
|
|
243
243
|
xmlIsAttribute: true,
|
|
244
244
|
type: {
|
|
245
|
-
name: "String"
|
|
246
|
-
}
|
|
245
|
+
name: "String",
|
|
246
|
+
},
|
|
247
247
|
},
|
|
248
248
|
containerName: {
|
|
249
249
|
serializedName: "ContainerName",
|
|
@@ -251,54 +251,54 @@ export const ListBlobsHierarchySegmentResponse = {
|
|
|
251
251
|
xmlName: "ContainerName",
|
|
252
252
|
xmlIsAttribute: true,
|
|
253
253
|
type: {
|
|
254
|
-
name: "String"
|
|
255
|
-
}
|
|
254
|
+
name: "String",
|
|
255
|
+
},
|
|
256
256
|
},
|
|
257
257
|
prefix: {
|
|
258
258
|
serializedName: "Prefix",
|
|
259
259
|
xmlName: "Prefix",
|
|
260
260
|
type: {
|
|
261
|
-
name: "String"
|
|
262
|
-
}
|
|
261
|
+
name: "String",
|
|
262
|
+
},
|
|
263
263
|
},
|
|
264
264
|
marker: {
|
|
265
265
|
serializedName: "Marker",
|
|
266
266
|
xmlName: "Marker",
|
|
267
267
|
type: {
|
|
268
|
-
name: "String"
|
|
269
|
-
}
|
|
268
|
+
name: "String",
|
|
269
|
+
},
|
|
270
270
|
},
|
|
271
271
|
maxResults: {
|
|
272
272
|
serializedName: "MaxResults",
|
|
273
273
|
xmlName: "MaxResults",
|
|
274
274
|
type: {
|
|
275
|
-
name: "Number"
|
|
276
|
-
}
|
|
275
|
+
name: "Number",
|
|
276
|
+
},
|
|
277
277
|
},
|
|
278
278
|
delimiter: {
|
|
279
279
|
serializedName: "Delimiter",
|
|
280
280
|
xmlName: "Delimiter",
|
|
281
281
|
type: {
|
|
282
|
-
name: "String"
|
|
283
|
-
}
|
|
282
|
+
name: "String",
|
|
283
|
+
},
|
|
284
284
|
},
|
|
285
285
|
segment: {
|
|
286
286
|
serializedName: "Segment",
|
|
287
287
|
xmlName: "Blobs",
|
|
288
288
|
type: {
|
|
289
289
|
name: "Composite",
|
|
290
|
-
className: "BlobHierarchyListSegment"
|
|
291
|
-
}
|
|
290
|
+
className: "BlobHierarchyListSegment",
|
|
291
|
+
},
|
|
292
292
|
},
|
|
293
293
|
nextMarker: {
|
|
294
294
|
serializedName: "NextMarker",
|
|
295
295
|
xmlName: "NextMarker",
|
|
296
296
|
type: {
|
|
297
|
-
name: "String"
|
|
298
|
-
}
|
|
299
|
-
}
|
|
300
|
-
}
|
|
301
|
-
}
|
|
297
|
+
name: "String",
|
|
298
|
+
},
|
|
299
|
+
},
|
|
300
|
+
},
|
|
301
|
+
},
|
|
302
302
|
};
|
|
303
303
|
export const BlobHierarchyListSegment = {
|
|
304
304
|
serializedName: "BlobHierarchyListSegment",
|
|
@@ -316,10 +316,10 @@ export const BlobHierarchyListSegment = {
|
|
|
316
316
|
element: {
|
|
317
317
|
type: {
|
|
318
318
|
name: "Composite",
|
|
319
|
-
className: "BlobPrefix"
|
|
320
|
-
}
|
|
321
|
-
}
|
|
322
|
-
}
|
|
319
|
+
className: "BlobPrefix",
|
|
320
|
+
},
|
|
321
|
+
},
|
|
322
|
+
},
|
|
323
323
|
},
|
|
324
324
|
blobItems: {
|
|
325
325
|
serializedName: "BlobItems",
|
|
@@ -331,13 +331,13 @@ export const BlobHierarchyListSegment = {
|
|
|
331
331
|
element: {
|
|
332
332
|
type: {
|
|
333
333
|
name: "Composite",
|
|
334
|
-
className: "BlobItemModel"
|
|
335
|
-
}
|
|
336
|
-
}
|
|
337
|
-
}
|
|
338
|
-
}
|
|
339
|
-
}
|
|
340
|
-
}
|
|
334
|
+
className: "BlobItemModel",
|
|
335
|
+
},
|
|
336
|
+
},
|
|
337
|
+
},
|
|
338
|
+
},
|
|
339
|
+
},
|
|
340
|
+
},
|
|
341
341
|
};
|
|
342
342
|
export const BlobPrefix = {
|
|
343
343
|
serializedName: "BlobPrefix",
|
|
@@ -350,11 +350,11 @@ export const BlobPrefix = {
|
|
|
350
350
|
required: true,
|
|
351
351
|
xmlName: "Name",
|
|
352
352
|
type: {
|
|
353
|
-
name: "String"
|
|
354
|
-
}
|
|
355
|
-
}
|
|
356
|
-
}
|
|
357
|
-
}
|
|
353
|
+
name: "String",
|
|
354
|
+
},
|
|
355
|
+
},
|
|
356
|
+
},
|
|
357
|
+
},
|
|
358
358
|
};
|
|
359
359
|
export const BlobItemModel = {
|
|
360
360
|
serializedName: "BlobItemModel",
|
|
@@ -368,56 +368,56 @@ export const BlobItemModel = {
|
|
|
368
368
|
required: true,
|
|
369
369
|
xmlName: "Name",
|
|
370
370
|
type: {
|
|
371
|
-
name: "String"
|
|
372
|
-
}
|
|
371
|
+
name: "String",
|
|
372
|
+
},
|
|
373
373
|
},
|
|
374
374
|
deleted: {
|
|
375
375
|
serializedName: "Deleted",
|
|
376
376
|
required: true,
|
|
377
377
|
xmlName: "Deleted",
|
|
378
378
|
type: {
|
|
379
|
-
name: "Boolean"
|
|
380
|
-
}
|
|
379
|
+
name: "Boolean",
|
|
380
|
+
},
|
|
381
381
|
},
|
|
382
382
|
snapshot: {
|
|
383
383
|
serializedName: "Snapshot",
|
|
384
384
|
required: true,
|
|
385
385
|
xmlName: "Snapshot",
|
|
386
386
|
type: {
|
|
387
|
-
name: "String"
|
|
388
|
-
}
|
|
387
|
+
name: "String",
|
|
388
|
+
},
|
|
389
389
|
},
|
|
390
390
|
versionId: {
|
|
391
391
|
serializedName: "VersionId",
|
|
392
392
|
xmlName: "VersionId",
|
|
393
393
|
type: {
|
|
394
|
-
name: "String"
|
|
395
|
-
}
|
|
394
|
+
name: "String",
|
|
395
|
+
},
|
|
396
396
|
},
|
|
397
397
|
isCurrentVersion: {
|
|
398
398
|
serializedName: "IsCurrentVersion",
|
|
399
399
|
xmlName: "IsCurrentVersion",
|
|
400
400
|
type: {
|
|
401
|
-
name: "Boolean"
|
|
402
|
-
}
|
|
401
|
+
name: "Boolean",
|
|
402
|
+
},
|
|
403
403
|
},
|
|
404
404
|
properties: {
|
|
405
405
|
serializedName: "Properties",
|
|
406
406
|
xmlName: "Properties",
|
|
407
407
|
type: {
|
|
408
408
|
name: "Composite",
|
|
409
|
-
className: "BlobPropertiesModel"
|
|
410
|
-
}
|
|
409
|
+
className: "BlobPropertiesModel",
|
|
410
|
+
},
|
|
411
411
|
},
|
|
412
412
|
deletionId: {
|
|
413
413
|
serializedName: "DeletionId",
|
|
414
414
|
xmlName: "DeletionId",
|
|
415
415
|
type: {
|
|
416
|
-
name: "String"
|
|
417
|
-
}
|
|
418
|
-
}
|
|
419
|
-
}
|
|
420
|
-
}
|
|
416
|
+
name: "String",
|
|
417
|
+
},
|
|
418
|
+
},
|
|
419
|
+
},
|
|
420
|
+
},
|
|
421
421
|
};
|
|
422
422
|
export const BlobPropertiesModel = {
|
|
423
423
|
serializedName: "BlobPropertiesModel",
|
|
@@ -430,209 +430,209 @@ export const BlobPropertiesModel = {
|
|
|
430
430
|
serializedName: "Creation-Time",
|
|
431
431
|
xmlName: "Creation-Time",
|
|
432
432
|
type: {
|
|
433
|
-
name: "DateTimeRfc1123"
|
|
434
|
-
}
|
|
433
|
+
name: "DateTimeRfc1123",
|
|
434
|
+
},
|
|
435
435
|
},
|
|
436
436
|
lastModified: {
|
|
437
437
|
serializedName: "Last-Modified",
|
|
438
438
|
required: true,
|
|
439
439
|
xmlName: "Last-Modified",
|
|
440
440
|
type: {
|
|
441
|
-
name: "DateTimeRfc1123"
|
|
442
|
-
}
|
|
441
|
+
name: "DateTimeRfc1123",
|
|
442
|
+
},
|
|
443
443
|
},
|
|
444
444
|
etag: {
|
|
445
445
|
serializedName: "Etag",
|
|
446
446
|
required: true,
|
|
447
447
|
xmlName: "Etag",
|
|
448
448
|
type: {
|
|
449
|
-
name: "String"
|
|
450
|
-
}
|
|
449
|
+
name: "String",
|
|
450
|
+
},
|
|
451
451
|
},
|
|
452
452
|
contentLength: {
|
|
453
453
|
serializedName: "Content-Length",
|
|
454
454
|
xmlName: "Content-Length",
|
|
455
455
|
type: {
|
|
456
|
-
name: "Number"
|
|
457
|
-
}
|
|
456
|
+
name: "Number",
|
|
457
|
+
},
|
|
458
458
|
},
|
|
459
459
|
contentType: {
|
|
460
460
|
serializedName: "Content-Type",
|
|
461
461
|
xmlName: "Content-Type",
|
|
462
462
|
type: {
|
|
463
|
-
name: "String"
|
|
464
|
-
}
|
|
463
|
+
name: "String",
|
|
464
|
+
},
|
|
465
465
|
},
|
|
466
466
|
contentEncoding: {
|
|
467
467
|
serializedName: "Content-Encoding",
|
|
468
468
|
xmlName: "Content-Encoding",
|
|
469
469
|
type: {
|
|
470
|
-
name: "String"
|
|
471
|
-
}
|
|
470
|
+
name: "String",
|
|
471
|
+
},
|
|
472
472
|
},
|
|
473
473
|
contentLanguage: {
|
|
474
474
|
serializedName: "Content-Language",
|
|
475
475
|
xmlName: "Content-Language",
|
|
476
476
|
type: {
|
|
477
|
-
name: "String"
|
|
478
|
-
}
|
|
477
|
+
name: "String",
|
|
478
|
+
},
|
|
479
479
|
},
|
|
480
480
|
contentMD5: {
|
|
481
481
|
serializedName: "Content-MD5",
|
|
482
482
|
xmlName: "Content-MD5",
|
|
483
483
|
type: {
|
|
484
|
-
name: "ByteArray"
|
|
485
|
-
}
|
|
484
|
+
name: "ByteArray",
|
|
485
|
+
},
|
|
486
486
|
},
|
|
487
487
|
contentDisposition: {
|
|
488
488
|
serializedName: "Content-Disposition",
|
|
489
489
|
xmlName: "Content-Disposition",
|
|
490
490
|
type: {
|
|
491
|
-
name: "String"
|
|
492
|
-
}
|
|
491
|
+
name: "String",
|
|
492
|
+
},
|
|
493
493
|
},
|
|
494
494
|
cacheControl: {
|
|
495
495
|
serializedName: "Cache-Control",
|
|
496
496
|
xmlName: "Cache-Control",
|
|
497
497
|
type: {
|
|
498
|
-
name: "String"
|
|
499
|
-
}
|
|
498
|
+
name: "String",
|
|
499
|
+
},
|
|
500
500
|
},
|
|
501
501
|
blobSequenceNumber: {
|
|
502
502
|
serializedName: "x-ms-blob-sequence-number",
|
|
503
503
|
xmlName: "x-ms-blob-sequence-number",
|
|
504
504
|
type: {
|
|
505
|
-
name: "Number"
|
|
506
|
-
}
|
|
505
|
+
name: "Number",
|
|
506
|
+
},
|
|
507
507
|
},
|
|
508
508
|
copyId: {
|
|
509
509
|
serializedName: "CopyId",
|
|
510
510
|
xmlName: "CopyId",
|
|
511
511
|
type: {
|
|
512
|
-
name: "String"
|
|
513
|
-
}
|
|
512
|
+
name: "String",
|
|
513
|
+
},
|
|
514
514
|
},
|
|
515
515
|
copySource: {
|
|
516
516
|
serializedName: "CopySource",
|
|
517
517
|
xmlName: "CopySource",
|
|
518
518
|
type: {
|
|
519
|
-
name: "String"
|
|
520
|
-
}
|
|
519
|
+
name: "String",
|
|
520
|
+
},
|
|
521
521
|
},
|
|
522
522
|
copyProgress: {
|
|
523
523
|
serializedName: "CopyProgress",
|
|
524
524
|
xmlName: "CopyProgress",
|
|
525
525
|
type: {
|
|
526
|
-
name: "String"
|
|
527
|
-
}
|
|
526
|
+
name: "String",
|
|
527
|
+
},
|
|
528
528
|
},
|
|
529
529
|
copyCompletionTime: {
|
|
530
530
|
serializedName: "CopyCompletionTime",
|
|
531
531
|
xmlName: "CopyCompletionTime",
|
|
532
532
|
type: {
|
|
533
|
-
name: "DateTimeRfc1123"
|
|
534
|
-
}
|
|
533
|
+
name: "DateTimeRfc1123",
|
|
534
|
+
},
|
|
535
535
|
},
|
|
536
536
|
copyStatusDescription: {
|
|
537
537
|
serializedName: "CopyStatusDescription",
|
|
538
538
|
xmlName: "CopyStatusDescription",
|
|
539
539
|
type: {
|
|
540
|
-
name: "String"
|
|
541
|
-
}
|
|
540
|
+
name: "String",
|
|
541
|
+
},
|
|
542
542
|
},
|
|
543
543
|
serverEncrypted: {
|
|
544
544
|
serializedName: "ServerEncrypted",
|
|
545
545
|
xmlName: "ServerEncrypted",
|
|
546
546
|
type: {
|
|
547
|
-
name: "Boolean"
|
|
548
|
-
}
|
|
547
|
+
name: "Boolean",
|
|
548
|
+
},
|
|
549
549
|
},
|
|
550
550
|
incrementalCopy: {
|
|
551
551
|
serializedName: "IncrementalCopy",
|
|
552
552
|
xmlName: "IncrementalCopy",
|
|
553
553
|
type: {
|
|
554
|
-
name: "Boolean"
|
|
555
|
-
}
|
|
554
|
+
name: "Boolean",
|
|
555
|
+
},
|
|
556
556
|
},
|
|
557
557
|
destinationSnapshot: {
|
|
558
558
|
serializedName: "DestinationSnapshot",
|
|
559
559
|
xmlName: "DestinationSnapshot",
|
|
560
560
|
type: {
|
|
561
|
-
name: "String"
|
|
562
|
-
}
|
|
561
|
+
name: "String",
|
|
562
|
+
},
|
|
563
563
|
},
|
|
564
564
|
deletedTime: {
|
|
565
565
|
serializedName: "DeletedTime",
|
|
566
566
|
xmlName: "DeletedTime",
|
|
567
567
|
type: {
|
|
568
|
-
name: "DateTimeRfc1123"
|
|
569
|
-
}
|
|
568
|
+
name: "DateTimeRfc1123",
|
|
569
|
+
},
|
|
570
570
|
},
|
|
571
571
|
remainingRetentionDays: {
|
|
572
572
|
serializedName: "RemainingRetentionDays",
|
|
573
573
|
xmlName: "RemainingRetentionDays",
|
|
574
574
|
type: {
|
|
575
|
-
name: "Number"
|
|
576
|
-
}
|
|
575
|
+
name: "Number",
|
|
576
|
+
},
|
|
577
577
|
},
|
|
578
578
|
accessTierInferred: {
|
|
579
579
|
serializedName: "AccessTierInferred",
|
|
580
580
|
xmlName: "AccessTierInferred",
|
|
581
581
|
type: {
|
|
582
|
-
name: "Boolean"
|
|
583
|
-
}
|
|
582
|
+
name: "Boolean",
|
|
583
|
+
},
|
|
584
584
|
},
|
|
585
585
|
customerProvidedKeySha256: {
|
|
586
586
|
serializedName: "CustomerProvidedKeySha256",
|
|
587
587
|
xmlName: "CustomerProvidedKeySha256",
|
|
588
588
|
type: {
|
|
589
|
-
name: "String"
|
|
590
|
-
}
|
|
589
|
+
name: "String",
|
|
590
|
+
},
|
|
591
591
|
},
|
|
592
592
|
encryptionScope: {
|
|
593
593
|
serializedName: "EncryptionScope",
|
|
594
594
|
xmlName: "EncryptionScope",
|
|
595
595
|
type: {
|
|
596
|
-
name: "String"
|
|
597
|
-
}
|
|
596
|
+
name: "String",
|
|
597
|
+
},
|
|
598
598
|
},
|
|
599
599
|
accessTierChangeTime: {
|
|
600
600
|
serializedName: "AccessTierChangeTime",
|
|
601
601
|
xmlName: "AccessTierChangeTime",
|
|
602
602
|
type: {
|
|
603
|
-
name: "DateTimeRfc1123"
|
|
604
|
-
}
|
|
603
|
+
name: "DateTimeRfc1123",
|
|
604
|
+
},
|
|
605
605
|
},
|
|
606
606
|
tagCount: {
|
|
607
607
|
serializedName: "TagCount",
|
|
608
608
|
xmlName: "TagCount",
|
|
609
609
|
type: {
|
|
610
|
-
name: "Number"
|
|
611
|
-
}
|
|
610
|
+
name: "Number",
|
|
611
|
+
},
|
|
612
612
|
},
|
|
613
613
|
expiresOn: {
|
|
614
614
|
serializedName: "Expiry-Time",
|
|
615
615
|
xmlName: "Expiry-Time",
|
|
616
616
|
type: {
|
|
617
|
-
name: "DateTimeRfc1123"
|
|
618
|
-
}
|
|
617
|
+
name: "DateTimeRfc1123",
|
|
618
|
+
},
|
|
619
619
|
},
|
|
620
620
|
sealed: {
|
|
621
621
|
serializedName: "Sealed",
|
|
622
622
|
xmlName: "Sealed",
|
|
623
623
|
type: {
|
|
624
|
-
name: "Boolean"
|
|
625
|
-
}
|
|
624
|
+
name: "Boolean",
|
|
625
|
+
},
|
|
626
626
|
},
|
|
627
627
|
lastAccessedOn: {
|
|
628
628
|
serializedName: "LastAccessTime",
|
|
629
629
|
xmlName: "LastAccessTime",
|
|
630
630
|
type: {
|
|
631
|
-
name: "DateTimeRfc1123"
|
|
632
|
-
}
|
|
633
|
-
}
|
|
634
|
-
}
|
|
635
|
-
}
|
|
631
|
+
name: "DateTimeRfc1123",
|
|
632
|
+
},
|
|
633
|
+
},
|
|
634
|
+
},
|
|
635
|
+
},
|
|
636
636
|
};
|
|
637
637
|
export const SetAccessControlRecursiveResponse = {
|
|
638
638
|
serializedName: "SetAccessControlRecursiveResponse",
|
|
@@ -644,22 +644,22 @@ export const SetAccessControlRecursiveResponse = {
|
|
|
644
644
|
serializedName: "directoriesSuccessful",
|
|
645
645
|
xmlName: "directoriesSuccessful",
|
|
646
646
|
type: {
|
|
647
|
-
name: "Number"
|
|
648
|
-
}
|
|
647
|
+
name: "Number",
|
|
648
|
+
},
|
|
649
649
|
},
|
|
650
650
|
filesSuccessful: {
|
|
651
651
|
serializedName: "filesSuccessful",
|
|
652
652
|
xmlName: "filesSuccessful",
|
|
653
653
|
type: {
|
|
654
|
-
name: "Number"
|
|
655
|
-
}
|
|
654
|
+
name: "Number",
|
|
655
|
+
},
|
|
656
656
|
},
|
|
657
657
|
failureCount: {
|
|
658
658
|
serializedName: "failureCount",
|
|
659
659
|
xmlName: "failureCount",
|
|
660
660
|
type: {
|
|
661
|
-
name: "Number"
|
|
662
|
-
}
|
|
661
|
+
name: "Number",
|
|
662
|
+
},
|
|
663
663
|
},
|
|
664
664
|
failedEntries: {
|
|
665
665
|
serializedName: "failedEntries",
|
|
@@ -670,13 +670,13 @@ export const SetAccessControlRecursiveResponse = {
|
|
|
670
670
|
element: {
|
|
671
671
|
type: {
|
|
672
672
|
name: "Composite",
|
|
673
|
-
className: "AclFailedEntry"
|
|
674
|
-
}
|
|
675
|
-
}
|
|
676
|
-
}
|
|
677
|
-
}
|
|
678
|
-
}
|
|
679
|
-
}
|
|
673
|
+
className: "AclFailedEntry",
|
|
674
|
+
},
|
|
675
|
+
},
|
|
676
|
+
},
|
|
677
|
+
},
|
|
678
|
+
},
|
|
679
|
+
},
|
|
680
680
|
};
|
|
681
681
|
export const AclFailedEntry = {
|
|
682
682
|
serializedName: "AclFailedEntry",
|
|
@@ -688,25 +688,25 @@ export const AclFailedEntry = {
|
|
|
688
688
|
serializedName: "name",
|
|
689
689
|
xmlName: "name",
|
|
690
690
|
type: {
|
|
691
|
-
name: "String"
|
|
692
|
-
}
|
|
691
|
+
name: "String",
|
|
692
|
+
},
|
|
693
693
|
},
|
|
694
694
|
type: {
|
|
695
695
|
serializedName: "type",
|
|
696
696
|
xmlName: "type",
|
|
697
697
|
type: {
|
|
698
|
-
name: "String"
|
|
699
|
-
}
|
|
698
|
+
name: "String",
|
|
699
|
+
},
|
|
700
700
|
},
|
|
701
701
|
errorMessage: {
|
|
702
702
|
serializedName: "errorMessage",
|
|
703
703
|
xmlName: "errorMessage",
|
|
704
704
|
type: {
|
|
705
|
-
name: "String"
|
|
706
|
-
}
|
|
707
|
-
}
|
|
708
|
-
}
|
|
709
|
-
}
|
|
705
|
+
name: "String",
|
|
706
|
+
},
|
|
707
|
+
},
|
|
708
|
+
},
|
|
709
|
+
},
|
|
710
710
|
};
|
|
711
711
|
export const ServiceListFileSystemsHeaders = {
|
|
712
712
|
serializedName: "Service_listFileSystemsHeaders",
|
|
@@ -718,42 +718,42 @@ export const ServiceListFileSystemsHeaders = {
|
|
|
718
718
|
serializedName: "date",
|
|
719
719
|
xmlName: "date",
|
|
720
720
|
type: {
|
|
721
|
-
name: "DateTimeRfc1123"
|
|
722
|
-
}
|
|
721
|
+
name: "DateTimeRfc1123",
|
|
722
|
+
},
|
|
723
723
|
},
|
|
724
724
|
requestId: {
|
|
725
725
|
constraints: {
|
|
726
|
-
Pattern: new RegExp("^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$")
|
|
726
|
+
Pattern: new RegExp("^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$"),
|
|
727
727
|
},
|
|
728
728
|
serializedName: "x-ms-request-id",
|
|
729
729
|
xmlName: "x-ms-request-id",
|
|
730
730
|
type: {
|
|
731
|
-
name: "String"
|
|
732
|
-
}
|
|
731
|
+
name: "String",
|
|
732
|
+
},
|
|
733
733
|
},
|
|
734
734
|
version: {
|
|
735
735
|
serializedName: "x-ms-version",
|
|
736
736
|
xmlName: "x-ms-version",
|
|
737
737
|
type: {
|
|
738
|
-
name: "String"
|
|
739
|
-
}
|
|
738
|
+
name: "String",
|
|
739
|
+
},
|
|
740
740
|
},
|
|
741
741
|
continuation: {
|
|
742
742
|
serializedName: "x-ms-continuation",
|
|
743
743
|
xmlName: "x-ms-continuation",
|
|
744
744
|
type: {
|
|
745
|
-
name: "String"
|
|
746
|
-
}
|
|
745
|
+
name: "String",
|
|
746
|
+
},
|
|
747
747
|
},
|
|
748
748
|
contentType: {
|
|
749
749
|
serializedName: "content-type",
|
|
750
750
|
xmlName: "content-type",
|
|
751
751
|
type: {
|
|
752
|
-
name: "String"
|
|
753
|
-
}
|
|
754
|
-
}
|
|
755
|
-
}
|
|
756
|
-
}
|
|
752
|
+
name: "String",
|
|
753
|
+
},
|
|
754
|
+
},
|
|
755
|
+
},
|
|
756
|
+
},
|
|
757
757
|
};
|
|
758
758
|
export const ServiceListFileSystemsExceptionHeaders = {
|
|
759
759
|
serializedName: "Service_listFileSystemsExceptionHeaders",
|
|
@@ -765,11 +765,11 @@ export const ServiceListFileSystemsExceptionHeaders = {
|
|
|
765
765
|
serializedName: "x-ms-error-code",
|
|
766
766
|
xmlName: "x-ms-error-code",
|
|
767
767
|
type: {
|
|
768
|
-
name: "String"
|
|
769
|
-
}
|
|
770
|
-
}
|
|
771
|
-
}
|
|
772
|
-
}
|
|
768
|
+
name: "String",
|
|
769
|
+
},
|
|
770
|
+
},
|
|
771
|
+
},
|
|
772
|
+
},
|
|
773
773
|
};
|
|
774
774
|
export const FileSystemCreateHeaders = {
|
|
775
775
|
serializedName: "FileSystem_createHeaders",
|
|
@@ -781,49 +781,49 @@ export const FileSystemCreateHeaders = {
|
|
|
781
781
|
serializedName: "date",
|
|
782
782
|
xmlName: "date",
|
|
783
783
|
type: {
|
|
784
|
-
name: "DateTimeRfc1123"
|
|
785
|
-
}
|
|
784
|
+
name: "DateTimeRfc1123",
|
|
785
|
+
},
|
|
786
786
|
},
|
|
787
787
|
etag: {
|
|
788
788
|
serializedName: "etag",
|
|
789
789
|
xmlName: "etag",
|
|
790
790
|
type: {
|
|
791
|
-
name: "String"
|
|
792
|
-
}
|
|
791
|
+
name: "String",
|
|
792
|
+
},
|
|
793
793
|
},
|
|
794
794
|
lastModified: {
|
|
795
795
|
serializedName: "last-modified",
|
|
796
796
|
xmlName: "last-modified",
|
|
797
797
|
type: {
|
|
798
|
-
name: "DateTimeRfc1123"
|
|
799
|
-
}
|
|
798
|
+
name: "DateTimeRfc1123",
|
|
799
|
+
},
|
|
800
800
|
},
|
|
801
801
|
clientRequestId: {
|
|
802
802
|
constraints: {
|
|
803
|
-
Pattern: new RegExp("^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$")
|
|
803
|
+
Pattern: new RegExp("^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$"),
|
|
804
804
|
},
|
|
805
805
|
serializedName: "x-ms-request-id",
|
|
806
806
|
xmlName: "x-ms-request-id",
|
|
807
807
|
type: {
|
|
808
|
-
name: "String"
|
|
809
|
-
}
|
|
808
|
+
name: "String",
|
|
809
|
+
},
|
|
810
810
|
},
|
|
811
811
|
version: {
|
|
812
812
|
serializedName: "x-ms-version",
|
|
813
813
|
xmlName: "x-ms-version",
|
|
814
814
|
type: {
|
|
815
|
-
name: "String"
|
|
816
|
-
}
|
|
815
|
+
name: "String",
|
|
816
|
+
},
|
|
817
817
|
},
|
|
818
818
|
namespaceEnabled: {
|
|
819
819
|
serializedName: "x-ms-namespace-enabled",
|
|
820
820
|
xmlName: "x-ms-namespace-enabled",
|
|
821
821
|
type: {
|
|
822
|
-
name: "String"
|
|
823
|
-
}
|
|
824
|
-
}
|
|
825
|
-
}
|
|
826
|
-
}
|
|
822
|
+
name: "String",
|
|
823
|
+
},
|
|
824
|
+
},
|
|
825
|
+
},
|
|
826
|
+
},
|
|
827
827
|
};
|
|
828
828
|
export const FileSystemCreateExceptionHeaders = {
|
|
829
829
|
serializedName: "FileSystem_createExceptionHeaders",
|
|
@@ -835,11 +835,11 @@ export const FileSystemCreateExceptionHeaders = {
|
|
|
835
835
|
serializedName: "x-ms-error-code",
|
|
836
836
|
xmlName: "x-ms-error-code",
|
|
837
837
|
type: {
|
|
838
|
-
name: "String"
|
|
839
|
-
}
|
|
840
|
-
}
|
|
841
|
-
}
|
|
842
|
-
}
|
|
838
|
+
name: "String",
|
|
839
|
+
},
|
|
840
|
+
},
|
|
841
|
+
},
|
|
842
|
+
},
|
|
843
843
|
};
|
|
844
844
|
export const FileSystemSetPropertiesHeaders = {
|
|
845
845
|
serializedName: "FileSystem_setPropertiesHeaders",
|
|
@@ -851,42 +851,42 @@ export const FileSystemSetPropertiesHeaders = {
|
|
|
851
851
|
serializedName: "date",
|
|
852
852
|
xmlName: "date",
|
|
853
853
|
type: {
|
|
854
|
-
name: "DateTimeRfc1123"
|
|
855
|
-
}
|
|
854
|
+
name: "DateTimeRfc1123",
|
|
855
|
+
},
|
|
856
856
|
},
|
|
857
857
|
etag: {
|
|
858
858
|
serializedName: "etag",
|
|
859
859
|
xmlName: "etag",
|
|
860
860
|
type: {
|
|
861
|
-
name: "String"
|
|
862
|
-
}
|
|
861
|
+
name: "String",
|
|
862
|
+
},
|
|
863
863
|
},
|
|
864
864
|
lastModified: {
|
|
865
865
|
serializedName: "last-modified",
|
|
866
866
|
xmlName: "last-modified",
|
|
867
867
|
type: {
|
|
868
|
-
name: "DateTimeRfc1123"
|
|
869
|
-
}
|
|
868
|
+
name: "DateTimeRfc1123",
|
|
869
|
+
},
|
|
870
870
|
},
|
|
871
871
|
requestId: {
|
|
872
872
|
constraints: {
|
|
873
|
-
Pattern: new RegExp("^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$")
|
|
873
|
+
Pattern: new RegExp("^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$"),
|
|
874
874
|
},
|
|
875
875
|
serializedName: "x-ms-request-id",
|
|
876
876
|
xmlName: "x-ms-request-id",
|
|
877
877
|
type: {
|
|
878
|
-
name: "String"
|
|
879
|
-
}
|
|
878
|
+
name: "String",
|
|
879
|
+
},
|
|
880
880
|
},
|
|
881
881
|
version: {
|
|
882
882
|
serializedName: "x-ms-version",
|
|
883
883
|
xmlName: "x-ms-version",
|
|
884
884
|
type: {
|
|
885
|
-
name: "String"
|
|
886
|
-
}
|
|
887
|
-
}
|
|
888
|
-
}
|
|
889
|
-
}
|
|
885
|
+
name: "String",
|
|
886
|
+
},
|
|
887
|
+
},
|
|
888
|
+
},
|
|
889
|
+
},
|
|
890
890
|
};
|
|
891
891
|
export const FileSystemSetPropertiesExceptionHeaders = {
|
|
892
892
|
serializedName: "FileSystem_setPropertiesExceptionHeaders",
|
|
@@ -898,11 +898,11 @@ export const FileSystemSetPropertiesExceptionHeaders = {
|
|
|
898
898
|
serializedName: "x-ms-error-code",
|
|
899
899
|
xmlName: "x-ms-error-code",
|
|
900
900
|
type: {
|
|
901
|
-
name: "String"
|
|
902
|
-
}
|
|
903
|
-
}
|
|
904
|
-
}
|
|
905
|
-
}
|
|
901
|
+
name: "String",
|
|
902
|
+
},
|
|
903
|
+
},
|
|
904
|
+
},
|
|
905
|
+
},
|
|
906
906
|
};
|
|
907
907
|
export const FileSystemGetPropertiesHeaders = {
|
|
908
908
|
serializedName: "FileSystem_getPropertiesHeaders",
|
|
@@ -914,56 +914,56 @@ export const FileSystemGetPropertiesHeaders = {
|
|
|
914
914
|
serializedName: "date",
|
|
915
915
|
xmlName: "date",
|
|
916
916
|
type: {
|
|
917
|
-
name: "DateTimeRfc1123"
|
|
918
|
-
}
|
|
917
|
+
name: "DateTimeRfc1123",
|
|
918
|
+
},
|
|
919
919
|
},
|
|
920
920
|
etag: {
|
|
921
921
|
serializedName: "etag",
|
|
922
922
|
xmlName: "etag",
|
|
923
923
|
type: {
|
|
924
|
-
name: "String"
|
|
925
|
-
}
|
|
924
|
+
name: "String",
|
|
925
|
+
},
|
|
926
926
|
},
|
|
927
927
|
lastModified: {
|
|
928
928
|
serializedName: "last-modified",
|
|
929
929
|
xmlName: "last-modified",
|
|
930
930
|
type: {
|
|
931
|
-
name: "DateTimeRfc1123"
|
|
932
|
-
}
|
|
931
|
+
name: "DateTimeRfc1123",
|
|
932
|
+
},
|
|
933
933
|
},
|
|
934
934
|
requestId: {
|
|
935
935
|
constraints: {
|
|
936
|
-
Pattern: new RegExp("^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$")
|
|
936
|
+
Pattern: new RegExp("^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$"),
|
|
937
937
|
},
|
|
938
938
|
serializedName: "x-ms-request-id",
|
|
939
939
|
xmlName: "x-ms-request-id",
|
|
940
940
|
type: {
|
|
941
|
-
name: "String"
|
|
942
|
-
}
|
|
941
|
+
name: "String",
|
|
942
|
+
},
|
|
943
943
|
},
|
|
944
944
|
version: {
|
|
945
945
|
serializedName: "x-ms-version",
|
|
946
946
|
xmlName: "x-ms-version",
|
|
947
947
|
type: {
|
|
948
|
-
name: "String"
|
|
949
|
-
}
|
|
948
|
+
name: "String",
|
|
949
|
+
},
|
|
950
950
|
},
|
|
951
951
|
properties: {
|
|
952
952
|
serializedName: "x-ms-properties",
|
|
953
953
|
xmlName: "x-ms-properties",
|
|
954
954
|
type: {
|
|
955
|
-
name: "String"
|
|
956
|
-
}
|
|
955
|
+
name: "String",
|
|
956
|
+
},
|
|
957
957
|
},
|
|
958
958
|
namespaceEnabled: {
|
|
959
959
|
serializedName: "x-ms-namespace-enabled",
|
|
960
960
|
xmlName: "x-ms-namespace-enabled",
|
|
961
961
|
type: {
|
|
962
|
-
name: "String"
|
|
963
|
-
}
|
|
964
|
-
}
|
|
965
|
-
}
|
|
966
|
-
}
|
|
962
|
+
name: "String",
|
|
963
|
+
},
|
|
964
|
+
},
|
|
965
|
+
},
|
|
966
|
+
},
|
|
967
967
|
};
|
|
968
968
|
export const FileSystemGetPropertiesExceptionHeaders = {
|
|
969
969
|
serializedName: "FileSystem_getPropertiesExceptionHeaders",
|
|
@@ -975,11 +975,11 @@ export const FileSystemGetPropertiesExceptionHeaders = {
|
|
|
975
975
|
serializedName: "x-ms-error-code",
|
|
976
976
|
xmlName: "x-ms-error-code",
|
|
977
977
|
type: {
|
|
978
|
-
name: "String"
|
|
979
|
-
}
|
|
980
|
-
}
|
|
981
|
-
}
|
|
982
|
-
}
|
|
978
|
+
name: "String",
|
|
979
|
+
},
|
|
980
|
+
},
|
|
981
|
+
},
|
|
982
|
+
},
|
|
983
983
|
};
|
|
984
984
|
export const FileSystemDeleteHeaders = {
|
|
985
985
|
serializedName: "FileSystem_deleteHeaders",
|
|
@@ -989,30 +989,30 @@ export const FileSystemDeleteHeaders = {
|
|
|
989
989
|
modelProperties: {
|
|
990
990
|
requestId: {
|
|
991
991
|
constraints: {
|
|
992
|
-
Pattern: new RegExp("^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$")
|
|
992
|
+
Pattern: new RegExp("^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$"),
|
|
993
993
|
},
|
|
994
994
|
serializedName: "x-ms-request-id",
|
|
995
995
|
xmlName: "x-ms-request-id",
|
|
996
996
|
type: {
|
|
997
|
-
name: "String"
|
|
998
|
-
}
|
|
997
|
+
name: "String",
|
|
998
|
+
},
|
|
999
999
|
},
|
|
1000
1000
|
version: {
|
|
1001
1001
|
serializedName: "x-ms-version",
|
|
1002
1002
|
xmlName: "x-ms-version",
|
|
1003
1003
|
type: {
|
|
1004
|
-
name: "String"
|
|
1005
|
-
}
|
|
1004
|
+
name: "String",
|
|
1005
|
+
},
|
|
1006
1006
|
},
|
|
1007
1007
|
date: {
|
|
1008
1008
|
serializedName: "date",
|
|
1009
1009
|
xmlName: "date",
|
|
1010
1010
|
type: {
|
|
1011
|
-
name: "DateTimeRfc1123"
|
|
1012
|
-
}
|
|
1013
|
-
}
|
|
1014
|
-
}
|
|
1015
|
-
}
|
|
1011
|
+
name: "DateTimeRfc1123",
|
|
1012
|
+
},
|
|
1013
|
+
},
|
|
1014
|
+
},
|
|
1015
|
+
},
|
|
1016
1016
|
};
|
|
1017
1017
|
export const FileSystemDeleteExceptionHeaders = {
|
|
1018
1018
|
serializedName: "FileSystem_deleteExceptionHeaders",
|
|
@@ -1024,11 +1024,11 @@ export const FileSystemDeleteExceptionHeaders = {
|
|
|
1024
1024
|
serializedName: "x-ms-error-code",
|
|
1025
1025
|
xmlName: "x-ms-error-code",
|
|
1026
1026
|
type: {
|
|
1027
|
-
name: "String"
|
|
1028
|
-
}
|
|
1029
|
-
}
|
|
1030
|
-
}
|
|
1031
|
-
}
|
|
1027
|
+
name: "String",
|
|
1028
|
+
},
|
|
1029
|
+
},
|
|
1030
|
+
},
|
|
1031
|
+
},
|
|
1032
1032
|
};
|
|
1033
1033
|
export const FileSystemListPathsHeaders = {
|
|
1034
1034
|
serializedName: "FileSystem_listPathsHeaders",
|
|
@@ -1040,56 +1040,56 @@ export const FileSystemListPathsHeaders = {
|
|
|
1040
1040
|
serializedName: "date",
|
|
1041
1041
|
xmlName: "date",
|
|
1042
1042
|
type: {
|
|
1043
|
-
name: "DateTimeRfc1123"
|
|
1044
|
-
}
|
|
1043
|
+
name: "DateTimeRfc1123",
|
|
1044
|
+
},
|
|
1045
1045
|
},
|
|
1046
1046
|
etag: {
|
|
1047
1047
|
serializedName: "etag",
|
|
1048
1048
|
xmlName: "etag",
|
|
1049
1049
|
type: {
|
|
1050
|
-
name: "String"
|
|
1051
|
-
}
|
|
1050
|
+
name: "String",
|
|
1051
|
+
},
|
|
1052
1052
|
},
|
|
1053
1053
|
lastModified: {
|
|
1054
1054
|
serializedName: "last-modified",
|
|
1055
1055
|
xmlName: "last-modified",
|
|
1056
1056
|
type: {
|
|
1057
|
-
name: "DateTimeRfc1123"
|
|
1058
|
-
}
|
|
1057
|
+
name: "DateTimeRfc1123",
|
|
1058
|
+
},
|
|
1059
1059
|
},
|
|
1060
1060
|
requestId: {
|
|
1061
1061
|
constraints: {
|
|
1062
|
-
Pattern: new RegExp("^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$")
|
|
1062
|
+
Pattern: new RegExp("^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$"),
|
|
1063
1063
|
},
|
|
1064
1064
|
serializedName: "x-ms-request-id",
|
|
1065
1065
|
xmlName: "x-ms-request-id",
|
|
1066
1066
|
type: {
|
|
1067
|
-
name: "String"
|
|
1068
|
-
}
|
|
1067
|
+
name: "String",
|
|
1068
|
+
},
|
|
1069
1069
|
},
|
|
1070
1070
|
version: {
|
|
1071
1071
|
serializedName: "x-ms-version",
|
|
1072
1072
|
xmlName: "x-ms-version",
|
|
1073
1073
|
type: {
|
|
1074
|
-
name: "String"
|
|
1075
|
-
}
|
|
1074
|
+
name: "String",
|
|
1075
|
+
},
|
|
1076
1076
|
},
|
|
1077
1077
|
continuation: {
|
|
1078
1078
|
serializedName: "x-ms-continuation",
|
|
1079
1079
|
xmlName: "x-ms-continuation",
|
|
1080
1080
|
type: {
|
|
1081
|
-
name: "String"
|
|
1082
|
-
}
|
|
1081
|
+
name: "String",
|
|
1082
|
+
},
|
|
1083
1083
|
},
|
|
1084
1084
|
errorCode: {
|
|
1085
1085
|
serializedName: "x-ms-error-code",
|
|
1086
1086
|
xmlName: "x-ms-error-code",
|
|
1087
1087
|
type: {
|
|
1088
|
-
name: "String"
|
|
1089
|
-
}
|
|
1090
|
-
}
|
|
1091
|
-
}
|
|
1092
|
-
}
|
|
1088
|
+
name: "String",
|
|
1089
|
+
},
|
|
1090
|
+
},
|
|
1091
|
+
},
|
|
1092
|
+
},
|
|
1093
1093
|
};
|
|
1094
1094
|
export const FileSystemListPathsExceptionHeaders = {
|
|
1095
1095
|
serializedName: "FileSystem_listPathsExceptionHeaders",
|
|
@@ -1101,11 +1101,11 @@ export const FileSystemListPathsExceptionHeaders = {
|
|
|
1101
1101
|
serializedName: "x-ms-error-code",
|
|
1102
1102
|
xmlName: "x-ms-error-code",
|
|
1103
1103
|
type: {
|
|
1104
|
-
name: "String"
|
|
1105
|
-
}
|
|
1106
|
-
}
|
|
1107
|
-
}
|
|
1108
|
-
}
|
|
1104
|
+
name: "String",
|
|
1105
|
+
},
|
|
1106
|
+
},
|
|
1107
|
+
},
|
|
1108
|
+
},
|
|
1109
1109
|
};
|
|
1110
1110
|
export const FileSystemListBlobHierarchySegmentHeaders = {
|
|
1111
1111
|
serializedName: "FileSystem_listBlobHierarchySegmentHeaders",
|
|
@@ -1117,46 +1117,46 @@ export const FileSystemListBlobHierarchySegmentHeaders = {
|
|
|
1117
1117
|
serializedName: "content-type",
|
|
1118
1118
|
xmlName: "content-type",
|
|
1119
1119
|
type: {
|
|
1120
|
-
name: "String"
|
|
1121
|
-
}
|
|
1120
|
+
name: "String",
|
|
1121
|
+
},
|
|
1122
1122
|
},
|
|
1123
1123
|
clientRequestId: {
|
|
1124
1124
|
serializedName: "x-ms-client-request-id",
|
|
1125
1125
|
xmlName: "x-ms-client-request-id",
|
|
1126
1126
|
type: {
|
|
1127
|
-
name: "String"
|
|
1128
|
-
}
|
|
1127
|
+
name: "String",
|
|
1128
|
+
},
|
|
1129
1129
|
},
|
|
1130
1130
|
requestId: {
|
|
1131
1131
|
serializedName: "x-ms-request-id",
|
|
1132
1132
|
xmlName: "x-ms-request-id",
|
|
1133
1133
|
type: {
|
|
1134
|
-
name: "String"
|
|
1135
|
-
}
|
|
1134
|
+
name: "String",
|
|
1135
|
+
},
|
|
1136
1136
|
},
|
|
1137
1137
|
version: {
|
|
1138
1138
|
serializedName: "x-ms-version",
|
|
1139
1139
|
xmlName: "x-ms-version",
|
|
1140
1140
|
type: {
|
|
1141
|
-
name: "String"
|
|
1142
|
-
}
|
|
1141
|
+
name: "String",
|
|
1142
|
+
},
|
|
1143
1143
|
},
|
|
1144
1144
|
date: {
|
|
1145
1145
|
serializedName: "date",
|
|
1146
1146
|
xmlName: "date",
|
|
1147
1147
|
type: {
|
|
1148
|
-
name: "DateTimeRfc1123"
|
|
1149
|
-
}
|
|
1148
|
+
name: "DateTimeRfc1123",
|
|
1149
|
+
},
|
|
1150
1150
|
},
|
|
1151
1151
|
errorCode: {
|
|
1152
1152
|
serializedName: "x-ms-error-code",
|
|
1153
1153
|
xmlName: "x-ms-error-code",
|
|
1154
1154
|
type: {
|
|
1155
|
-
name: "String"
|
|
1156
|
-
}
|
|
1157
|
-
}
|
|
1158
|
-
}
|
|
1159
|
-
}
|
|
1155
|
+
name: "String",
|
|
1156
|
+
},
|
|
1157
|
+
},
|
|
1158
|
+
},
|
|
1159
|
+
},
|
|
1160
1160
|
};
|
|
1161
1161
|
export const FileSystemListBlobHierarchySegmentExceptionHeaders = {
|
|
1162
1162
|
serializedName: "FileSystem_listBlobHierarchySegmentExceptionHeaders",
|
|
@@ -1168,11 +1168,11 @@ export const FileSystemListBlobHierarchySegmentExceptionHeaders = {
|
|
|
1168
1168
|
serializedName: "x-ms-error-code",
|
|
1169
1169
|
xmlName: "x-ms-error-code",
|
|
1170
1170
|
type: {
|
|
1171
|
-
name: "String"
|
|
1172
|
-
}
|
|
1173
|
-
}
|
|
1174
|
-
}
|
|
1175
|
-
}
|
|
1171
|
+
name: "String",
|
|
1172
|
+
},
|
|
1173
|
+
},
|
|
1174
|
+
},
|
|
1175
|
+
},
|
|
1176
1176
|
};
|
|
1177
1177
|
export const PathCreateHeaders = {
|
|
1178
1178
|
serializedName: "Path_createHeaders",
|
|
@@ -1184,77 +1184,77 @@ export const PathCreateHeaders = {
|
|
|
1184
1184
|
serializedName: "date",
|
|
1185
1185
|
xmlName: "date",
|
|
1186
1186
|
type: {
|
|
1187
|
-
name: "DateTimeRfc1123"
|
|
1188
|
-
}
|
|
1187
|
+
name: "DateTimeRfc1123",
|
|
1188
|
+
},
|
|
1189
1189
|
},
|
|
1190
1190
|
etag: {
|
|
1191
1191
|
serializedName: "etag",
|
|
1192
1192
|
xmlName: "etag",
|
|
1193
1193
|
type: {
|
|
1194
|
-
name: "String"
|
|
1195
|
-
}
|
|
1194
|
+
name: "String",
|
|
1195
|
+
},
|
|
1196
1196
|
},
|
|
1197
1197
|
lastModified: {
|
|
1198
1198
|
serializedName: "last-modified",
|
|
1199
1199
|
xmlName: "last-modified",
|
|
1200
1200
|
type: {
|
|
1201
|
-
name: "DateTimeRfc1123"
|
|
1202
|
-
}
|
|
1201
|
+
name: "DateTimeRfc1123",
|
|
1202
|
+
},
|
|
1203
1203
|
},
|
|
1204
1204
|
requestId: {
|
|
1205
1205
|
constraints: {
|
|
1206
|
-
Pattern: new RegExp("^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$")
|
|
1206
|
+
Pattern: new RegExp("^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$"),
|
|
1207
1207
|
},
|
|
1208
1208
|
serializedName: "x-ms-request-id",
|
|
1209
1209
|
xmlName: "x-ms-request-id",
|
|
1210
1210
|
type: {
|
|
1211
|
-
name: "String"
|
|
1212
|
-
}
|
|
1211
|
+
name: "String",
|
|
1212
|
+
},
|
|
1213
1213
|
},
|
|
1214
1214
|
version: {
|
|
1215
1215
|
serializedName: "x-ms-version",
|
|
1216
1216
|
xmlName: "x-ms-version",
|
|
1217
1217
|
type: {
|
|
1218
|
-
name: "String"
|
|
1219
|
-
}
|
|
1218
|
+
name: "String",
|
|
1219
|
+
},
|
|
1220
1220
|
},
|
|
1221
1221
|
continuation: {
|
|
1222
1222
|
serializedName: "x-ms-continuation",
|
|
1223
1223
|
xmlName: "x-ms-continuation",
|
|
1224
1224
|
type: {
|
|
1225
|
-
name: "String"
|
|
1226
|
-
}
|
|
1225
|
+
name: "String",
|
|
1226
|
+
},
|
|
1227
1227
|
},
|
|
1228
1228
|
contentLength: {
|
|
1229
1229
|
serializedName: "content-length",
|
|
1230
1230
|
xmlName: "content-length",
|
|
1231
1231
|
type: {
|
|
1232
|
-
name: "Number"
|
|
1233
|
-
}
|
|
1232
|
+
name: "Number",
|
|
1233
|
+
},
|
|
1234
1234
|
},
|
|
1235
1235
|
isServerEncrypted: {
|
|
1236
1236
|
serializedName: "x-ms-request-server-encrypted",
|
|
1237
1237
|
xmlName: "x-ms-request-server-encrypted",
|
|
1238
1238
|
type: {
|
|
1239
|
-
name: "Boolean"
|
|
1240
|
-
}
|
|
1239
|
+
name: "Boolean",
|
|
1240
|
+
},
|
|
1241
1241
|
},
|
|
1242
1242
|
encryptionKeySha256: {
|
|
1243
1243
|
serializedName: "x-ms-encryption-key-sha256",
|
|
1244
1244
|
xmlName: "x-ms-encryption-key-sha256",
|
|
1245
1245
|
type: {
|
|
1246
|
-
name: "String"
|
|
1247
|
-
}
|
|
1246
|
+
name: "String",
|
|
1247
|
+
},
|
|
1248
1248
|
},
|
|
1249
1249
|
errorCode: {
|
|
1250
1250
|
serializedName: "x-ms-error-code",
|
|
1251
1251
|
xmlName: "x-ms-error-code",
|
|
1252
1252
|
type: {
|
|
1253
|
-
name: "String"
|
|
1254
|
-
}
|
|
1255
|
-
}
|
|
1256
|
-
}
|
|
1257
|
-
}
|
|
1253
|
+
name: "String",
|
|
1254
|
+
},
|
|
1255
|
+
},
|
|
1256
|
+
},
|
|
1257
|
+
},
|
|
1258
1258
|
};
|
|
1259
1259
|
export const PathCreateExceptionHeaders = {
|
|
1260
1260
|
serializedName: "Path_createExceptionHeaders",
|
|
@@ -1266,11 +1266,11 @@ export const PathCreateExceptionHeaders = {
|
|
|
1266
1266
|
serializedName: "x-ms-error-code",
|
|
1267
1267
|
xmlName: "x-ms-error-code",
|
|
1268
1268
|
type: {
|
|
1269
|
-
name: "String"
|
|
1270
|
-
}
|
|
1271
|
-
}
|
|
1272
|
-
}
|
|
1273
|
-
}
|
|
1269
|
+
name: "String",
|
|
1270
|
+
},
|
|
1271
|
+
},
|
|
1272
|
+
},
|
|
1273
|
+
},
|
|
1274
1274
|
};
|
|
1275
1275
|
export const PathUpdateHeaders = {
|
|
1276
1276
|
serializedName: "Path_updateHeaders",
|
|
@@ -1282,126 +1282,126 @@ export const PathUpdateHeaders = {
|
|
|
1282
1282
|
serializedName: "date",
|
|
1283
1283
|
xmlName: "date",
|
|
1284
1284
|
type: {
|
|
1285
|
-
name: "DateTimeRfc1123"
|
|
1286
|
-
}
|
|
1285
|
+
name: "DateTimeRfc1123",
|
|
1286
|
+
},
|
|
1287
1287
|
},
|
|
1288
1288
|
etag: {
|
|
1289
1289
|
serializedName: "etag",
|
|
1290
1290
|
xmlName: "etag",
|
|
1291
1291
|
type: {
|
|
1292
|
-
name: "String"
|
|
1293
|
-
}
|
|
1292
|
+
name: "String",
|
|
1293
|
+
},
|
|
1294
1294
|
},
|
|
1295
1295
|
lastModified: {
|
|
1296
1296
|
serializedName: "last-modified",
|
|
1297
1297
|
xmlName: "last-modified",
|
|
1298
1298
|
type: {
|
|
1299
|
-
name: "DateTimeRfc1123"
|
|
1300
|
-
}
|
|
1299
|
+
name: "DateTimeRfc1123",
|
|
1300
|
+
},
|
|
1301
1301
|
},
|
|
1302
1302
|
acceptRanges: {
|
|
1303
1303
|
serializedName: "accept-ranges",
|
|
1304
1304
|
xmlName: "accept-ranges",
|
|
1305
1305
|
type: {
|
|
1306
|
-
name: "String"
|
|
1307
|
-
}
|
|
1306
|
+
name: "String",
|
|
1307
|
+
},
|
|
1308
1308
|
},
|
|
1309
1309
|
cacheControl: {
|
|
1310
1310
|
serializedName: "cache-control",
|
|
1311
1311
|
xmlName: "cache-control",
|
|
1312
1312
|
type: {
|
|
1313
|
-
name: "String"
|
|
1314
|
-
}
|
|
1313
|
+
name: "String",
|
|
1314
|
+
},
|
|
1315
1315
|
},
|
|
1316
1316
|
contentDisposition: {
|
|
1317
1317
|
serializedName: "content-disposition",
|
|
1318
1318
|
xmlName: "content-disposition",
|
|
1319
1319
|
type: {
|
|
1320
|
-
name: "String"
|
|
1321
|
-
}
|
|
1320
|
+
name: "String",
|
|
1321
|
+
},
|
|
1322
1322
|
},
|
|
1323
1323
|
contentEncoding: {
|
|
1324
1324
|
serializedName: "content-encoding",
|
|
1325
1325
|
xmlName: "content-encoding",
|
|
1326
1326
|
type: {
|
|
1327
|
-
name: "String"
|
|
1328
|
-
}
|
|
1327
|
+
name: "String",
|
|
1328
|
+
},
|
|
1329
1329
|
},
|
|
1330
1330
|
contentLanguage: {
|
|
1331
1331
|
serializedName: "content-language",
|
|
1332
1332
|
xmlName: "content-language",
|
|
1333
1333
|
type: {
|
|
1334
|
-
name: "String"
|
|
1335
|
-
}
|
|
1334
|
+
name: "String",
|
|
1335
|
+
},
|
|
1336
1336
|
},
|
|
1337
1337
|
contentLength: {
|
|
1338
1338
|
serializedName: "content-length",
|
|
1339
1339
|
xmlName: "content-length",
|
|
1340
1340
|
type: {
|
|
1341
|
-
name: "Number"
|
|
1342
|
-
}
|
|
1341
|
+
name: "Number",
|
|
1342
|
+
},
|
|
1343
1343
|
},
|
|
1344
1344
|
contentRange: {
|
|
1345
1345
|
serializedName: "content-range",
|
|
1346
1346
|
xmlName: "content-range",
|
|
1347
1347
|
type: {
|
|
1348
|
-
name: "String"
|
|
1349
|
-
}
|
|
1348
|
+
name: "String",
|
|
1349
|
+
},
|
|
1350
1350
|
},
|
|
1351
1351
|
contentType: {
|
|
1352
1352
|
serializedName: "content-type",
|
|
1353
1353
|
xmlName: "content-type",
|
|
1354
1354
|
type: {
|
|
1355
|
-
name: "String"
|
|
1356
|
-
}
|
|
1355
|
+
name: "String",
|
|
1356
|
+
},
|
|
1357
1357
|
},
|
|
1358
1358
|
contentMD5: {
|
|
1359
1359
|
serializedName: "content-md5",
|
|
1360
1360
|
xmlName: "content-md5",
|
|
1361
1361
|
type: {
|
|
1362
|
-
name: "String"
|
|
1363
|
-
}
|
|
1362
|
+
name: "String",
|
|
1363
|
+
},
|
|
1364
1364
|
},
|
|
1365
1365
|
properties: {
|
|
1366
1366
|
serializedName: "x-ms-properties",
|
|
1367
1367
|
xmlName: "x-ms-properties",
|
|
1368
1368
|
type: {
|
|
1369
|
-
name: "String"
|
|
1370
|
-
}
|
|
1369
|
+
name: "String",
|
|
1370
|
+
},
|
|
1371
1371
|
},
|
|
1372
1372
|
xMsContinuation: {
|
|
1373
1373
|
serializedName: "x-ms-continuation",
|
|
1374
1374
|
xmlName: "x-ms-continuation",
|
|
1375
1375
|
type: {
|
|
1376
|
-
name: "String"
|
|
1377
|
-
}
|
|
1376
|
+
name: "String",
|
|
1377
|
+
},
|
|
1378
1378
|
},
|
|
1379
1379
|
requestId: {
|
|
1380
1380
|
constraints: {
|
|
1381
|
-
Pattern: new RegExp("^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$")
|
|
1381
|
+
Pattern: new RegExp("^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$"),
|
|
1382
1382
|
},
|
|
1383
1383
|
serializedName: "x-ms-request-id",
|
|
1384
1384
|
xmlName: "x-ms-request-id",
|
|
1385
1385
|
type: {
|
|
1386
|
-
name: "String"
|
|
1387
|
-
}
|
|
1386
|
+
name: "String",
|
|
1387
|
+
},
|
|
1388
1388
|
},
|
|
1389
1389
|
version: {
|
|
1390
1390
|
serializedName: "x-ms-version",
|
|
1391
1391
|
xmlName: "x-ms-version",
|
|
1392
1392
|
type: {
|
|
1393
|
-
name: "String"
|
|
1394
|
-
}
|
|
1393
|
+
name: "String",
|
|
1394
|
+
},
|
|
1395
1395
|
},
|
|
1396
1396
|
errorCode: {
|
|
1397
1397
|
serializedName: "x-ms-error-code",
|
|
1398
1398
|
xmlName: "x-ms-error-code",
|
|
1399
1399
|
type: {
|
|
1400
|
-
name: "String"
|
|
1401
|
-
}
|
|
1402
|
-
}
|
|
1403
|
-
}
|
|
1404
|
-
}
|
|
1400
|
+
name: "String",
|
|
1401
|
+
},
|
|
1402
|
+
},
|
|
1403
|
+
},
|
|
1404
|
+
},
|
|
1405
1405
|
};
|
|
1406
1406
|
export const PathUpdateExceptionHeaders = {
|
|
1407
1407
|
serializedName: "Path_updateExceptionHeaders",
|
|
@@ -1413,11 +1413,11 @@ export const PathUpdateExceptionHeaders = {
|
|
|
1413
1413
|
serializedName: "x-ms-error-code",
|
|
1414
1414
|
xmlName: "x-ms-error-code",
|
|
1415
1415
|
type: {
|
|
1416
|
-
name: "String"
|
|
1417
|
-
}
|
|
1418
|
-
}
|
|
1419
|
-
}
|
|
1420
|
-
}
|
|
1416
|
+
name: "String",
|
|
1417
|
+
},
|
|
1418
|
+
},
|
|
1419
|
+
},
|
|
1420
|
+
},
|
|
1421
1421
|
};
|
|
1422
1422
|
export const PathLeaseHeaders = {
|
|
1423
1423
|
serializedName: "Path_leaseHeaders",
|
|
@@ -1429,52 +1429,52 @@ export const PathLeaseHeaders = {
|
|
|
1429
1429
|
serializedName: "date",
|
|
1430
1430
|
xmlName: "date",
|
|
1431
1431
|
type: {
|
|
1432
|
-
name: "DateTimeRfc1123"
|
|
1433
|
-
}
|
|
1432
|
+
name: "DateTimeRfc1123",
|
|
1433
|
+
},
|
|
1434
1434
|
},
|
|
1435
1435
|
etag: {
|
|
1436
1436
|
serializedName: "etag",
|
|
1437
1437
|
xmlName: "etag",
|
|
1438
1438
|
type: {
|
|
1439
|
-
name: "String"
|
|
1440
|
-
}
|
|
1439
|
+
name: "String",
|
|
1440
|
+
},
|
|
1441
1441
|
},
|
|
1442
1442
|
lastModified: {
|
|
1443
1443
|
serializedName: "last-modified",
|
|
1444
1444
|
xmlName: "last-modified",
|
|
1445
1445
|
type: {
|
|
1446
|
-
name: "DateTimeRfc1123"
|
|
1447
|
-
}
|
|
1446
|
+
name: "DateTimeRfc1123",
|
|
1447
|
+
},
|
|
1448
1448
|
},
|
|
1449
1449
|
requestId: {
|
|
1450
1450
|
constraints: {
|
|
1451
|
-
Pattern: new RegExp("^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$")
|
|
1451
|
+
Pattern: new RegExp("^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$"),
|
|
1452
1452
|
},
|
|
1453
1453
|
serializedName: "x-ms-request-id",
|
|
1454
1454
|
xmlName: "x-ms-request-id",
|
|
1455
1455
|
type: {
|
|
1456
|
-
name: "String"
|
|
1457
|
-
}
|
|
1456
|
+
name: "String",
|
|
1457
|
+
},
|
|
1458
1458
|
},
|
|
1459
1459
|
version: {
|
|
1460
1460
|
serializedName: "x-ms-version",
|
|
1461
1461
|
xmlName: "x-ms-version",
|
|
1462
1462
|
type: {
|
|
1463
|
-
name: "String"
|
|
1464
|
-
}
|
|
1463
|
+
name: "String",
|
|
1464
|
+
},
|
|
1465
1465
|
},
|
|
1466
1466
|
leaseId: {
|
|
1467
1467
|
constraints: {
|
|
1468
|
-
Pattern: new RegExp("^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$")
|
|
1468
|
+
Pattern: new RegExp("^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$"),
|
|
1469
1469
|
},
|
|
1470
1470
|
serializedName: "x-ms-lease-id",
|
|
1471
1471
|
xmlName: "x-ms-lease-id",
|
|
1472
1472
|
type: {
|
|
1473
|
-
name: "String"
|
|
1474
|
-
}
|
|
1475
|
-
}
|
|
1476
|
-
}
|
|
1477
|
-
}
|
|
1473
|
+
name: "String",
|
|
1474
|
+
},
|
|
1475
|
+
},
|
|
1476
|
+
},
|
|
1477
|
+
},
|
|
1478
1478
|
};
|
|
1479
1479
|
export const PathLeaseExceptionHeaders = {
|
|
1480
1480
|
serializedName: "Path_leaseExceptionHeaders",
|
|
@@ -1486,11 +1486,11 @@ export const PathLeaseExceptionHeaders = {
|
|
|
1486
1486
|
serializedName: "x-ms-error-code",
|
|
1487
1487
|
xmlName: "x-ms-error-code",
|
|
1488
1488
|
type: {
|
|
1489
|
-
name: "String"
|
|
1490
|
-
}
|
|
1491
|
-
}
|
|
1492
|
-
}
|
|
1493
|
-
}
|
|
1489
|
+
name: "String",
|
|
1490
|
+
},
|
|
1491
|
+
},
|
|
1492
|
+
},
|
|
1493
|
+
},
|
|
1494
1494
|
};
|
|
1495
1495
|
export const PathReadHeaders = {
|
|
1496
1496
|
serializedName: "Path_readHeaders",
|
|
@@ -1502,154 +1502,154 @@ export const PathReadHeaders = {
|
|
|
1502
1502
|
serializedName: "accept-ranges",
|
|
1503
1503
|
xmlName: "accept-ranges",
|
|
1504
1504
|
type: {
|
|
1505
|
-
name: "String"
|
|
1506
|
-
}
|
|
1505
|
+
name: "String",
|
|
1506
|
+
},
|
|
1507
1507
|
},
|
|
1508
1508
|
cacheControl: {
|
|
1509
1509
|
serializedName: "cache-control",
|
|
1510
1510
|
xmlName: "cache-control",
|
|
1511
1511
|
type: {
|
|
1512
|
-
name: "String"
|
|
1513
|
-
}
|
|
1512
|
+
name: "String",
|
|
1513
|
+
},
|
|
1514
1514
|
},
|
|
1515
1515
|
contentDisposition: {
|
|
1516
1516
|
serializedName: "content-disposition",
|
|
1517
1517
|
xmlName: "content-disposition",
|
|
1518
1518
|
type: {
|
|
1519
|
-
name: "String"
|
|
1520
|
-
}
|
|
1519
|
+
name: "String",
|
|
1520
|
+
},
|
|
1521
1521
|
},
|
|
1522
1522
|
contentEncoding: {
|
|
1523
1523
|
serializedName: "content-encoding",
|
|
1524
1524
|
xmlName: "content-encoding",
|
|
1525
1525
|
type: {
|
|
1526
|
-
name: "String"
|
|
1527
|
-
}
|
|
1526
|
+
name: "String",
|
|
1527
|
+
},
|
|
1528
1528
|
},
|
|
1529
1529
|
contentLanguage: {
|
|
1530
1530
|
serializedName: "content-language",
|
|
1531
1531
|
xmlName: "content-language",
|
|
1532
1532
|
type: {
|
|
1533
|
-
name: "String"
|
|
1534
|
-
}
|
|
1533
|
+
name: "String",
|
|
1534
|
+
},
|
|
1535
1535
|
},
|
|
1536
1536
|
contentLength: {
|
|
1537
1537
|
serializedName: "content-length",
|
|
1538
1538
|
xmlName: "content-length",
|
|
1539
1539
|
type: {
|
|
1540
|
-
name: "Number"
|
|
1541
|
-
}
|
|
1540
|
+
name: "Number",
|
|
1541
|
+
},
|
|
1542
1542
|
},
|
|
1543
1543
|
contentRange: {
|
|
1544
1544
|
serializedName: "content-range",
|
|
1545
1545
|
xmlName: "content-range",
|
|
1546
1546
|
type: {
|
|
1547
|
-
name: "String"
|
|
1548
|
-
}
|
|
1547
|
+
name: "String",
|
|
1548
|
+
},
|
|
1549
1549
|
},
|
|
1550
1550
|
contentType: {
|
|
1551
1551
|
serializedName: "content-type",
|
|
1552
1552
|
xmlName: "content-type",
|
|
1553
1553
|
type: {
|
|
1554
|
-
name: "String"
|
|
1555
|
-
}
|
|
1554
|
+
name: "String",
|
|
1555
|
+
},
|
|
1556
1556
|
},
|
|
1557
1557
|
contentMD5: {
|
|
1558
1558
|
serializedName: "content-md5",
|
|
1559
1559
|
xmlName: "content-md5",
|
|
1560
1560
|
type: {
|
|
1561
|
-
name: "String"
|
|
1562
|
-
}
|
|
1561
|
+
name: "String",
|
|
1562
|
+
},
|
|
1563
1563
|
},
|
|
1564
1564
|
date: {
|
|
1565
1565
|
serializedName: "date",
|
|
1566
1566
|
xmlName: "date",
|
|
1567
1567
|
type: {
|
|
1568
|
-
name: "DateTimeRfc1123"
|
|
1569
|
-
}
|
|
1568
|
+
name: "DateTimeRfc1123",
|
|
1569
|
+
},
|
|
1570
1570
|
},
|
|
1571
1571
|
etag: {
|
|
1572
1572
|
serializedName: "etag",
|
|
1573
1573
|
xmlName: "etag",
|
|
1574
1574
|
type: {
|
|
1575
|
-
name: "String"
|
|
1576
|
-
}
|
|
1575
|
+
name: "String",
|
|
1576
|
+
},
|
|
1577
1577
|
},
|
|
1578
1578
|
lastModified: {
|
|
1579
1579
|
serializedName: "last-modified",
|
|
1580
1580
|
xmlName: "last-modified",
|
|
1581
1581
|
type: {
|
|
1582
|
-
name: "DateTimeRfc1123"
|
|
1583
|
-
}
|
|
1582
|
+
name: "DateTimeRfc1123",
|
|
1583
|
+
},
|
|
1584
1584
|
},
|
|
1585
1585
|
requestId: {
|
|
1586
1586
|
constraints: {
|
|
1587
|
-
Pattern: new RegExp("^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$")
|
|
1587
|
+
Pattern: new RegExp("^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$"),
|
|
1588
1588
|
},
|
|
1589
1589
|
serializedName: "x-ms-request-id",
|
|
1590
1590
|
xmlName: "x-ms-request-id",
|
|
1591
1591
|
type: {
|
|
1592
|
-
name: "String"
|
|
1593
|
-
}
|
|
1592
|
+
name: "String",
|
|
1593
|
+
},
|
|
1594
1594
|
},
|
|
1595
1595
|
version: {
|
|
1596
1596
|
serializedName: "x-ms-version",
|
|
1597
1597
|
xmlName: "x-ms-version",
|
|
1598
1598
|
type: {
|
|
1599
|
-
name: "String"
|
|
1600
|
-
}
|
|
1599
|
+
name: "String",
|
|
1600
|
+
},
|
|
1601
1601
|
},
|
|
1602
1602
|
resourceType: {
|
|
1603
1603
|
serializedName: "x-ms-resource-type",
|
|
1604
1604
|
xmlName: "x-ms-resource-type",
|
|
1605
1605
|
type: {
|
|
1606
|
-
name: "String"
|
|
1607
|
-
}
|
|
1606
|
+
name: "String",
|
|
1607
|
+
},
|
|
1608
1608
|
},
|
|
1609
1609
|
properties: {
|
|
1610
1610
|
serializedName: "x-ms-properties",
|
|
1611
1611
|
xmlName: "x-ms-properties",
|
|
1612
1612
|
type: {
|
|
1613
|
-
name: "String"
|
|
1614
|
-
}
|
|
1613
|
+
name: "String",
|
|
1614
|
+
},
|
|
1615
1615
|
},
|
|
1616
1616
|
leaseDuration: {
|
|
1617
1617
|
serializedName: "x-ms-lease-duration",
|
|
1618
1618
|
xmlName: "x-ms-lease-duration",
|
|
1619
1619
|
type: {
|
|
1620
|
-
name: "String"
|
|
1621
|
-
}
|
|
1620
|
+
name: "String",
|
|
1621
|
+
},
|
|
1622
1622
|
},
|
|
1623
1623
|
leaseState: {
|
|
1624
1624
|
serializedName: "x-ms-lease-state",
|
|
1625
1625
|
xmlName: "x-ms-lease-state",
|
|
1626
1626
|
type: {
|
|
1627
|
-
name: "String"
|
|
1628
|
-
}
|
|
1627
|
+
name: "String",
|
|
1628
|
+
},
|
|
1629
1629
|
},
|
|
1630
1630
|
leaseStatus: {
|
|
1631
1631
|
serializedName: "x-ms-lease-status",
|
|
1632
1632
|
xmlName: "x-ms-lease-status",
|
|
1633
1633
|
type: {
|
|
1634
|
-
name: "String"
|
|
1635
|
-
}
|
|
1634
|
+
name: "String",
|
|
1635
|
+
},
|
|
1636
1636
|
},
|
|
1637
1637
|
isServerEncrypted: {
|
|
1638
1638
|
serializedName: "x-ms-request-server-encrypted",
|
|
1639
1639
|
xmlName: "x-ms-request-server-encrypted",
|
|
1640
1640
|
type: {
|
|
1641
|
-
name: "Boolean"
|
|
1642
|
-
}
|
|
1641
|
+
name: "Boolean",
|
|
1642
|
+
},
|
|
1643
1643
|
},
|
|
1644
1644
|
encryptionKeySha256: {
|
|
1645
1645
|
serializedName: "x-ms-encryption-key-sha256",
|
|
1646
1646
|
xmlName: "x-ms-encryption-key-sha256",
|
|
1647
1647
|
type: {
|
|
1648
|
-
name: "String"
|
|
1649
|
-
}
|
|
1650
|
-
}
|
|
1651
|
-
}
|
|
1652
|
-
}
|
|
1648
|
+
name: "String",
|
|
1649
|
+
},
|
|
1650
|
+
},
|
|
1651
|
+
},
|
|
1652
|
+
},
|
|
1653
1653
|
};
|
|
1654
1654
|
export const PathReadExceptionHeaders = {
|
|
1655
1655
|
serializedName: "Path_readExceptionHeaders",
|
|
@@ -1661,11 +1661,11 @@ export const PathReadExceptionHeaders = {
|
|
|
1661
1661
|
serializedName: "x-ms-error-code",
|
|
1662
1662
|
xmlName: "x-ms-error-code",
|
|
1663
1663
|
type: {
|
|
1664
|
-
name: "String"
|
|
1665
|
-
}
|
|
1666
|
-
}
|
|
1667
|
-
}
|
|
1668
|
-
}
|
|
1664
|
+
name: "String",
|
|
1665
|
+
},
|
|
1666
|
+
},
|
|
1667
|
+
},
|
|
1668
|
+
},
|
|
1669
1669
|
};
|
|
1670
1670
|
export const PathGetPropertiesHeaders = {
|
|
1671
1671
|
serializedName: "Path_getPropertiesHeaders",
|
|
@@ -1677,175 +1677,217 @@ export const PathGetPropertiesHeaders = {
|
|
|
1677
1677
|
serializedName: "accept-ranges",
|
|
1678
1678
|
xmlName: "accept-ranges",
|
|
1679
1679
|
type: {
|
|
1680
|
-
name: "String"
|
|
1681
|
-
}
|
|
1680
|
+
name: "String",
|
|
1681
|
+
},
|
|
1682
1682
|
},
|
|
1683
1683
|
cacheControl: {
|
|
1684
1684
|
serializedName: "cache-control",
|
|
1685
1685
|
xmlName: "cache-control",
|
|
1686
1686
|
type: {
|
|
1687
|
-
name: "String"
|
|
1688
|
-
}
|
|
1687
|
+
name: "String",
|
|
1688
|
+
},
|
|
1689
1689
|
},
|
|
1690
1690
|
contentDisposition: {
|
|
1691
1691
|
serializedName: "content-disposition",
|
|
1692
1692
|
xmlName: "content-disposition",
|
|
1693
1693
|
type: {
|
|
1694
|
-
name: "String"
|
|
1695
|
-
}
|
|
1694
|
+
name: "String",
|
|
1695
|
+
},
|
|
1696
1696
|
},
|
|
1697
1697
|
contentEncoding: {
|
|
1698
1698
|
serializedName: "content-encoding",
|
|
1699
1699
|
xmlName: "content-encoding",
|
|
1700
1700
|
type: {
|
|
1701
|
-
name: "String"
|
|
1702
|
-
}
|
|
1701
|
+
name: "String",
|
|
1702
|
+
},
|
|
1703
1703
|
},
|
|
1704
1704
|
contentLanguage: {
|
|
1705
1705
|
serializedName: "content-language",
|
|
1706
1706
|
xmlName: "content-language",
|
|
1707
1707
|
type: {
|
|
1708
|
-
name: "String"
|
|
1709
|
-
}
|
|
1708
|
+
name: "String",
|
|
1709
|
+
},
|
|
1710
1710
|
},
|
|
1711
1711
|
contentLength: {
|
|
1712
1712
|
serializedName: "content-length",
|
|
1713
1713
|
xmlName: "content-length",
|
|
1714
1714
|
type: {
|
|
1715
|
-
name: "Number"
|
|
1716
|
-
}
|
|
1715
|
+
name: "Number",
|
|
1716
|
+
},
|
|
1717
1717
|
},
|
|
1718
1718
|
contentRange: {
|
|
1719
1719
|
serializedName: "content-range",
|
|
1720
1720
|
xmlName: "content-range",
|
|
1721
1721
|
type: {
|
|
1722
|
-
name: "String"
|
|
1723
|
-
}
|
|
1722
|
+
name: "String",
|
|
1723
|
+
},
|
|
1724
1724
|
},
|
|
1725
1725
|
contentType: {
|
|
1726
1726
|
serializedName: "content-type",
|
|
1727
1727
|
xmlName: "content-type",
|
|
1728
1728
|
type: {
|
|
1729
|
-
name: "String"
|
|
1730
|
-
}
|
|
1729
|
+
name: "String",
|
|
1730
|
+
},
|
|
1731
1731
|
},
|
|
1732
1732
|
contentMD5: {
|
|
1733
1733
|
serializedName: "content-md5",
|
|
1734
1734
|
xmlName: "content-md5",
|
|
1735
1735
|
type: {
|
|
1736
|
-
name: "String"
|
|
1737
|
-
}
|
|
1736
|
+
name: "String",
|
|
1737
|
+
},
|
|
1738
1738
|
},
|
|
1739
1739
|
date: {
|
|
1740
1740
|
serializedName: "date",
|
|
1741
1741
|
xmlName: "date",
|
|
1742
1742
|
type: {
|
|
1743
|
-
name: "DateTimeRfc1123"
|
|
1744
|
-
}
|
|
1743
|
+
name: "DateTimeRfc1123",
|
|
1744
|
+
},
|
|
1745
1745
|
},
|
|
1746
1746
|
etag: {
|
|
1747
1747
|
serializedName: "etag",
|
|
1748
1748
|
xmlName: "etag",
|
|
1749
1749
|
type: {
|
|
1750
|
-
name: "String"
|
|
1751
|
-
}
|
|
1750
|
+
name: "String",
|
|
1751
|
+
},
|
|
1752
1752
|
},
|
|
1753
1753
|
lastModified: {
|
|
1754
1754
|
serializedName: "last-modified",
|
|
1755
1755
|
xmlName: "last-modified",
|
|
1756
1756
|
type: {
|
|
1757
|
-
name: "DateTimeRfc1123"
|
|
1758
|
-
}
|
|
1757
|
+
name: "DateTimeRfc1123",
|
|
1758
|
+
},
|
|
1759
1759
|
},
|
|
1760
1760
|
requestId: {
|
|
1761
1761
|
constraints: {
|
|
1762
|
-
Pattern: new RegExp("^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$")
|
|
1762
|
+
Pattern: new RegExp("^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$"),
|
|
1763
1763
|
},
|
|
1764
1764
|
serializedName: "x-ms-request-id",
|
|
1765
1765
|
xmlName: "x-ms-request-id",
|
|
1766
1766
|
type: {
|
|
1767
|
-
name: "String"
|
|
1768
|
-
}
|
|
1767
|
+
name: "String",
|
|
1768
|
+
},
|
|
1769
1769
|
},
|
|
1770
1770
|
version: {
|
|
1771
1771
|
serializedName: "x-ms-version",
|
|
1772
1772
|
xmlName: "x-ms-version",
|
|
1773
1773
|
type: {
|
|
1774
|
-
name: "String"
|
|
1775
|
-
}
|
|
1774
|
+
name: "String",
|
|
1775
|
+
},
|
|
1776
1776
|
},
|
|
1777
1777
|
resourceType: {
|
|
1778
1778
|
serializedName: "x-ms-resource-type",
|
|
1779
1779
|
xmlName: "x-ms-resource-type",
|
|
1780
1780
|
type: {
|
|
1781
|
-
name: "String"
|
|
1782
|
-
}
|
|
1781
|
+
name: "String",
|
|
1782
|
+
},
|
|
1783
1783
|
},
|
|
1784
1784
|
properties: {
|
|
1785
1785
|
serializedName: "x-ms-properties",
|
|
1786
1786
|
xmlName: "x-ms-properties",
|
|
1787
1787
|
type: {
|
|
1788
|
-
name: "String"
|
|
1789
|
-
}
|
|
1788
|
+
name: "String",
|
|
1789
|
+
},
|
|
1790
1790
|
},
|
|
1791
1791
|
owner: {
|
|
1792
1792
|
serializedName: "x-ms-owner",
|
|
1793
1793
|
xmlName: "x-ms-owner",
|
|
1794
1794
|
type: {
|
|
1795
|
-
name: "String"
|
|
1796
|
-
}
|
|
1795
|
+
name: "String",
|
|
1796
|
+
},
|
|
1797
1797
|
},
|
|
1798
1798
|
group: {
|
|
1799
1799
|
serializedName: "x-ms-group",
|
|
1800
1800
|
xmlName: "x-ms-group",
|
|
1801
1801
|
type: {
|
|
1802
|
-
name: "String"
|
|
1803
|
-
}
|
|
1802
|
+
name: "String",
|
|
1803
|
+
},
|
|
1804
1804
|
},
|
|
1805
1805
|
permissions: {
|
|
1806
1806
|
serializedName: "x-ms-permissions",
|
|
1807
1807
|
xmlName: "x-ms-permissions",
|
|
1808
1808
|
type: {
|
|
1809
|
-
name: "String"
|
|
1810
|
-
}
|
|
1809
|
+
name: "String",
|
|
1810
|
+
},
|
|
1811
1811
|
},
|
|
1812
1812
|
acl: {
|
|
1813
1813
|
serializedName: "x-ms-acl",
|
|
1814
1814
|
xmlName: "x-ms-acl",
|
|
1815
1815
|
type: {
|
|
1816
|
-
name: "String"
|
|
1817
|
-
}
|
|
1816
|
+
name: "String",
|
|
1817
|
+
},
|
|
1818
1818
|
},
|
|
1819
1819
|
leaseDuration: {
|
|
1820
1820
|
serializedName: "x-ms-lease-duration",
|
|
1821
1821
|
xmlName: "x-ms-lease-duration",
|
|
1822
1822
|
type: {
|
|
1823
|
-
name: "String"
|
|
1824
|
-
}
|
|
1823
|
+
name: "String",
|
|
1824
|
+
},
|
|
1825
1825
|
},
|
|
1826
1826
|
leaseState: {
|
|
1827
1827
|
serializedName: "x-ms-lease-state",
|
|
1828
1828
|
xmlName: "x-ms-lease-state",
|
|
1829
1829
|
type: {
|
|
1830
|
-
name: "String"
|
|
1831
|
-
}
|
|
1830
|
+
name: "String",
|
|
1831
|
+
},
|
|
1832
1832
|
},
|
|
1833
1833
|
leaseStatus: {
|
|
1834
1834
|
serializedName: "x-ms-lease-status",
|
|
1835
1835
|
xmlName: "x-ms-lease-status",
|
|
1836
1836
|
type: {
|
|
1837
|
-
name: "String"
|
|
1838
|
-
}
|
|
1837
|
+
name: "String",
|
|
1838
|
+
},
|
|
1839
|
+
},
|
|
1840
|
+
isServerEncrypted: {
|
|
1841
|
+
serializedName: "x-ms-server-encrypted",
|
|
1842
|
+
xmlName: "x-ms-server-encrypted",
|
|
1843
|
+
type: {
|
|
1844
|
+
name: "Boolean",
|
|
1845
|
+
},
|
|
1846
|
+
},
|
|
1847
|
+
encryptionKeySha256: {
|
|
1848
|
+
serializedName: "x-ms-encryption-key-sha256",
|
|
1849
|
+
xmlName: "x-ms-encryption-key-sha256",
|
|
1850
|
+
type: {
|
|
1851
|
+
name: "String",
|
|
1852
|
+
},
|
|
1853
|
+
},
|
|
1854
|
+
encryptionContext: {
|
|
1855
|
+
serializedName: "x-ms-encryption-context",
|
|
1856
|
+
xmlName: "x-ms-encryption-context",
|
|
1857
|
+
type: {
|
|
1858
|
+
name: "String",
|
|
1859
|
+
},
|
|
1860
|
+
},
|
|
1861
|
+
encryptionScope: {
|
|
1862
|
+
serializedName: "x-ms-encryption-scope",
|
|
1863
|
+
xmlName: "x-ms-encryption-scope",
|
|
1864
|
+
type: {
|
|
1865
|
+
name: "String",
|
|
1866
|
+
},
|
|
1867
|
+
},
|
|
1868
|
+
creationTime: {
|
|
1869
|
+
serializedName: "x-ms-creation-time",
|
|
1870
|
+
xmlName: "x-ms-creation-time",
|
|
1871
|
+
type: {
|
|
1872
|
+
name: "DateTimeRfc1123",
|
|
1873
|
+
},
|
|
1874
|
+
},
|
|
1875
|
+
expiresOn: {
|
|
1876
|
+
serializedName: "x-ms-expiry-time",
|
|
1877
|
+
xmlName: "x-ms-expiry-time",
|
|
1878
|
+
type: {
|
|
1879
|
+
name: "DateTimeRfc1123",
|
|
1880
|
+
},
|
|
1839
1881
|
},
|
|
1840
1882
|
errorCode: {
|
|
1841
1883
|
serializedName: "x-ms-error-code",
|
|
1842
1884
|
xmlName: "x-ms-error-code",
|
|
1843
1885
|
type: {
|
|
1844
|
-
name: "String"
|
|
1845
|
-
}
|
|
1846
|
-
}
|
|
1847
|
-
}
|
|
1848
|
-
}
|
|
1886
|
+
name: "String",
|
|
1887
|
+
},
|
|
1888
|
+
},
|
|
1889
|
+
},
|
|
1890
|
+
},
|
|
1849
1891
|
};
|
|
1850
1892
|
export const PathGetPropertiesExceptionHeaders = {
|
|
1851
1893
|
serializedName: "Path_getPropertiesExceptionHeaders",
|
|
@@ -1857,11 +1899,11 @@ export const PathGetPropertiesExceptionHeaders = {
|
|
|
1857
1899
|
serializedName: "x-ms-error-code",
|
|
1858
1900
|
xmlName: "x-ms-error-code",
|
|
1859
1901
|
type: {
|
|
1860
|
-
name: "String"
|
|
1861
|
-
}
|
|
1862
|
-
}
|
|
1863
|
-
}
|
|
1864
|
-
}
|
|
1902
|
+
name: "String",
|
|
1903
|
+
},
|
|
1904
|
+
},
|
|
1905
|
+
},
|
|
1906
|
+
},
|
|
1865
1907
|
};
|
|
1866
1908
|
export const PathDeleteHeaders = {
|
|
1867
1909
|
serializedName: "Path_deleteHeaders",
|
|
@@ -1873,49 +1915,49 @@ export const PathDeleteHeaders = {
|
|
|
1873
1915
|
serializedName: "date",
|
|
1874
1916
|
xmlName: "date",
|
|
1875
1917
|
type: {
|
|
1876
|
-
name: "DateTimeRfc1123"
|
|
1877
|
-
}
|
|
1918
|
+
name: "DateTimeRfc1123",
|
|
1919
|
+
},
|
|
1878
1920
|
},
|
|
1879
1921
|
requestId: {
|
|
1880
1922
|
constraints: {
|
|
1881
|
-
Pattern: new RegExp("^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$")
|
|
1923
|
+
Pattern: new RegExp("^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$"),
|
|
1882
1924
|
},
|
|
1883
1925
|
serializedName: "x-ms-request-id",
|
|
1884
1926
|
xmlName: "x-ms-request-id",
|
|
1885
1927
|
type: {
|
|
1886
|
-
name: "String"
|
|
1887
|
-
}
|
|
1928
|
+
name: "String",
|
|
1929
|
+
},
|
|
1888
1930
|
},
|
|
1889
1931
|
version: {
|
|
1890
1932
|
serializedName: "x-ms-version",
|
|
1891
1933
|
xmlName: "x-ms-version",
|
|
1892
1934
|
type: {
|
|
1893
|
-
name: "String"
|
|
1894
|
-
}
|
|
1935
|
+
name: "String",
|
|
1936
|
+
},
|
|
1895
1937
|
},
|
|
1896
1938
|
continuation: {
|
|
1897
1939
|
serializedName: "x-ms-continuation",
|
|
1898
1940
|
xmlName: "x-ms-continuation",
|
|
1899
1941
|
type: {
|
|
1900
|
-
name: "String"
|
|
1901
|
-
}
|
|
1942
|
+
name: "String",
|
|
1943
|
+
},
|
|
1902
1944
|
},
|
|
1903
1945
|
deletionId: {
|
|
1904
1946
|
serializedName: "x-ms-deletion-id",
|
|
1905
1947
|
xmlName: "x-ms-deletion-id",
|
|
1906
1948
|
type: {
|
|
1907
|
-
name: "String"
|
|
1908
|
-
}
|
|
1949
|
+
name: "String",
|
|
1950
|
+
},
|
|
1909
1951
|
},
|
|
1910
1952
|
errorCode: {
|
|
1911
1953
|
serializedName: "x-ms-error-code",
|
|
1912
1954
|
xmlName: "x-ms-error-code",
|
|
1913
1955
|
type: {
|
|
1914
|
-
name: "String"
|
|
1915
|
-
}
|
|
1916
|
-
}
|
|
1917
|
-
}
|
|
1918
|
-
}
|
|
1956
|
+
name: "String",
|
|
1957
|
+
},
|
|
1958
|
+
},
|
|
1959
|
+
},
|
|
1960
|
+
},
|
|
1919
1961
|
};
|
|
1920
1962
|
export const PathDeleteExceptionHeaders = {
|
|
1921
1963
|
serializedName: "Path_deleteExceptionHeaders",
|
|
@@ -1927,11 +1969,11 @@ export const PathDeleteExceptionHeaders = {
|
|
|
1927
1969
|
serializedName: "x-ms-error-code",
|
|
1928
1970
|
xmlName: "x-ms-error-code",
|
|
1929
1971
|
type: {
|
|
1930
|
-
name: "String"
|
|
1931
|
-
}
|
|
1932
|
-
}
|
|
1933
|
-
}
|
|
1934
|
-
}
|
|
1972
|
+
name: "String",
|
|
1973
|
+
},
|
|
1974
|
+
},
|
|
1975
|
+
},
|
|
1976
|
+
},
|
|
1935
1977
|
};
|
|
1936
1978
|
export const PathSetAccessControlHeaders = {
|
|
1937
1979
|
serializedName: "Path_setAccessControlHeaders",
|
|
@@ -1943,46 +1985,46 @@ export const PathSetAccessControlHeaders = {
|
|
|
1943
1985
|
serializedName: "date",
|
|
1944
1986
|
xmlName: "date",
|
|
1945
1987
|
type: {
|
|
1946
|
-
name: "DateTimeRfc1123"
|
|
1947
|
-
}
|
|
1988
|
+
name: "DateTimeRfc1123",
|
|
1989
|
+
},
|
|
1948
1990
|
},
|
|
1949
1991
|
etag: {
|
|
1950
1992
|
serializedName: "etag",
|
|
1951
1993
|
xmlName: "etag",
|
|
1952
1994
|
type: {
|
|
1953
|
-
name: "String"
|
|
1954
|
-
}
|
|
1995
|
+
name: "String",
|
|
1996
|
+
},
|
|
1955
1997
|
},
|
|
1956
1998
|
lastModified: {
|
|
1957
1999
|
serializedName: "last-modified",
|
|
1958
2000
|
xmlName: "last-modified",
|
|
1959
2001
|
type: {
|
|
1960
|
-
name: "DateTimeRfc1123"
|
|
1961
|
-
}
|
|
2002
|
+
name: "DateTimeRfc1123",
|
|
2003
|
+
},
|
|
1962
2004
|
},
|
|
1963
2005
|
clientRequestId: {
|
|
1964
2006
|
serializedName: "x-ms-client-request-id",
|
|
1965
2007
|
xmlName: "x-ms-client-request-id",
|
|
1966
2008
|
type: {
|
|
1967
|
-
name: "String"
|
|
1968
|
-
}
|
|
2009
|
+
name: "String",
|
|
2010
|
+
},
|
|
1969
2011
|
},
|
|
1970
2012
|
requestId: {
|
|
1971
2013
|
serializedName: "x-ms-request-id",
|
|
1972
2014
|
xmlName: "x-ms-request-id",
|
|
1973
2015
|
type: {
|
|
1974
|
-
name: "String"
|
|
1975
|
-
}
|
|
2016
|
+
name: "String",
|
|
2017
|
+
},
|
|
1976
2018
|
},
|
|
1977
2019
|
version: {
|
|
1978
2020
|
serializedName: "x-ms-version",
|
|
1979
2021
|
xmlName: "x-ms-version",
|
|
1980
2022
|
type: {
|
|
1981
|
-
name: "String"
|
|
1982
|
-
}
|
|
1983
|
-
}
|
|
1984
|
-
}
|
|
1985
|
-
}
|
|
2023
|
+
name: "String",
|
|
2024
|
+
},
|
|
2025
|
+
},
|
|
2026
|
+
},
|
|
2027
|
+
},
|
|
1986
2028
|
};
|
|
1987
2029
|
export const PathSetAccessControlExceptionHeaders = {
|
|
1988
2030
|
serializedName: "Path_setAccessControlExceptionHeaders",
|
|
@@ -1994,25 +2036,25 @@ export const PathSetAccessControlExceptionHeaders = {
|
|
|
1994
2036
|
serializedName: "x-ms-client-request-id",
|
|
1995
2037
|
xmlName: "x-ms-client-request-id",
|
|
1996
2038
|
type: {
|
|
1997
|
-
name: "String"
|
|
1998
|
-
}
|
|
2039
|
+
name: "String",
|
|
2040
|
+
},
|
|
1999
2041
|
},
|
|
2000
2042
|
requestId: {
|
|
2001
2043
|
serializedName: "x-ms-request-id",
|
|
2002
2044
|
xmlName: "x-ms-request-id",
|
|
2003
2045
|
type: {
|
|
2004
|
-
name: "String"
|
|
2005
|
-
}
|
|
2046
|
+
name: "String",
|
|
2047
|
+
},
|
|
2006
2048
|
},
|
|
2007
2049
|
version: {
|
|
2008
2050
|
serializedName: "x-ms-version",
|
|
2009
2051
|
xmlName: "x-ms-version",
|
|
2010
2052
|
type: {
|
|
2011
|
-
name: "String"
|
|
2012
|
-
}
|
|
2013
|
-
}
|
|
2014
|
-
}
|
|
2015
|
-
}
|
|
2053
|
+
name: "String",
|
|
2054
|
+
},
|
|
2055
|
+
},
|
|
2056
|
+
},
|
|
2057
|
+
},
|
|
2016
2058
|
};
|
|
2017
2059
|
export const PathSetAccessControlRecursiveHeaders = {
|
|
2018
2060
|
serializedName: "Path_setAccessControlRecursiveHeaders",
|
|
@@ -2024,39 +2066,39 @@ export const PathSetAccessControlRecursiveHeaders = {
|
|
|
2024
2066
|
serializedName: "date",
|
|
2025
2067
|
xmlName: "date",
|
|
2026
2068
|
type: {
|
|
2027
|
-
name: "DateTimeRfc1123"
|
|
2028
|
-
}
|
|
2069
|
+
name: "DateTimeRfc1123",
|
|
2070
|
+
},
|
|
2029
2071
|
},
|
|
2030
2072
|
clientRequestId: {
|
|
2031
2073
|
serializedName: "x-ms-client-request-id",
|
|
2032
2074
|
xmlName: "x-ms-client-request-id",
|
|
2033
2075
|
type: {
|
|
2034
|
-
name: "String"
|
|
2035
|
-
}
|
|
2076
|
+
name: "String",
|
|
2077
|
+
},
|
|
2036
2078
|
},
|
|
2037
2079
|
continuation: {
|
|
2038
2080
|
serializedName: "x-ms-continuation",
|
|
2039
2081
|
xmlName: "x-ms-continuation",
|
|
2040
2082
|
type: {
|
|
2041
|
-
name: "String"
|
|
2042
|
-
}
|
|
2083
|
+
name: "String",
|
|
2084
|
+
},
|
|
2043
2085
|
},
|
|
2044
2086
|
requestId: {
|
|
2045
2087
|
serializedName: "x-ms-request-id",
|
|
2046
2088
|
xmlName: "x-ms-request-id",
|
|
2047
2089
|
type: {
|
|
2048
|
-
name: "String"
|
|
2049
|
-
}
|
|
2090
|
+
name: "String",
|
|
2091
|
+
},
|
|
2050
2092
|
},
|
|
2051
2093
|
version: {
|
|
2052
2094
|
serializedName: "x-ms-version",
|
|
2053
2095
|
xmlName: "x-ms-version",
|
|
2054
2096
|
type: {
|
|
2055
|
-
name: "String"
|
|
2056
|
-
}
|
|
2057
|
-
}
|
|
2058
|
-
}
|
|
2059
|
-
}
|
|
2097
|
+
name: "String",
|
|
2098
|
+
},
|
|
2099
|
+
},
|
|
2100
|
+
},
|
|
2101
|
+
},
|
|
2060
2102
|
};
|
|
2061
2103
|
export const PathSetAccessControlRecursiveExceptionHeaders = {
|
|
2062
2104
|
serializedName: "Path_setAccessControlRecursiveExceptionHeaders",
|
|
@@ -2068,25 +2110,25 @@ export const PathSetAccessControlRecursiveExceptionHeaders = {
|
|
|
2068
2110
|
serializedName: "x-ms-client-request-id",
|
|
2069
2111
|
xmlName: "x-ms-client-request-id",
|
|
2070
2112
|
type: {
|
|
2071
|
-
name: "String"
|
|
2072
|
-
}
|
|
2113
|
+
name: "String",
|
|
2114
|
+
},
|
|
2073
2115
|
},
|
|
2074
2116
|
requestId: {
|
|
2075
2117
|
serializedName: "x-ms-request-id",
|
|
2076
2118
|
xmlName: "x-ms-request-id",
|
|
2077
2119
|
type: {
|
|
2078
|
-
name: "String"
|
|
2079
|
-
}
|
|
2120
|
+
name: "String",
|
|
2121
|
+
},
|
|
2080
2122
|
},
|
|
2081
2123
|
version: {
|
|
2082
2124
|
serializedName: "x-ms-version",
|
|
2083
2125
|
xmlName: "x-ms-version",
|
|
2084
2126
|
type: {
|
|
2085
|
-
name: "String"
|
|
2086
|
-
}
|
|
2087
|
-
}
|
|
2088
|
-
}
|
|
2089
|
-
}
|
|
2127
|
+
name: "String",
|
|
2128
|
+
},
|
|
2129
|
+
},
|
|
2130
|
+
},
|
|
2131
|
+
},
|
|
2090
2132
|
};
|
|
2091
2133
|
export const PathFlushDataHeaders = {
|
|
2092
2134
|
serializedName: "Path_flushDataHeaders",
|
|
@@ -2098,77 +2140,77 @@ export const PathFlushDataHeaders = {
|
|
|
2098
2140
|
serializedName: "date",
|
|
2099
2141
|
xmlName: "date",
|
|
2100
2142
|
type: {
|
|
2101
|
-
name: "DateTimeRfc1123"
|
|
2102
|
-
}
|
|
2143
|
+
name: "DateTimeRfc1123",
|
|
2144
|
+
},
|
|
2103
2145
|
},
|
|
2104
2146
|
etag: {
|
|
2105
2147
|
serializedName: "etag",
|
|
2106
2148
|
xmlName: "etag",
|
|
2107
2149
|
type: {
|
|
2108
|
-
name: "String"
|
|
2109
|
-
}
|
|
2150
|
+
name: "String",
|
|
2151
|
+
},
|
|
2110
2152
|
},
|
|
2111
2153
|
lastModified: {
|
|
2112
2154
|
serializedName: "last-modified",
|
|
2113
2155
|
xmlName: "last-modified",
|
|
2114
2156
|
type: {
|
|
2115
|
-
name: "DateTimeRfc1123"
|
|
2116
|
-
}
|
|
2157
|
+
name: "DateTimeRfc1123",
|
|
2158
|
+
},
|
|
2117
2159
|
},
|
|
2118
2160
|
contentLength: {
|
|
2119
2161
|
serializedName: "content-length",
|
|
2120
2162
|
xmlName: "content-length",
|
|
2121
2163
|
type: {
|
|
2122
|
-
name: "Number"
|
|
2123
|
-
}
|
|
2164
|
+
name: "Number",
|
|
2165
|
+
},
|
|
2124
2166
|
},
|
|
2125
2167
|
clientRequestId: {
|
|
2126
2168
|
serializedName: "x-ms-client-request-id",
|
|
2127
2169
|
xmlName: "x-ms-client-request-id",
|
|
2128
2170
|
type: {
|
|
2129
|
-
name: "String"
|
|
2130
|
-
}
|
|
2171
|
+
name: "String",
|
|
2172
|
+
},
|
|
2131
2173
|
},
|
|
2132
2174
|
requestId: {
|
|
2133
2175
|
constraints: {
|
|
2134
|
-
Pattern: new RegExp("^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$")
|
|
2176
|
+
Pattern: new RegExp("^[{(]?[0-9a-f]{8}[-]?([0-9a-f]{4}[-]?){3}[0-9a-f]{12}[)}]?$"),
|
|
2135
2177
|
},
|
|
2136
2178
|
serializedName: "x-ms-request-id",
|
|
2137
2179
|
xmlName: "x-ms-request-id",
|
|
2138
2180
|
type: {
|
|
2139
|
-
name: "String"
|
|
2140
|
-
}
|
|
2181
|
+
name: "String",
|
|
2182
|
+
},
|
|
2141
2183
|
},
|
|
2142
2184
|
version: {
|
|
2143
2185
|
serializedName: "x-ms-version",
|
|
2144
2186
|
xmlName: "x-ms-version",
|
|
2145
2187
|
type: {
|
|
2146
|
-
name: "String"
|
|
2147
|
-
}
|
|
2188
|
+
name: "String",
|
|
2189
|
+
},
|
|
2148
2190
|
},
|
|
2149
2191
|
isServerEncrypted: {
|
|
2150
2192
|
serializedName: "x-ms-request-server-encrypted",
|
|
2151
2193
|
xmlName: "x-ms-request-server-encrypted",
|
|
2152
2194
|
type: {
|
|
2153
|
-
name: "Boolean"
|
|
2154
|
-
}
|
|
2195
|
+
name: "Boolean",
|
|
2196
|
+
},
|
|
2155
2197
|
},
|
|
2156
2198
|
encryptionKeySha256: {
|
|
2157
2199
|
serializedName: "x-ms-encryption-key-sha256",
|
|
2158
2200
|
xmlName: "x-ms-encryption-key-sha256",
|
|
2159
2201
|
type: {
|
|
2160
|
-
name: "String"
|
|
2161
|
-
}
|
|
2202
|
+
name: "String",
|
|
2203
|
+
},
|
|
2162
2204
|
},
|
|
2163
2205
|
leaseRenewed: {
|
|
2164
2206
|
serializedName: "x-ms-lease-renewed",
|
|
2165
2207
|
xmlName: "x-ms-lease-renewed",
|
|
2166
2208
|
type: {
|
|
2167
|
-
name: "Boolean"
|
|
2168
|
-
}
|
|
2169
|
-
}
|
|
2170
|
-
}
|
|
2171
|
-
}
|
|
2209
|
+
name: "Boolean",
|
|
2210
|
+
},
|
|
2211
|
+
},
|
|
2212
|
+
},
|
|
2213
|
+
},
|
|
2172
2214
|
};
|
|
2173
2215
|
export const PathFlushDataExceptionHeaders = {
|
|
2174
2216
|
serializedName: "Path_flushDataExceptionHeaders",
|
|
@@ -2180,25 +2222,25 @@ export const PathFlushDataExceptionHeaders = {
|
|
|
2180
2222
|
serializedName: "x-ms-client-request-id",
|
|
2181
2223
|
xmlName: "x-ms-client-request-id",
|
|
2182
2224
|
type: {
|
|
2183
|
-
name: "String"
|
|
2184
|
-
}
|
|
2225
|
+
name: "String",
|
|
2226
|
+
},
|
|
2185
2227
|
},
|
|
2186
2228
|
requestId: {
|
|
2187
2229
|
serializedName: "x-ms-request-id",
|
|
2188
2230
|
xmlName: "x-ms-request-id",
|
|
2189
2231
|
type: {
|
|
2190
|
-
name: "String"
|
|
2191
|
-
}
|
|
2232
|
+
name: "String",
|
|
2233
|
+
},
|
|
2192
2234
|
},
|
|
2193
2235
|
version: {
|
|
2194
2236
|
serializedName: "x-ms-version",
|
|
2195
2237
|
xmlName: "x-ms-version",
|
|
2196
2238
|
type: {
|
|
2197
|
-
name: "String"
|
|
2198
|
-
}
|
|
2199
|
-
}
|
|
2200
|
-
}
|
|
2201
|
-
}
|
|
2239
|
+
name: "String",
|
|
2240
|
+
},
|
|
2241
|
+
},
|
|
2242
|
+
},
|
|
2243
|
+
},
|
|
2202
2244
|
};
|
|
2203
2245
|
export const PathAppendDataHeaders = {
|
|
2204
2246
|
serializedName: "Path_appendDataHeaders",
|
|
@@ -2210,74 +2252,74 @@ export const PathAppendDataHeaders = {
|
|
|
2210
2252
|
serializedName: "date",
|
|
2211
2253
|
xmlName: "date",
|
|
2212
2254
|
type: {
|
|
2213
|
-
name: "DateTimeRfc1123"
|
|
2214
|
-
}
|
|
2255
|
+
name: "DateTimeRfc1123",
|
|
2256
|
+
},
|
|
2215
2257
|
},
|
|
2216
2258
|
requestId: {
|
|
2217
2259
|
serializedName: "x-ms-request-id",
|
|
2218
2260
|
xmlName: "x-ms-request-id",
|
|
2219
2261
|
type: {
|
|
2220
|
-
name: "String"
|
|
2221
|
-
}
|
|
2262
|
+
name: "String",
|
|
2263
|
+
},
|
|
2222
2264
|
},
|
|
2223
2265
|
clientRequestId: {
|
|
2224
2266
|
serializedName: "x-ms-client-request-id",
|
|
2225
2267
|
xmlName: "x-ms-client-request-id",
|
|
2226
2268
|
type: {
|
|
2227
|
-
name: "String"
|
|
2228
|
-
}
|
|
2269
|
+
name: "String",
|
|
2270
|
+
},
|
|
2229
2271
|
},
|
|
2230
2272
|
version: {
|
|
2231
2273
|
serializedName: "x-ms-version",
|
|
2232
2274
|
xmlName: "x-ms-version",
|
|
2233
2275
|
type: {
|
|
2234
|
-
name: "String"
|
|
2235
|
-
}
|
|
2276
|
+
name: "String",
|
|
2277
|
+
},
|
|
2236
2278
|
},
|
|
2237
2279
|
etag: {
|
|
2238
2280
|
serializedName: "etag",
|
|
2239
2281
|
xmlName: "etag",
|
|
2240
2282
|
type: {
|
|
2241
|
-
name: "String"
|
|
2242
|
-
}
|
|
2283
|
+
name: "String",
|
|
2284
|
+
},
|
|
2243
2285
|
},
|
|
2244
2286
|
contentMD5: {
|
|
2245
2287
|
serializedName: "content-md5",
|
|
2246
2288
|
xmlName: "content-md5",
|
|
2247
2289
|
type: {
|
|
2248
|
-
name: "ByteArray"
|
|
2249
|
-
}
|
|
2290
|
+
name: "ByteArray",
|
|
2291
|
+
},
|
|
2250
2292
|
},
|
|
2251
2293
|
xMsContentCrc64: {
|
|
2252
2294
|
serializedName: "x-ms-content-crc64",
|
|
2253
2295
|
xmlName: "x-ms-content-crc64",
|
|
2254
2296
|
type: {
|
|
2255
|
-
name: "ByteArray"
|
|
2256
|
-
}
|
|
2297
|
+
name: "ByteArray",
|
|
2298
|
+
},
|
|
2257
2299
|
},
|
|
2258
2300
|
isServerEncrypted: {
|
|
2259
2301
|
serializedName: "x-ms-request-server-encrypted",
|
|
2260
2302
|
xmlName: "x-ms-request-server-encrypted",
|
|
2261
2303
|
type: {
|
|
2262
|
-
name: "Boolean"
|
|
2263
|
-
}
|
|
2304
|
+
name: "Boolean",
|
|
2305
|
+
},
|
|
2264
2306
|
},
|
|
2265
2307
|
encryptionKeySha256: {
|
|
2266
2308
|
serializedName: "x-ms-encryption-key-sha256",
|
|
2267
2309
|
xmlName: "x-ms-encryption-key-sha256",
|
|
2268
2310
|
type: {
|
|
2269
|
-
name: "String"
|
|
2270
|
-
}
|
|
2311
|
+
name: "String",
|
|
2312
|
+
},
|
|
2271
2313
|
},
|
|
2272
2314
|
leaseRenewed: {
|
|
2273
2315
|
serializedName: "x-ms-lease-renewed",
|
|
2274
2316
|
xmlName: "x-ms-lease-renewed",
|
|
2275
2317
|
type: {
|
|
2276
|
-
name: "Boolean"
|
|
2277
|
-
}
|
|
2278
|
-
}
|
|
2279
|
-
}
|
|
2280
|
-
}
|
|
2318
|
+
name: "Boolean",
|
|
2319
|
+
},
|
|
2320
|
+
},
|
|
2321
|
+
},
|
|
2322
|
+
},
|
|
2281
2323
|
};
|
|
2282
2324
|
export const PathAppendDataExceptionHeaders = {
|
|
2283
2325
|
serializedName: "Path_appendDataExceptionHeaders",
|
|
@@ -2289,25 +2331,25 @@ export const PathAppendDataExceptionHeaders = {
|
|
|
2289
2331
|
serializedName: "x-ms-client-request-id",
|
|
2290
2332
|
xmlName: "x-ms-client-request-id",
|
|
2291
2333
|
type: {
|
|
2292
|
-
name: "String"
|
|
2293
|
-
}
|
|
2334
|
+
name: "String",
|
|
2335
|
+
},
|
|
2294
2336
|
},
|
|
2295
2337
|
requestId: {
|
|
2296
2338
|
serializedName: "x-ms-request-id",
|
|
2297
2339
|
xmlName: "x-ms-request-id",
|
|
2298
2340
|
type: {
|
|
2299
|
-
name: "String"
|
|
2300
|
-
}
|
|
2341
|
+
name: "String",
|
|
2342
|
+
},
|
|
2301
2343
|
},
|
|
2302
2344
|
version: {
|
|
2303
2345
|
serializedName: "x-ms-version",
|
|
2304
2346
|
xmlName: "x-ms-version",
|
|
2305
2347
|
type: {
|
|
2306
|
-
name: "String"
|
|
2307
|
-
}
|
|
2308
|
-
}
|
|
2309
|
-
}
|
|
2310
|
-
}
|
|
2348
|
+
name: "String",
|
|
2349
|
+
},
|
|
2350
|
+
},
|
|
2351
|
+
},
|
|
2352
|
+
},
|
|
2311
2353
|
};
|
|
2312
2354
|
export const PathSetExpiryHeaders = {
|
|
2313
2355
|
serializedName: "Path_setExpiryHeaders",
|
|
@@ -2319,53 +2361,53 @@ export const PathSetExpiryHeaders = {
|
|
|
2319
2361
|
serializedName: "etag",
|
|
2320
2362
|
xmlName: "etag",
|
|
2321
2363
|
type: {
|
|
2322
|
-
name: "String"
|
|
2323
|
-
}
|
|
2364
|
+
name: "String",
|
|
2365
|
+
},
|
|
2324
2366
|
},
|
|
2325
2367
|
lastModified: {
|
|
2326
2368
|
serializedName: "last-modified",
|
|
2327
2369
|
xmlName: "last-modified",
|
|
2328
2370
|
type: {
|
|
2329
|
-
name: "DateTimeRfc1123"
|
|
2330
|
-
}
|
|
2371
|
+
name: "DateTimeRfc1123",
|
|
2372
|
+
},
|
|
2331
2373
|
},
|
|
2332
2374
|
clientRequestId: {
|
|
2333
2375
|
serializedName: "x-ms-client-request-id",
|
|
2334
2376
|
xmlName: "x-ms-client-request-id",
|
|
2335
2377
|
type: {
|
|
2336
|
-
name: "String"
|
|
2337
|
-
}
|
|
2378
|
+
name: "String",
|
|
2379
|
+
},
|
|
2338
2380
|
},
|
|
2339
2381
|
requestId: {
|
|
2340
2382
|
serializedName: "x-ms-request-id",
|
|
2341
2383
|
xmlName: "x-ms-request-id",
|
|
2342
2384
|
type: {
|
|
2343
|
-
name: "String"
|
|
2344
|
-
}
|
|
2385
|
+
name: "String",
|
|
2386
|
+
},
|
|
2345
2387
|
},
|
|
2346
2388
|
version: {
|
|
2347
2389
|
serializedName: "x-ms-version",
|
|
2348
2390
|
xmlName: "x-ms-version",
|
|
2349
2391
|
type: {
|
|
2350
|
-
name: "String"
|
|
2351
|
-
}
|
|
2392
|
+
name: "String",
|
|
2393
|
+
},
|
|
2352
2394
|
},
|
|
2353
2395
|
date: {
|
|
2354
2396
|
serializedName: "date",
|
|
2355
2397
|
xmlName: "date",
|
|
2356
2398
|
type: {
|
|
2357
|
-
name: "DateTimeRfc1123"
|
|
2358
|
-
}
|
|
2399
|
+
name: "DateTimeRfc1123",
|
|
2400
|
+
},
|
|
2359
2401
|
},
|
|
2360
2402
|
errorCode: {
|
|
2361
2403
|
serializedName: "x-ms-error-code",
|
|
2362
2404
|
xmlName: "x-ms-error-code",
|
|
2363
2405
|
type: {
|
|
2364
|
-
name: "String"
|
|
2365
|
-
}
|
|
2366
|
-
}
|
|
2367
|
-
}
|
|
2368
|
-
}
|
|
2406
|
+
name: "String",
|
|
2407
|
+
},
|
|
2408
|
+
},
|
|
2409
|
+
},
|
|
2410
|
+
},
|
|
2369
2411
|
};
|
|
2370
2412
|
export const PathSetExpiryExceptionHeaders = {
|
|
2371
2413
|
serializedName: "Path_setExpiryExceptionHeaders",
|
|
@@ -2377,11 +2419,11 @@ export const PathSetExpiryExceptionHeaders = {
|
|
|
2377
2419
|
serializedName: "x-ms-error-code",
|
|
2378
2420
|
xmlName: "x-ms-error-code",
|
|
2379
2421
|
type: {
|
|
2380
|
-
name: "String"
|
|
2381
|
-
}
|
|
2382
|
-
}
|
|
2383
|
-
}
|
|
2384
|
-
}
|
|
2422
|
+
name: "String",
|
|
2423
|
+
},
|
|
2424
|
+
},
|
|
2425
|
+
},
|
|
2426
|
+
},
|
|
2385
2427
|
};
|
|
2386
2428
|
export const PathUndeleteHeaders = {
|
|
2387
2429
|
serializedName: "Path_undeleteHeaders",
|
|
@@ -2393,39 +2435,39 @@ export const PathUndeleteHeaders = {
|
|
|
2393
2435
|
serializedName: "x-ms-client-request-id",
|
|
2394
2436
|
xmlName: "x-ms-client-request-id",
|
|
2395
2437
|
type: {
|
|
2396
|
-
name: "String"
|
|
2397
|
-
}
|
|
2438
|
+
name: "String",
|
|
2439
|
+
},
|
|
2398
2440
|
},
|
|
2399
2441
|
requestId: {
|
|
2400
2442
|
serializedName: "x-ms-request-id",
|
|
2401
2443
|
xmlName: "x-ms-request-id",
|
|
2402
2444
|
type: {
|
|
2403
|
-
name: "String"
|
|
2404
|
-
}
|
|
2445
|
+
name: "String",
|
|
2446
|
+
},
|
|
2405
2447
|
},
|
|
2406
2448
|
resourceType: {
|
|
2407
2449
|
serializedName: "x-ms-resource-type",
|
|
2408
2450
|
xmlName: "x-ms-resource-type",
|
|
2409
2451
|
type: {
|
|
2410
|
-
name: "String"
|
|
2411
|
-
}
|
|
2452
|
+
name: "String",
|
|
2453
|
+
},
|
|
2412
2454
|
},
|
|
2413
2455
|
version: {
|
|
2414
2456
|
serializedName: "x-ms-version",
|
|
2415
2457
|
xmlName: "x-ms-version",
|
|
2416
2458
|
type: {
|
|
2417
|
-
name: "String"
|
|
2418
|
-
}
|
|
2459
|
+
name: "String",
|
|
2460
|
+
},
|
|
2419
2461
|
},
|
|
2420
2462
|
date: {
|
|
2421
2463
|
serializedName: "date",
|
|
2422
2464
|
xmlName: "date",
|
|
2423
2465
|
type: {
|
|
2424
|
-
name: "DateTimeRfc1123"
|
|
2425
|
-
}
|
|
2426
|
-
}
|
|
2427
|
-
}
|
|
2428
|
-
}
|
|
2466
|
+
name: "DateTimeRfc1123",
|
|
2467
|
+
},
|
|
2468
|
+
},
|
|
2469
|
+
},
|
|
2470
|
+
},
|
|
2429
2471
|
};
|
|
2430
2472
|
export const PathUndeleteExceptionHeaders = {
|
|
2431
2473
|
serializedName: "Path_undeleteExceptionHeaders",
|
|
@@ -2437,10 +2479,10 @@ export const PathUndeleteExceptionHeaders = {
|
|
|
2437
2479
|
serializedName: "x-ms-error-code",
|
|
2438
2480
|
xmlName: "x-ms-error-code",
|
|
2439
2481
|
type: {
|
|
2440
|
-
name: "String"
|
|
2441
|
-
}
|
|
2442
|
-
}
|
|
2443
|
-
}
|
|
2444
|
-
}
|
|
2482
|
+
name: "String",
|
|
2483
|
+
},
|
|
2484
|
+
},
|
|
2485
|
+
},
|
|
2486
|
+
},
|
|
2445
2487
|
};
|
|
2446
2488
|
//# sourceMappingURL=mappers.js.map
|