@azure/storage-file-share 12.28.0-beta.1 → 12.29.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/AccountSASPermissions.d.ts +1 -1
- package/dist/browser/AccountSASPermissions.js +2 -2
- package/dist/browser/AccountSASPermissions.js.map +1 -1
- package/dist/browser/AccountSASResourceTypes.d.ts +1 -1
- package/dist/browser/AccountSASResourceTypes.js +1 -1
- package/dist/browser/AccountSASResourceTypes.js.map +1 -1
- package/dist/browser/AccountSASSignatureValues.d.ts +3 -3
- package/dist/browser/AccountSASSignatureValues.js +1 -1
- package/dist/browser/AccountSASSignatureValues.js.map +1 -1
- package/dist/browser/Clients.d.ts +53 -53
- package/dist/browser/Clients.d.ts.map +1 -1
- package/dist/browser/Clients.js +52 -51
- package/dist/browser/Clients.js.map +1 -1
- package/dist/browser/FileSASSignatureValues.d.ts +1 -1
- package/dist/browser/FileSASSignatureValues.js.map +1 -1
- package/dist/browser/FileSystemAttributes.d.ts +1 -1
- package/dist/browser/FileSystemAttributes.js +1 -1
- package/dist/browser/FileSystemAttributes.js.map +1 -1
- package/dist/browser/Pipeline.d.ts.map +1 -1
- package/dist/browser/Pipeline.js +2 -1
- package/dist/browser/Pipeline.js.map +1 -1
- package/dist/browser/Range.d.ts +1 -1
- package/dist/browser/Range.js.map +1 -1
- package/dist/browser/SASQueryParameters.d.ts +1 -1
- package/dist/browser/SASQueryParameters.js.map +1 -1
- package/dist/browser/ShareSASPermissions.d.ts +1 -1
- package/dist/browser/ShareSASPermissions.js +1 -1
- package/dist/browser/ShareSASPermissions.js.map +1 -1
- package/dist/browser/ShareServiceClient.d.ts +4 -4
- package/dist/browser/ShareServiceClient.js +4 -4
- package/dist/browser/ShareServiceClient.js.map +1 -1
- package/dist/browser/StorageRetryPolicyFactory.d.ts +1 -1
- package/dist/browser/StorageRetryPolicyFactory.js.map +1 -1
- package/dist/browser/generated/src/models/index.d.ts +62 -52
- package/dist/browser/generated/src/models/index.d.ts.map +1 -1
- package/dist/browser/generated/src/models/index.js +2 -0
- 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 +1779 -1730
- package/dist/browser/generated/src/models/mappers.js.map +1 -1
- package/dist/browser/generated/src/models/parameters.js +388 -388
- package/dist/browser/generated/src/models/parameters.js.map +1 -1
- package/dist/browser/generated/src/operations/directory.js +52 -52
- package/dist/browser/generated/src/operations/directory.js.map +1 -1
- package/dist/browser/generated/src/operations/file.js +113 -113
- package/dist/browser/generated/src/operations/file.js.map +1 -1
- package/dist/browser/generated/src/operations/service.js +18 -18
- package/dist/browser/generated/src/operations/service.js.map +1 -1
- package/dist/browser/generated/src/operations/share.js +104 -104
- package/dist/browser/generated/src/operations/share.js.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/directory.js.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/file.js.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/service.js.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/share.js.map +1 -1
- package/dist/browser/generated/src/storageClient.d.ts.map +1 -1
- package/dist/browser/generated/src/storageClient.js +5 -5
- package/dist/browser/generated/src/storageClient.js.map +1 -1
- package/dist/browser/policies/StorageRetryPolicy.d.ts.map +1 -1
- package/dist/browser/policies/StorageRetryPolicy.js +15 -17
- package/dist/browser/policies/StorageRetryPolicy.js.map +1 -1
- package/dist/browser/policies/StorageRetryPolicyV2.d.ts.map +1 -1
- package/dist/browser/policies/StorageRetryPolicyV2.js +15 -17
- package/dist/browser/policies/StorageRetryPolicyV2.js.map +1 -1
- package/dist/browser/utils/constants.js +2 -2
- package/dist/browser/utils/constants.js.map +1 -1
- package/dist/browser/utils/utils.common.d.ts +2 -2
- package/dist/browser/utils/utils.common.js +2 -2
- package/dist/browser/utils/utils.common.js.map +1 -1
- package/dist/commonjs/AccountSASPermissions.d.ts +1 -1
- package/dist/commonjs/AccountSASPermissions.js +2 -2
- package/dist/commonjs/AccountSASPermissions.js.map +1 -1
- package/dist/commonjs/AccountSASResourceTypes.d.ts +1 -1
- package/dist/commonjs/AccountSASResourceTypes.js +1 -1
- package/dist/commonjs/AccountSASResourceTypes.js.map +1 -1
- package/dist/commonjs/AccountSASSignatureValues.d.ts +3 -3
- package/dist/commonjs/AccountSASSignatureValues.js +1 -1
- package/dist/commonjs/AccountSASSignatureValues.js.map +1 -1
- package/dist/commonjs/Clients.d.ts +53 -53
- package/dist/commonjs/Clients.d.ts.map +1 -1
- package/dist/commonjs/Clients.js +52 -51
- package/dist/commonjs/Clients.js.map +1 -1
- package/dist/commonjs/FileSASSignatureValues.d.ts +1 -1
- package/dist/commonjs/FileSASSignatureValues.js.map +1 -1
- package/dist/commonjs/FileSystemAttributes.d.ts +1 -1
- package/dist/commonjs/FileSystemAttributes.js +1 -1
- package/dist/commonjs/FileSystemAttributes.js.map +1 -1
- package/dist/commonjs/Pipeline.d.ts.map +1 -1
- package/dist/commonjs/Pipeline.js +1 -0
- package/dist/commonjs/Pipeline.js.map +1 -1
- package/dist/commonjs/Range.d.ts +1 -1
- package/dist/commonjs/Range.js.map +1 -1
- package/dist/commonjs/SASQueryParameters.d.ts +1 -1
- package/dist/commonjs/SASQueryParameters.js.map +1 -1
- package/dist/commonjs/ShareSASPermissions.d.ts +1 -1
- package/dist/commonjs/ShareSASPermissions.js +1 -1
- package/dist/commonjs/ShareSASPermissions.js.map +1 -1
- package/dist/commonjs/ShareServiceClient.d.ts +4 -4
- package/dist/commonjs/ShareServiceClient.js +4 -4
- package/dist/commonjs/ShareServiceClient.js.map +1 -1
- package/dist/commonjs/StorageRetryPolicyFactory.d.ts +1 -1
- package/dist/commonjs/StorageRetryPolicyFactory.js.map +1 -1
- package/dist/commonjs/generated/src/models/index.d.ts +62 -52
- package/dist/commonjs/generated/src/models/index.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/index.js +2 -0
- 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 +1779 -1730
- package/dist/commonjs/generated/src/models/mappers.js.map +1 -1
- package/dist/commonjs/generated/src/models/parameters.js +387 -387
- package/dist/commonjs/generated/src/models/parameters.js.map +1 -1
- package/dist/commonjs/generated/src/operations/directory.js +52 -52
- package/dist/commonjs/generated/src/operations/directory.js.map +1 -1
- package/dist/commonjs/generated/src/operations/file.js +113 -113
- package/dist/commonjs/generated/src/operations/file.js.map +1 -1
- package/dist/commonjs/generated/src/operations/service.js +18 -18
- package/dist/commonjs/generated/src/operations/service.js.map +1 -1
- package/dist/commonjs/generated/src/operations/share.js +104 -104
- package/dist/commonjs/generated/src/operations/share.js.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/directory.js.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/file.js.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/service.js.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/share.js.map +1 -1
- package/dist/commonjs/generated/src/storageClient.d.ts.map +1 -1
- package/dist/commonjs/generated/src/storageClient.js +4 -4
- package/dist/commonjs/generated/src/storageClient.js.map +1 -1
- package/dist/commonjs/policies/StorageRetryPolicy.d.ts.map +1 -1
- package/dist/commonjs/policies/StorageRetryPolicy.js +14 -16
- package/dist/commonjs/policies/StorageRetryPolicy.js.map +1 -1
- package/dist/commonjs/policies/StorageRetryPolicyV2.d.ts.map +1 -1
- package/dist/commonjs/policies/StorageRetryPolicyV2.js +14 -16
- package/dist/commonjs/policies/StorageRetryPolicyV2.js.map +1 -1
- package/dist/commonjs/utils/constants.js +2 -2
- package/dist/commonjs/utils/constants.js.map +1 -1
- package/dist/commonjs/utils/utils.common.d.ts +2 -2
- package/dist/commonjs/utils/utils.common.js +2 -2
- package/dist/commonjs/utils/utils.common.js.map +1 -1
- package/dist/esm/AccountSASPermissions.d.ts +1 -1
- package/dist/esm/AccountSASPermissions.js +2 -2
- package/dist/esm/AccountSASPermissions.js.map +1 -1
- package/dist/esm/AccountSASResourceTypes.d.ts +1 -1
- package/dist/esm/AccountSASResourceTypes.js +1 -1
- package/dist/esm/AccountSASResourceTypes.js.map +1 -1
- package/dist/esm/AccountSASSignatureValues.d.ts +3 -3
- package/dist/esm/AccountSASSignatureValues.js +1 -1
- package/dist/esm/AccountSASSignatureValues.js.map +1 -1
- package/dist/esm/Clients.d.ts +53 -53
- package/dist/esm/Clients.d.ts.map +1 -1
- package/dist/esm/Clients.js +52 -51
- package/dist/esm/Clients.js.map +1 -1
- package/dist/esm/FileSASSignatureValues.d.ts +1 -1
- package/dist/esm/FileSASSignatureValues.js.map +1 -1
- package/dist/esm/FileSystemAttributes.d.ts +1 -1
- package/dist/esm/FileSystemAttributes.js +1 -1
- package/dist/esm/FileSystemAttributes.js.map +1 -1
- package/dist/esm/Pipeline.d.ts.map +1 -1
- package/dist/esm/Pipeline.js +2 -1
- package/dist/esm/Pipeline.js.map +1 -1
- package/dist/esm/Range.d.ts +1 -1
- package/dist/esm/Range.js.map +1 -1
- package/dist/esm/SASQueryParameters.d.ts +1 -1
- package/dist/esm/SASQueryParameters.js.map +1 -1
- package/dist/esm/ShareSASPermissions.d.ts +1 -1
- package/dist/esm/ShareSASPermissions.js +1 -1
- package/dist/esm/ShareSASPermissions.js.map +1 -1
- package/dist/esm/ShareServiceClient.d.ts +4 -4
- package/dist/esm/ShareServiceClient.js +4 -4
- package/dist/esm/ShareServiceClient.js.map +1 -1
- package/dist/esm/StorageRetryPolicyFactory.d.ts +1 -1
- package/dist/esm/StorageRetryPolicyFactory.js.map +1 -1
- package/dist/esm/generated/src/models/index.d.ts +62 -52
- package/dist/esm/generated/src/models/index.d.ts.map +1 -1
- package/dist/esm/generated/src/models/index.js +2 -0
- 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 +1779 -1730
- package/dist/esm/generated/src/models/mappers.js.map +1 -1
- package/dist/esm/generated/src/models/parameters.js +388 -388
- package/dist/esm/generated/src/models/parameters.js.map +1 -1
- package/dist/esm/generated/src/operations/directory.js +52 -52
- package/dist/esm/generated/src/operations/directory.js.map +1 -1
- package/dist/esm/generated/src/operations/file.js +113 -113
- package/dist/esm/generated/src/operations/file.js.map +1 -1
- package/dist/esm/generated/src/operations/service.js +18 -18
- package/dist/esm/generated/src/operations/service.js.map +1 -1
- package/dist/esm/generated/src/operations/share.js +104 -104
- package/dist/esm/generated/src/operations/share.js.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/directory.js.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/file.js.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/service.js.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/share.js.map +1 -1
- package/dist/esm/generated/src/storageClient.d.ts.map +1 -1
- package/dist/esm/generated/src/storageClient.js +5 -5
- package/dist/esm/generated/src/storageClient.js.map +1 -1
- package/dist/esm/policies/StorageRetryPolicy.d.ts.map +1 -1
- package/dist/esm/policies/StorageRetryPolicy.js +15 -17
- package/dist/esm/policies/StorageRetryPolicy.js.map +1 -1
- package/dist/esm/policies/StorageRetryPolicyV2.d.ts.map +1 -1
- package/dist/esm/policies/StorageRetryPolicyV2.js +15 -17
- package/dist/esm/policies/StorageRetryPolicyV2.js.map +1 -1
- package/dist/esm/utils/constants.js +2 -2
- package/dist/esm/utils/constants.js.map +1 -1
- package/dist/esm/utils/utils.common.d.ts +2 -2
- package/dist/esm/utils/utils.common.js +2 -2
- package/dist/esm/utils/utils.common.js.map +1 -1
- package/dist/react-native/AccountSASPermissions.d.ts +1 -1
- package/dist/react-native/AccountSASPermissions.js +2 -2
- package/dist/react-native/AccountSASPermissions.js.map +1 -1
- package/dist/react-native/AccountSASResourceTypes.d.ts +1 -1
- package/dist/react-native/AccountSASResourceTypes.js +1 -1
- package/dist/react-native/AccountSASResourceTypes.js.map +1 -1
- package/dist/react-native/AccountSASSignatureValues.d.ts +3 -3
- package/dist/react-native/AccountSASSignatureValues.js +1 -1
- package/dist/react-native/AccountSASSignatureValues.js.map +1 -1
- package/dist/react-native/Clients.d.ts +53 -53
- package/dist/react-native/Clients.d.ts.map +1 -1
- package/dist/react-native/Clients.js +52 -51
- package/dist/react-native/Clients.js.map +1 -1
- package/dist/react-native/FileSASSignatureValues.d.ts +1 -1
- package/dist/react-native/FileSASSignatureValues.js.map +1 -1
- package/dist/react-native/FileSystemAttributes.d.ts +1 -1
- package/dist/react-native/FileSystemAttributes.js +1 -1
- package/dist/react-native/FileSystemAttributes.js.map +1 -1
- package/dist/react-native/Pipeline.d.ts.map +1 -1
- package/dist/react-native/Pipeline.js +2 -1
- package/dist/react-native/Pipeline.js.map +1 -1
- package/dist/react-native/Range.d.ts +1 -1
- package/dist/react-native/Range.js.map +1 -1
- package/dist/react-native/SASQueryParameters.d.ts +1 -1
- package/dist/react-native/SASQueryParameters.js.map +1 -1
- package/dist/react-native/ShareSASPermissions.d.ts +1 -1
- package/dist/react-native/ShareSASPermissions.js +1 -1
- package/dist/react-native/ShareSASPermissions.js.map +1 -1
- package/dist/react-native/ShareServiceClient.d.ts +4 -4
- package/dist/react-native/ShareServiceClient.js +4 -4
- package/dist/react-native/ShareServiceClient.js.map +1 -1
- package/dist/react-native/StorageRetryPolicyFactory.d.ts +1 -1
- package/dist/react-native/StorageRetryPolicyFactory.js.map +1 -1
- package/dist/react-native/generated/src/models/index.d.ts +62 -52
- package/dist/react-native/generated/src/models/index.d.ts.map +1 -1
- package/dist/react-native/generated/src/models/index.js +2 -0
- 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 +1779 -1730
- package/dist/react-native/generated/src/models/mappers.js.map +1 -1
- package/dist/react-native/generated/src/models/parameters.js +388 -388
- package/dist/react-native/generated/src/models/parameters.js.map +1 -1
- package/dist/react-native/generated/src/operations/directory.js +52 -52
- package/dist/react-native/generated/src/operations/directory.js.map +1 -1
- package/dist/react-native/generated/src/operations/file.js +113 -113
- package/dist/react-native/generated/src/operations/file.js.map +1 -1
- package/dist/react-native/generated/src/operations/service.js +18 -18
- package/dist/react-native/generated/src/operations/service.js.map +1 -1
- package/dist/react-native/generated/src/operations/share.js +104 -104
- package/dist/react-native/generated/src/operations/share.js.map +1 -1
- package/dist/react-native/generated/src/operationsInterfaces/directory.js.map +1 -1
- package/dist/react-native/generated/src/operationsInterfaces/file.js.map +1 -1
- package/dist/react-native/generated/src/operationsInterfaces/service.js.map +1 -1
- package/dist/react-native/generated/src/operationsInterfaces/share.js.map +1 -1
- package/dist/react-native/generated/src/storageClient.d.ts.map +1 -1
- package/dist/react-native/generated/src/storageClient.js +5 -5
- package/dist/react-native/generated/src/storageClient.js.map +1 -1
- package/dist/react-native/policies/StorageRetryPolicy.d.ts.map +1 -1
- package/dist/react-native/policies/StorageRetryPolicy.js +15 -17
- package/dist/react-native/policies/StorageRetryPolicy.js.map +1 -1
- package/dist/react-native/policies/StorageRetryPolicyV2.d.ts.map +1 -1
- package/dist/react-native/policies/StorageRetryPolicyV2.js +15 -17
- package/dist/react-native/policies/StorageRetryPolicyV2.js.map +1 -1
- package/dist/react-native/utils/constants.js +2 -2
- package/dist/react-native/utils/constants.js.map +1 -1
- package/dist/react-native/utils/utils.common.d.ts +2 -2
- package/dist/react-native/utils/utils.common.js +2 -2
- package/dist/react-native/utils/utils.common.js.map +1 -1
- package/package.json +5 -5
@@ -5,7 +5,7 @@
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
7
|
*/
|
8
|
-
import { FileServiceProperties as FileServicePropertiesMapper, SharePermission as SharePermissionMapper } from "../models/mappers.js";
|
8
|
+
import { FileServiceProperties as FileServicePropertiesMapper, SharePermission as SharePermissionMapper, } from "../models/mappers.js";
|
9
9
|
export const contentType = {
|
10
10
|
parameterPath: ["options", "contentType"],
|
11
11
|
mapper: {
|
@@ -13,13 +13,13 @@ export const contentType = {
|
|
13
13
|
isConstant: true,
|
14
14
|
serializedName: "Content-Type",
|
15
15
|
type: {
|
16
|
-
name: "String"
|
17
|
-
}
|
18
|
-
}
|
16
|
+
name: "String",
|
17
|
+
},
|
18
|
+
},
|
19
19
|
};
|
20
20
|
export const properties = {
|
21
21
|
parameterPath: "properties",
|
22
|
-
mapper: FileServicePropertiesMapper
|
22
|
+
mapper: FileServicePropertiesMapper,
|
23
23
|
};
|
24
24
|
export const accept = {
|
25
25
|
parameterPath: "accept",
|
@@ -28,9 +28,9 @@ export const accept = {
|
|
28
28
|
isConstant: true,
|
29
29
|
serializedName: "Accept",
|
30
30
|
type: {
|
31
|
-
name: "String"
|
32
|
-
}
|
33
|
-
}
|
31
|
+
name: "String",
|
32
|
+
},
|
33
|
+
},
|
34
34
|
};
|
35
35
|
export const url = {
|
36
36
|
parameterPath: "url",
|
@@ -39,10 +39,10 @@ export const url = {
|
|
39
39
|
required: true,
|
40
40
|
xmlName: "url",
|
41
41
|
type: {
|
42
|
-
name: "String"
|
43
|
-
}
|
42
|
+
name: "String",
|
43
|
+
},
|
44
44
|
},
|
45
|
-
skipEncoding: true
|
45
|
+
skipEncoding: true,
|
46
46
|
};
|
47
47
|
export const restype = {
|
48
48
|
parameterPath: "restype",
|
@@ -51,9 +51,9 @@ export const restype = {
|
|
51
51
|
isConstant: true,
|
52
52
|
serializedName: "restype",
|
53
53
|
type: {
|
54
|
-
name: "String"
|
55
|
-
}
|
56
|
-
}
|
54
|
+
name: "String",
|
55
|
+
},
|
56
|
+
},
|
57
57
|
};
|
58
58
|
export const comp = {
|
59
59
|
parameterPath: "comp",
|
@@ -62,33 +62,33 @@ export const comp = {
|
|
62
62
|
isConstant: true,
|
63
63
|
serializedName: "comp",
|
64
64
|
type: {
|
65
|
-
name: "String"
|
66
|
-
}
|
67
|
-
}
|
65
|
+
name: "String",
|
66
|
+
},
|
67
|
+
},
|
68
68
|
};
|
69
69
|
export const timeoutInSeconds = {
|
70
70
|
parameterPath: ["options", "timeoutInSeconds"],
|
71
71
|
mapper: {
|
72
72
|
constraints: {
|
73
|
-
InclusiveMinimum: 0
|
73
|
+
InclusiveMinimum: 0,
|
74
74
|
},
|
75
75
|
serializedName: "timeout",
|
76
76
|
xmlName: "timeout",
|
77
77
|
type: {
|
78
|
-
name: "Number"
|
79
|
-
}
|
80
|
-
}
|
78
|
+
name: "Number",
|
79
|
+
},
|
80
|
+
},
|
81
81
|
};
|
82
82
|
export const version = {
|
83
83
|
parameterPath: "version",
|
84
84
|
mapper: {
|
85
|
-
defaultValue: "2025-
|
85
|
+
defaultValue: "2025-11-05",
|
86
86
|
isConstant: true,
|
87
87
|
serializedName: "x-ms-version",
|
88
88
|
type: {
|
89
|
-
name: "String"
|
90
|
-
}
|
91
|
-
}
|
89
|
+
name: "String",
|
90
|
+
},
|
91
|
+
},
|
92
92
|
};
|
93
93
|
export const fileRequestIntent = {
|
94
94
|
parameterPath: ["options", "fileRequestIntent"],
|
@@ -96,9 +96,9 @@ export const fileRequestIntent = {
|
|
96
96
|
serializedName: "x-ms-file-request-intent",
|
97
97
|
xmlName: "x-ms-file-request-intent",
|
98
98
|
type: {
|
99
|
-
name: "String"
|
100
|
-
}
|
101
|
-
}
|
99
|
+
name: "String",
|
100
|
+
},
|
101
|
+
},
|
102
102
|
};
|
103
103
|
export const accept1 = {
|
104
104
|
parameterPath: "accept",
|
@@ -107,9 +107,9 @@ export const accept1 = {
|
|
107
107
|
isConstant: true,
|
108
108
|
serializedName: "Accept",
|
109
109
|
type: {
|
110
|
-
name: "String"
|
111
|
-
}
|
112
|
-
}
|
110
|
+
name: "String",
|
111
|
+
},
|
112
|
+
},
|
113
113
|
};
|
114
114
|
export const comp1 = {
|
115
115
|
parameterPath: "comp",
|
@@ -118,9 +118,9 @@ export const comp1 = {
|
|
118
118
|
isConstant: true,
|
119
119
|
serializedName: "comp",
|
120
120
|
type: {
|
121
|
-
name: "String"
|
122
|
-
}
|
123
|
-
}
|
121
|
+
name: "String",
|
122
|
+
},
|
123
|
+
},
|
124
124
|
};
|
125
125
|
export const prefix = {
|
126
126
|
parameterPath: ["options", "prefix"],
|
@@ -128,9 +128,9 @@ export const prefix = {
|
|
128
128
|
serializedName: "prefix",
|
129
129
|
xmlName: "prefix",
|
130
130
|
type: {
|
131
|
-
name: "String"
|
132
|
-
}
|
133
|
-
}
|
131
|
+
name: "String",
|
132
|
+
},
|
133
|
+
},
|
134
134
|
};
|
135
135
|
export const marker = {
|
136
136
|
parameterPath: ["options", "marker"],
|
@@ -138,22 +138,22 @@ export const marker = {
|
|
138
138
|
serializedName: "marker",
|
139
139
|
xmlName: "marker",
|
140
140
|
type: {
|
141
|
-
name: "String"
|
142
|
-
}
|
143
|
-
}
|
141
|
+
name: "String",
|
142
|
+
},
|
143
|
+
},
|
144
144
|
};
|
145
145
|
export const maxResults = {
|
146
146
|
parameterPath: ["options", "maxResults"],
|
147
147
|
mapper: {
|
148
148
|
constraints: {
|
149
|
-
InclusiveMinimum: 1
|
149
|
+
InclusiveMinimum: 1,
|
150
150
|
},
|
151
151
|
serializedName: "maxresults",
|
152
152
|
xmlName: "maxresults",
|
153
153
|
type: {
|
154
|
-
name: "Number"
|
155
|
-
}
|
156
|
-
}
|
154
|
+
name: "Number",
|
155
|
+
},
|
156
|
+
},
|
157
157
|
};
|
158
158
|
export const include = {
|
159
159
|
parameterPath: ["options", "include"],
|
@@ -166,12 +166,12 @@ export const include = {
|
|
166
166
|
element: {
|
167
167
|
type: {
|
168
168
|
name: "Enum",
|
169
|
-
allowedValues: ["snapshots", "metadata", "deleted"]
|
170
|
-
}
|
171
|
-
}
|
172
|
-
}
|
169
|
+
allowedValues: ["snapshots", "metadata", "deleted"],
|
170
|
+
},
|
171
|
+
},
|
172
|
+
},
|
173
173
|
},
|
174
|
-
collectionFormat: "CSV"
|
174
|
+
collectionFormat: "CSV",
|
175
175
|
};
|
176
176
|
export const restype1 = {
|
177
177
|
parameterPath: "restype",
|
@@ -180,9 +180,9 @@ export const restype1 = {
|
|
180
180
|
isConstant: true,
|
181
181
|
serializedName: "restype",
|
182
182
|
type: {
|
183
|
-
name: "String"
|
184
|
-
}
|
185
|
-
}
|
183
|
+
name: "String",
|
184
|
+
},
|
185
|
+
},
|
186
186
|
};
|
187
187
|
export const metadata = {
|
188
188
|
parameterPath: ["options", "metadata"],
|
@@ -192,22 +192,22 @@ export const metadata = {
|
|
192
192
|
headerCollectionPrefix: "x-ms-meta-",
|
193
193
|
type: {
|
194
194
|
name: "Dictionary",
|
195
|
-
value: { type: { name: "String" } }
|
196
|
-
}
|
197
|
-
}
|
195
|
+
value: { type: { name: "String" } },
|
196
|
+
},
|
197
|
+
},
|
198
198
|
};
|
199
199
|
export const quota = {
|
200
200
|
parameterPath: ["options", "quota"],
|
201
201
|
mapper: {
|
202
202
|
constraints: {
|
203
|
-
InclusiveMinimum: 1
|
203
|
+
InclusiveMinimum: 1,
|
204
204
|
},
|
205
205
|
serializedName: "x-ms-share-quota",
|
206
206
|
xmlName: "x-ms-share-quota",
|
207
207
|
type: {
|
208
|
-
name: "Number"
|
209
|
-
}
|
210
|
-
}
|
208
|
+
name: "Number",
|
209
|
+
},
|
210
|
+
},
|
211
211
|
};
|
212
212
|
export const accessTier = {
|
213
213
|
parameterPath: ["options", "accessTier"],
|
@@ -216,9 +216,9 @@ export const accessTier = {
|
|
216
216
|
xmlName: "x-ms-access-tier",
|
217
217
|
type: {
|
218
218
|
name: "Enum",
|
219
|
-
allowedValues: ["TransactionOptimized", "Hot", "Cool", "Premium"]
|
220
|
-
}
|
221
|
-
}
|
219
|
+
allowedValues: ["TransactionOptimized", "Hot", "Cool", "Premium"],
|
220
|
+
},
|
221
|
+
},
|
222
222
|
};
|
223
223
|
export const enabledProtocols = {
|
224
224
|
parameterPath: ["options", "enabledProtocols"],
|
@@ -226,9 +226,9 @@ export const enabledProtocols = {
|
|
226
226
|
serializedName: "x-ms-enabled-protocols",
|
227
227
|
xmlName: "x-ms-enabled-protocols",
|
228
228
|
type: {
|
229
|
-
name: "String"
|
230
|
-
}
|
231
|
-
}
|
229
|
+
name: "String",
|
230
|
+
},
|
231
|
+
},
|
232
232
|
};
|
233
233
|
export const rootSquash = {
|
234
234
|
parameterPath: ["options", "rootSquash"],
|
@@ -237,9 +237,9 @@ export const rootSquash = {
|
|
237
237
|
xmlName: "x-ms-root-squash",
|
238
238
|
type: {
|
239
239
|
name: "Enum",
|
240
|
-
allowedValues: ["NoRootSquash", "RootSquash", "AllSquash"]
|
241
|
-
}
|
242
|
-
}
|
240
|
+
allowedValues: ["NoRootSquash", "RootSquash", "AllSquash"],
|
241
|
+
},
|
242
|
+
},
|
243
243
|
};
|
244
244
|
export const enableSnapshotVirtualDirectoryAccess = {
|
245
245
|
parameterPath: ["options", "enableSnapshotVirtualDirectoryAccess"],
|
@@ -247,9 +247,9 @@ export const enableSnapshotVirtualDirectoryAccess = {
|
|
247
247
|
serializedName: "x-ms-enable-snapshot-virtual-directory-access",
|
248
248
|
xmlName: "x-ms-enable-snapshot-virtual-directory-access",
|
249
249
|
type: {
|
250
|
-
name: "Boolean"
|
251
|
-
}
|
252
|
-
}
|
250
|
+
name: "Boolean",
|
251
|
+
},
|
252
|
+
},
|
253
253
|
};
|
254
254
|
export const paidBurstingEnabled = {
|
255
255
|
parameterPath: ["options", "paidBurstingEnabled"],
|
@@ -257,9 +257,9 @@ export const paidBurstingEnabled = {
|
|
257
257
|
serializedName: "x-ms-share-paid-bursting-enabled",
|
258
258
|
xmlName: "x-ms-share-paid-bursting-enabled",
|
259
259
|
type: {
|
260
|
-
name: "Boolean"
|
261
|
-
}
|
262
|
-
}
|
260
|
+
name: "Boolean",
|
261
|
+
},
|
262
|
+
},
|
263
263
|
};
|
264
264
|
export const paidBurstingMaxBandwidthMibps = {
|
265
265
|
parameterPath: ["options", "paidBurstingMaxBandwidthMibps"],
|
@@ -267,9 +267,9 @@ export const paidBurstingMaxBandwidthMibps = {
|
|
267
267
|
serializedName: "x-ms-share-paid-bursting-max-bandwidth-mibps",
|
268
268
|
xmlName: "x-ms-share-paid-bursting-max-bandwidth-mibps",
|
269
269
|
type: {
|
270
|
-
name: "Number"
|
271
|
-
}
|
272
|
-
}
|
270
|
+
name: "Number",
|
271
|
+
},
|
272
|
+
},
|
273
273
|
};
|
274
274
|
export const paidBurstingMaxIops = {
|
275
275
|
parameterPath: ["options", "paidBurstingMaxIops"],
|
@@ -277,9 +277,9 @@ export const paidBurstingMaxIops = {
|
|
277
277
|
serializedName: "x-ms-share-paid-bursting-max-iops",
|
278
278
|
xmlName: "x-ms-share-paid-bursting-max-iops",
|
279
279
|
type: {
|
280
|
-
name: "Number"
|
281
|
-
}
|
282
|
-
}
|
280
|
+
name: "Number",
|
281
|
+
},
|
282
|
+
},
|
283
283
|
};
|
284
284
|
export const shareProvisionedIops = {
|
285
285
|
parameterPath: ["options", "shareProvisionedIops"],
|
@@ -287,9 +287,9 @@ export const shareProvisionedIops = {
|
|
287
287
|
serializedName: "x-ms-share-provisioned-iops",
|
288
288
|
xmlName: "x-ms-share-provisioned-iops",
|
289
289
|
type: {
|
290
|
-
name: "Number"
|
291
|
-
}
|
292
|
-
}
|
290
|
+
name: "Number",
|
291
|
+
},
|
292
|
+
},
|
293
293
|
};
|
294
294
|
export const shareProvisionedBandwidthMibps = {
|
295
295
|
parameterPath: ["options", "shareProvisionedBandwidthMibps"],
|
@@ -297,9 +297,9 @@ export const shareProvisionedBandwidthMibps = {
|
|
297
297
|
serializedName: "x-ms-share-provisioned-bandwidth-mibps",
|
298
298
|
xmlName: "x-ms-share-provisioned-bandwidth-mibps",
|
299
299
|
type: {
|
300
|
-
name: "Number"
|
301
|
-
}
|
302
|
-
}
|
300
|
+
name: "Number",
|
301
|
+
},
|
302
|
+
},
|
303
303
|
};
|
304
304
|
export const shareSnapshot = {
|
305
305
|
parameterPath: ["options", "shareSnapshot"],
|
@@ -307,9 +307,9 @@ export const shareSnapshot = {
|
|
307
307
|
serializedName: "sharesnapshot",
|
308
308
|
xmlName: "sharesnapshot",
|
309
309
|
type: {
|
310
|
-
name: "String"
|
311
|
-
}
|
312
|
-
}
|
310
|
+
name: "String",
|
311
|
+
},
|
312
|
+
},
|
313
313
|
};
|
314
314
|
export const leaseId = {
|
315
315
|
parameterPath: ["options", "leaseAccessConditions", "leaseId"],
|
@@ -317,9 +317,9 @@ export const leaseId = {
|
|
317
317
|
serializedName: "x-ms-lease-id",
|
318
318
|
xmlName: "x-ms-lease-id",
|
319
319
|
type: {
|
320
|
-
name: "String"
|
321
|
-
}
|
322
|
-
}
|
320
|
+
name: "String",
|
321
|
+
},
|
322
|
+
},
|
323
323
|
};
|
324
324
|
export const deleteSnapshots = {
|
325
325
|
parameterPath: ["options", "deleteSnapshots"],
|
@@ -328,9 +328,9 @@ export const deleteSnapshots = {
|
|
328
328
|
xmlName: "x-ms-delete-snapshots",
|
329
329
|
type: {
|
330
330
|
name: "Enum",
|
331
|
-
allowedValues: ["include", "include-leased"]
|
332
|
-
}
|
333
|
-
}
|
331
|
+
allowedValues: ["include", "include-leased"],
|
332
|
+
},
|
333
|
+
},
|
334
334
|
};
|
335
335
|
export const comp2 = {
|
336
336
|
parameterPath: "comp",
|
@@ -339,9 +339,9 @@ export const comp2 = {
|
|
339
339
|
isConstant: true,
|
340
340
|
serializedName: "comp",
|
341
341
|
type: {
|
342
|
-
name: "String"
|
343
|
-
}
|
344
|
-
}
|
342
|
+
name: "String",
|
343
|
+
},
|
344
|
+
},
|
345
345
|
};
|
346
346
|
export const action = {
|
347
347
|
parameterPath: "action",
|
@@ -350,9 +350,9 @@ export const action = {
|
|
350
350
|
isConstant: true,
|
351
351
|
serializedName: "x-ms-lease-action",
|
352
352
|
type: {
|
353
|
-
name: "String"
|
354
|
-
}
|
355
|
-
}
|
353
|
+
name: "String",
|
354
|
+
},
|
355
|
+
},
|
356
356
|
};
|
357
357
|
export const duration = {
|
358
358
|
parameterPath: ["options", "duration"],
|
@@ -360,9 +360,9 @@ export const duration = {
|
|
360
360
|
serializedName: "x-ms-lease-duration",
|
361
361
|
xmlName: "x-ms-lease-duration",
|
362
362
|
type: {
|
363
|
-
name: "Number"
|
364
|
-
}
|
365
|
-
}
|
363
|
+
name: "Number",
|
364
|
+
},
|
365
|
+
},
|
366
366
|
};
|
367
367
|
export const proposedLeaseId = {
|
368
368
|
parameterPath: ["options", "proposedLeaseId"],
|
@@ -370,9 +370,9 @@ export const proposedLeaseId = {
|
|
370
370
|
serializedName: "x-ms-proposed-lease-id",
|
371
371
|
xmlName: "x-ms-proposed-lease-id",
|
372
372
|
type: {
|
373
|
-
name: "String"
|
374
|
-
}
|
375
|
-
}
|
373
|
+
name: "String",
|
374
|
+
},
|
375
|
+
},
|
376
376
|
};
|
377
377
|
export const requestId = {
|
378
378
|
parameterPath: ["options", "requestId"],
|
@@ -380,9 +380,9 @@ export const requestId = {
|
|
380
380
|
serializedName: "x-ms-client-request-id",
|
381
381
|
xmlName: "x-ms-client-request-id",
|
382
382
|
type: {
|
383
|
-
name: "String"
|
384
|
-
}
|
385
|
-
}
|
383
|
+
name: "String",
|
384
|
+
},
|
385
|
+
},
|
386
386
|
};
|
387
387
|
export const action1 = {
|
388
388
|
parameterPath: "action",
|
@@ -391,9 +391,9 @@ export const action1 = {
|
|
391
391
|
isConstant: true,
|
392
392
|
serializedName: "x-ms-lease-action",
|
393
393
|
type: {
|
394
|
-
name: "String"
|
395
|
-
}
|
396
|
-
}
|
394
|
+
name: "String",
|
395
|
+
},
|
396
|
+
},
|
397
397
|
};
|
398
398
|
export const leaseId1 = {
|
399
399
|
parameterPath: "leaseId",
|
@@ -402,9 +402,9 @@ export const leaseId1 = {
|
|
402
402
|
required: true,
|
403
403
|
xmlName: "x-ms-lease-id",
|
404
404
|
type: {
|
405
|
-
name: "String"
|
406
|
-
}
|
407
|
-
}
|
405
|
+
name: "String",
|
406
|
+
},
|
407
|
+
},
|
408
408
|
};
|
409
409
|
export const action2 = {
|
410
410
|
parameterPath: "action",
|
@@ -413,9 +413,9 @@ export const action2 = {
|
|
413
413
|
isConstant: true,
|
414
414
|
serializedName: "x-ms-lease-action",
|
415
415
|
type: {
|
416
|
-
name: "String"
|
417
|
-
}
|
418
|
-
}
|
416
|
+
name: "String",
|
417
|
+
},
|
418
|
+
},
|
419
419
|
};
|
420
420
|
export const action3 = {
|
421
421
|
parameterPath: "action",
|
@@ -424,9 +424,9 @@ export const action3 = {
|
|
424
424
|
isConstant: true,
|
425
425
|
serializedName: "x-ms-lease-action",
|
426
426
|
type: {
|
427
|
-
name: "String"
|
428
|
-
}
|
429
|
-
}
|
427
|
+
name: "String",
|
428
|
+
},
|
429
|
+
},
|
430
430
|
};
|
431
431
|
export const action4 = {
|
432
432
|
parameterPath: "action",
|
@@ -435,9 +435,9 @@ export const action4 = {
|
|
435
435
|
isConstant: true,
|
436
436
|
serializedName: "x-ms-lease-action",
|
437
437
|
type: {
|
438
|
-
name: "String"
|
439
|
-
}
|
440
|
-
}
|
438
|
+
name: "String",
|
439
|
+
},
|
440
|
+
},
|
441
441
|
};
|
442
442
|
export const breakPeriod = {
|
443
443
|
parameterPath: ["options", "breakPeriod"],
|
@@ -445,9 +445,9 @@ export const breakPeriod = {
|
|
445
445
|
serializedName: "x-ms-lease-break-period",
|
446
446
|
xmlName: "x-ms-lease-break-period",
|
447
447
|
type: {
|
448
|
-
name: "Number"
|
449
|
-
}
|
450
|
-
}
|
448
|
+
name: "Number",
|
449
|
+
},
|
450
|
+
},
|
451
451
|
};
|
452
452
|
export const comp3 = {
|
453
453
|
parameterPath: "comp",
|
@@ -456,9 +456,9 @@ export const comp3 = {
|
|
456
456
|
isConstant: true,
|
457
457
|
serializedName: "comp",
|
458
458
|
type: {
|
459
|
-
name: "String"
|
460
|
-
}
|
461
|
-
}
|
459
|
+
name: "String",
|
460
|
+
},
|
461
|
+
},
|
462
462
|
};
|
463
463
|
export const contentType1 = {
|
464
464
|
parameterPath: ["options", "contentType"],
|
@@ -467,13 +467,13 @@ export const contentType1 = {
|
|
467
467
|
isConstant: true,
|
468
468
|
serializedName: "Content-Type",
|
469
469
|
type: {
|
470
|
-
name: "String"
|
471
|
-
}
|
472
|
-
}
|
470
|
+
name: "String",
|
471
|
+
},
|
472
|
+
},
|
473
473
|
};
|
474
474
|
export const sharePermission = {
|
475
475
|
parameterPath: "sharePermission",
|
476
|
-
mapper: SharePermissionMapper
|
476
|
+
mapper: SharePermissionMapper,
|
477
477
|
};
|
478
478
|
export const comp4 = {
|
479
479
|
parameterPath: "comp",
|
@@ -482,9 +482,9 @@ export const comp4 = {
|
|
482
482
|
isConstant: true,
|
483
483
|
serializedName: "comp",
|
484
484
|
type: {
|
485
|
-
name: "String"
|
486
|
-
}
|
487
|
-
}
|
485
|
+
name: "String",
|
486
|
+
},
|
487
|
+
},
|
488
488
|
};
|
489
489
|
export const accept2 = {
|
490
490
|
parameterPath: "accept",
|
@@ -493,9 +493,9 @@ export const accept2 = {
|
|
493
493
|
isConstant: true,
|
494
494
|
serializedName: "Accept",
|
495
495
|
type: {
|
496
|
-
name: "String"
|
497
|
-
}
|
498
|
-
}
|
496
|
+
name: "String",
|
497
|
+
},
|
498
|
+
},
|
499
499
|
};
|
500
500
|
export const filePermissionKey = {
|
501
501
|
parameterPath: "filePermissionKey",
|
@@ -504,9 +504,9 @@ export const filePermissionKey = {
|
|
504
504
|
required: true,
|
505
505
|
xmlName: "x-ms-file-permission-key",
|
506
506
|
type: {
|
507
|
-
name: "String"
|
508
|
-
}
|
509
|
-
}
|
507
|
+
name: "String",
|
508
|
+
},
|
509
|
+
},
|
510
510
|
};
|
511
511
|
export const filePermissionFormat = {
|
512
512
|
parameterPath: ["options", "filePermissionFormat"],
|
@@ -515,9 +515,9 @@ export const filePermissionFormat = {
|
|
515
515
|
xmlName: "x-ms-file-permission-format",
|
516
516
|
type: {
|
517
517
|
name: "Enum",
|
518
|
-
allowedValues: ["Sddl", "Binary"]
|
519
|
-
}
|
520
|
-
}
|
518
|
+
allowedValues: ["Sddl", "Binary"],
|
519
|
+
},
|
520
|
+
},
|
521
521
|
};
|
522
522
|
export const comp5 = {
|
523
523
|
parameterPath: "comp",
|
@@ -526,9 +526,9 @@ export const comp5 = {
|
|
526
526
|
isConstant: true,
|
527
527
|
serializedName: "comp",
|
528
528
|
type: {
|
529
|
-
name: "String"
|
530
|
-
}
|
531
|
-
}
|
529
|
+
name: "String",
|
530
|
+
},
|
531
|
+
},
|
532
532
|
};
|
533
533
|
export const comp6 = {
|
534
534
|
parameterPath: "comp",
|
@@ -537,9 +537,9 @@ export const comp6 = {
|
|
537
537
|
isConstant: true,
|
538
538
|
serializedName: "comp",
|
539
539
|
type: {
|
540
|
-
name: "String"
|
541
|
-
}
|
542
|
-
}
|
540
|
+
name: "String",
|
541
|
+
},
|
542
|
+
},
|
543
543
|
};
|
544
544
|
export const shareAcl = {
|
545
545
|
parameterPath: ["options", "shareAcl"],
|
@@ -553,11 +553,11 @@ export const shareAcl = {
|
|
553
553
|
element: {
|
554
554
|
type: {
|
555
555
|
name: "Composite",
|
556
|
-
className: "SignedIdentifier"
|
557
|
-
}
|
558
|
-
}
|
559
|
-
}
|
560
|
-
}
|
556
|
+
className: "SignedIdentifier",
|
557
|
+
},
|
558
|
+
},
|
559
|
+
},
|
560
|
+
},
|
561
561
|
};
|
562
562
|
export const comp7 = {
|
563
563
|
parameterPath: "comp",
|
@@ -566,9 +566,9 @@ export const comp7 = {
|
|
566
566
|
isConstant: true,
|
567
567
|
serializedName: "comp",
|
568
568
|
type: {
|
569
|
-
name: "String"
|
570
|
-
}
|
571
|
-
}
|
569
|
+
name: "String",
|
570
|
+
},
|
571
|
+
},
|
572
572
|
};
|
573
573
|
export const comp8 = {
|
574
574
|
parameterPath: "comp",
|
@@ -577,9 +577,9 @@ export const comp8 = {
|
|
577
577
|
isConstant: true,
|
578
578
|
serializedName: "comp",
|
579
579
|
type: {
|
580
|
-
name: "String"
|
581
|
-
}
|
582
|
-
}
|
580
|
+
name: "String",
|
581
|
+
},
|
582
|
+
},
|
583
583
|
};
|
584
584
|
export const deletedShareName = {
|
585
585
|
parameterPath: ["options", "deletedShareName"],
|
@@ -587,9 +587,9 @@ export const deletedShareName = {
|
|
587
587
|
serializedName: "x-ms-deleted-share-name",
|
588
588
|
xmlName: "x-ms-deleted-share-name",
|
589
589
|
type: {
|
590
|
-
name: "String"
|
591
|
-
}
|
592
|
-
}
|
590
|
+
name: "String",
|
591
|
+
},
|
592
|
+
},
|
593
593
|
};
|
594
594
|
export const deletedShareVersion = {
|
595
595
|
parameterPath: ["options", "deletedShareVersion"],
|
@@ -597,9 +597,9 @@ export const deletedShareVersion = {
|
|
597
597
|
serializedName: "x-ms-deleted-share-version",
|
598
598
|
xmlName: "x-ms-deleted-share-version",
|
599
599
|
type: {
|
600
|
-
name: "String"
|
601
|
-
}
|
602
|
-
}
|
600
|
+
name: "String",
|
601
|
+
},
|
602
|
+
},
|
603
603
|
};
|
604
604
|
export const restype2 = {
|
605
605
|
parameterPath: "restype",
|
@@ -608,9 +608,9 @@ export const restype2 = {
|
|
608
608
|
isConstant: true,
|
609
609
|
serializedName: "restype",
|
610
610
|
type: {
|
611
|
-
name: "String"
|
612
|
-
}
|
613
|
-
}
|
611
|
+
name: "String",
|
612
|
+
},
|
613
|
+
},
|
614
614
|
};
|
615
615
|
export const allowTrailingDot = {
|
616
616
|
parameterPath: ["options", "allowTrailingDot"],
|
@@ -618,9 +618,9 @@ export const allowTrailingDot = {
|
|
618
618
|
serializedName: "x-ms-allow-trailing-dot",
|
619
619
|
xmlName: "x-ms-allow-trailing-dot",
|
620
620
|
type: {
|
621
|
-
name: "Boolean"
|
622
|
-
}
|
623
|
-
}
|
621
|
+
name: "Boolean",
|
622
|
+
},
|
623
|
+
},
|
624
624
|
};
|
625
625
|
export const filePermission = {
|
626
626
|
parameterPath: ["options", "filePermission"],
|
@@ -628,9 +628,9 @@ export const filePermission = {
|
|
628
628
|
serializedName: "x-ms-file-permission",
|
629
629
|
xmlName: "x-ms-file-permission",
|
630
630
|
type: {
|
631
|
-
name: "String"
|
632
|
-
}
|
633
|
-
}
|
631
|
+
name: "String",
|
632
|
+
},
|
633
|
+
},
|
634
634
|
};
|
635
635
|
export const filePermissionKey1 = {
|
636
636
|
parameterPath: ["options", "filePermissionKey"],
|
@@ -638,9 +638,9 @@ export const filePermissionKey1 = {
|
|
638
638
|
serializedName: "x-ms-file-permission-key",
|
639
639
|
xmlName: "x-ms-file-permission-key",
|
640
640
|
type: {
|
641
|
-
name: "String"
|
642
|
-
}
|
643
|
-
}
|
641
|
+
name: "String",
|
642
|
+
},
|
643
|
+
},
|
644
644
|
};
|
645
645
|
export const fileAttributes = {
|
646
646
|
parameterPath: ["options", "fileAttributes"],
|
@@ -648,9 +648,9 @@ export const fileAttributes = {
|
|
648
648
|
serializedName: "x-ms-file-attributes",
|
649
649
|
xmlName: "x-ms-file-attributes",
|
650
650
|
type: {
|
651
|
-
name: "String"
|
652
|
-
}
|
653
|
-
}
|
651
|
+
name: "String",
|
652
|
+
},
|
653
|
+
},
|
654
654
|
};
|
655
655
|
export const fileCreatedOn = {
|
656
656
|
parameterPath: ["options", "fileCreatedOn"],
|
@@ -658,9 +658,9 @@ export const fileCreatedOn = {
|
|
658
658
|
serializedName: "x-ms-file-creation-time",
|
659
659
|
xmlName: "x-ms-file-creation-time",
|
660
660
|
type: {
|
661
|
-
name: "String"
|
662
|
-
}
|
663
|
-
}
|
661
|
+
name: "String",
|
662
|
+
},
|
663
|
+
},
|
664
664
|
};
|
665
665
|
export const fileLastWriteOn = {
|
666
666
|
parameterPath: ["options", "fileLastWriteOn"],
|
@@ -668,9 +668,9 @@ export const fileLastWriteOn = {
|
|
668
668
|
serializedName: "x-ms-file-last-write-time",
|
669
669
|
xmlName: "x-ms-file-last-write-time",
|
670
670
|
type: {
|
671
|
-
name: "String"
|
672
|
-
}
|
673
|
-
}
|
671
|
+
name: "String",
|
672
|
+
},
|
673
|
+
},
|
674
674
|
};
|
675
675
|
export const fileChangeOn = {
|
676
676
|
parameterPath: ["options", "fileChangeOn"],
|
@@ -678,9 +678,9 @@ export const fileChangeOn = {
|
|
678
678
|
serializedName: "x-ms-file-change-time",
|
679
679
|
xmlName: "x-ms-file-change-time",
|
680
680
|
type: {
|
681
|
-
name: "String"
|
682
|
-
}
|
683
|
-
}
|
681
|
+
name: "String",
|
682
|
+
},
|
683
|
+
},
|
684
684
|
};
|
685
685
|
export const owner = {
|
686
686
|
parameterPath: ["options", "owner"],
|
@@ -688,9 +688,9 @@ export const owner = {
|
|
688
688
|
serializedName: "x-ms-owner",
|
689
689
|
xmlName: "x-ms-owner",
|
690
690
|
type: {
|
691
|
-
name: "String"
|
692
|
-
}
|
693
|
-
}
|
691
|
+
name: "String",
|
692
|
+
},
|
693
|
+
},
|
694
694
|
};
|
695
695
|
export const group = {
|
696
696
|
parameterPath: ["options", "group"],
|
@@ -698,9 +698,9 @@ export const group = {
|
|
698
698
|
serializedName: "x-ms-group",
|
699
699
|
xmlName: "x-ms-group",
|
700
700
|
type: {
|
701
|
-
name: "String"
|
702
|
-
}
|
703
|
-
}
|
701
|
+
name: "String",
|
702
|
+
},
|
703
|
+
},
|
704
704
|
};
|
705
705
|
export const fileMode = {
|
706
706
|
parameterPath: ["options", "fileMode"],
|
@@ -708,9 +708,9 @@ export const fileMode = {
|
|
708
708
|
serializedName: "x-ms-mode",
|
709
709
|
xmlName: "x-ms-mode",
|
710
710
|
type: {
|
711
|
-
name: "String"
|
712
|
-
}
|
713
|
-
}
|
711
|
+
name: "String",
|
712
|
+
},
|
713
|
+
},
|
714
714
|
};
|
715
715
|
export const include1 = {
|
716
716
|
parameterPath: ["options", "include"],
|
@@ -723,12 +723,12 @@ export const include1 = {
|
|
723
723
|
element: {
|
724
724
|
type: {
|
725
725
|
name: "Enum",
|
726
|
-
allowedValues: ["Timestamps", "Etag", "Attributes", "PermissionKey"]
|
727
|
-
}
|
728
|
-
}
|
729
|
-
}
|
726
|
+
allowedValues: ["Timestamps", "Etag", "Attributes", "PermissionKey"],
|
727
|
+
},
|
728
|
+
},
|
729
|
+
},
|
730
730
|
},
|
731
|
-
collectionFormat: "CSV"
|
731
|
+
collectionFormat: "CSV",
|
732
732
|
};
|
733
733
|
export const includeExtendedInfo = {
|
734
734
|
parameterPath: ["options", "includeExtendedInfo"],
|
@@ -736,9 +736,9 @@ export const includeExtendedInfo = {
|
|
736
736
|
serializedName: "x-ms-file-extended-info",
|
737
737
|
xmlName: "x-ms-file-extended-info",
|
738
738
|
type: {
|
739
|
-
name: "Boolean"
|
740
|
-
}
|
741
|
-
}
|
739
|
+
name: "Boolean",
|
740
|
+
},
|
741
|
+
},
|
742
742
|
};
|
743
743
|
export const comp9 = {
|
744
744
|
parameterPath: "comp",
|
@@ -747,9 +747,9 @@ export const comp9 = {
|
|
747
747
|
isConstant: true,
|
748
748
|
serializedName: "comp",
|
749
749
|
type: {
|
750
|
-
name: "String"
|
751
|
-
}
|
752
|
-
}
|
750
|
+
name: "String",
|
751
|
+
},
|
752
|
+
},
|
753
753
|
};
|
754
754
|
export const recursive = {
|
755
755
|
parameterPath: ["options", "recursive"],
|
@@ -757,9 +757,9 @@ export const recursive = {
|
|
757
757
|
serializedName: "x-ms-recursive",
|
758
758
|
xmlName: "x-ms-recursive",
|
759
759
|
type: {
|
760
|
-
name: "Boolean"
|
761
|
-
}
|
762
|
-
}
|
760
|
+
name: "Boolean",
|
761
|
+
},
|
762
|
+
},
|
763
763
|
};
|
764
764
|
export const comp10 = {
|
765
765
|
parameterPath: "comp",
|
@@ -768,9 +768,9 @@ export const comp10 = {
|
|
768
768
|
isConstant: true,
|
769
769
|
serializedName: "comp",
|
770
770
|
type: {
|
771
|
-
name: "String"
|
772
|
-
}
|
773
|
-
}
|
771
|
+
name: "String",
|
772
|
+
},
|
773
|
+
},
|
774
774
|
};
|
775
775
|
export const handleId = {
|
776
776
|
parameterPath: "handleId",
|
@@ -779,9 +779,9 @@ export const handleId = {
|
|
779
779
|
required: true,
|
780
780
|
xmlName: "x-ms-handle-id",
|
781
781
|
type: {
|
782
|
-
name: "String"
|
783
|
-
}
|
784
|
-
}
|
782
|
+
name: "String",
|
783
|
+
},
|
784
|
+
},
|
785
785
|
};
|
786
786
|
export const comp11 = {
|
787
787
|
parameterPath: "comp",
|
@@ -790,9 +790,9 @@ export const comp11 = {
|
|
790
790
|
isConstant: true,
|
791
791
|
serializedName: "comp",
|
792
792
|
type: {
|
793
|
-
name: "String"
|
794
|
-
}
|
795
|
-
}
|
793
|
+
name: "String",
|
794
|
+
},
|
795
|
+
},
|
796
796
|
};
|
797
797
|
export const renameSource = {
|
798
798
|
parameterPath: "renameSource",
|
@@ -801,9 +801,9 @@ export const renameSource = {
|
|
801
801
|
required: true,
|
802
802
|
xmlName: "x-ms-file-rename-source",
|
803
803
|
type: {
|
804
|
-
name: "String"
|
805
|
-
}
|
806
|
-
}
|
804
|
+
name: "String",
|
805
|
+
},
|
806
|
+
},
|
807
807
|
};
|
808
808
|
export const replaceIfExists = {
|
809
809
|
parameterPath: ["options", "replaceIfExists"],
|
@@ -811,9 +811,9 @@ export const replaceIfExists = {
|
|
811
811
|
serializedName: "x-ms-file-rename-replace-if-exists",
|
812
812
|
xmlName: "x-ms-file-rename-replace-if-exists",
|
813
813
|
type: {
|
814
|
-
name: "Boolean"
|
815
|
-
}
|
816
|
-
}
|
814
|
+
name: "Boolean",
|
815
|
+
},
|
816
|
+
},
|
817
817
|
};
|
818
818
|
export const ignoreReadOnly = {
|
819
819
|
parameterPath: ["options", "ignoreReadOnly"],
|
@@ -821,9 +821,9 @@ export const ignoreReadOnly = {
|
|
821
821
|
serializedName: "x-ms-file-rename-ignore-readonly",
|
822
822
|
xmlName: "x-ms-file-rename-ignore-readonly",
|
823
823
|
type: {
|
824
|
-
name: "Boolean"
|
825
|
-
}
|
826
|
-
}
|
824
|
+
name: "Boolean",
|
825
|
+
},
|
826
|
+
},
|
827
827
|
};
|
828
828
|
export const sourceLeaseId = {
|
829
829
|
parameterPath: ["options", "sourceLeaseAccessConditions", "sourceLeaseId"],
|
@@ -831,23 +831,23 @@ export const sourceLeaseId = {
|
|
831
831
|
serializedName: "x-ms-source-lease-id",
|
832
832
|
xmlName: "x-ms-source-lease-id",
|
833
833
|
type: {
|
834
|
-
name: "String"
|
835
|
-
}
|
836
|
-
}
|
834
|
+
name: "String",
|
835
|
+
},
|
836
|
+
},
|
837
837
|
};
|
838
838
|
export const destinationLeaseId = {
|
839
839
|
parameterPath: [
|
840
840
|
"options",
|
841
841
|
"destinationLeaseAccessConditions",
|
842
|
-
"destinationLeaseId"
|
842
|
+
"destinationLeaseId",
|
843
843
|
],
|
844
844
|
mapper: {
|
845
845
|
serializedName: "x-ms-destination-lease-id",
|
846
846
|
xmlName: "x-ms-destination-lease-id",
|
847
847
|
type: {
|
848
|
-
name: "String"
|
849
|
-
}
|
850
|
-
}
|
848
|
+
name: "String",
|
849
|
+
},
|
850
|
+
},
|
851
851
|
};
|
852
852
|
export const fileAttributes1 = {
|
853
853
|
parameterPath: ["options", "copyFileSmbInfo", "fileAttributes"],
|
@@ -855,9 +855,9 @@ export const fileAttributes1 = {
|
|
855
855
|
serializedName: "x-ms-file-attributes",
|
856
856
|
xmlName: "x-ms-file-attributes",
|
857
857
|
type: {
|
858
|
-
name: "String"
|
859
|
-
}
|
860
|
-
}
|
858
|
+
name: "String",
|
859
|
+
},
|
860
|
+
},
|
861
861
|
};
|
862
862
|
export const fileCreationTime = {
|
863
863
|
parameterPath: ["options", "copyFileSmbInfo", "fileCreationTime"],
|
@@ -865,9 +865,9 @@ export const fileCreationTime = {
|
|
865
865
|
serializedName: "x-ms-file-creation-time",
|
866
866
|
xmlName: "x-ms-file-creation-time",
|
867
867
|
type: {
|
868
|
-
name: "String"
|
869
|
-
}
|
870
|
-
}
|
868
|
+
name: "String",
|
869
|
+
},
|
870
|
+
},
|
871
871
|
};
|
872
872
|
export const fileLastWriteTime = {
|
873
873
|
parameterPath: ["options", "copyFileSmbInfo", "fileLastWriteTime"],
|
@@ -875,9 +875,9 @@ export const fileLastWriteTime = {
|
|
875
875
|
serializedName: "x-ms-file-last-write-time",
|
876
876
|
xmlName: "x-ms-file-last-write-time",
|
877
877
|
type: {
|
878
|
-
name: "String"
|
879
|
-
}
|
880
|
-
}
|
878
|
+
name: "String",
|
879
|
+
},
|
880
|
+
},
|
881
881
|
};
|
882
882
|
export const fileChangeTime = {
|
883
883
|
parameterPath: ["options", "copyFileSmbInfo", "fileChangeTime"],
|
@@ -885,9 +885,9 @@ export const fileChangeTime = {
|
|
885
885
|
serializedName: "x-ms-file-change-time",
|
886
886
|
xmlName: "x-ms-file-change-time",
|
887
887
|
type: {
|
888
|
-
name: "String"
|
889
|
-
}
|
890
|
-
}
|
888
|
+
name: "String",
|
889
|
+
},
|
890
|
+
},
|
891
891
|
};
|
892
892
|
export const allowSourceTrailingDot = {
|
893
893
|
parameterPath: ["options", "allowSourceTrailingDot"],
|
@@ -895,9 +895,9 @@ export const allowSourceTrailingDot = {
|
|
895
895
|
serializedName: "x-ms-source-allow-trailing-dot",
|
896
896
|
xmlName: "x-ms-source-allow-trailing-dot",
|
897
897
|
type: {
|
898
|
-
name: "Boolean"
|
899
|
-
}
|
900
|
-
}
|
898
|
+
name: "Boolean",
|
899
|
+
},
|
900
|
+
},
|
901
901
|
};
|
902
902
|
export const fileContentLength = {
|
903
903
|
parameterPath: "fileContentLength",
|
@@ -906,9 +906,9 @@ export const fileContentLength = {
|
|
906
906
|
required: true,
|
907
907
|
xmlName: "x-ms-content-length",
|
908
908
|
type: {
|
909
|
-
name: "Number"
|
910
|
-
}
|
911
|
-
}
|
909
|
+
name: "Number",
|
910
|
+
},
|
911
|
+
},
|
912
912
|
};
|
913
913
|
export const fileTypeConstant = {
|
914
914
|
parameterPath: "fileTypeConstant",
|
@@ -917,9 +917,9 @@ export const fileTypeConstant = {
|
|
917
917
|
isConstant: true,
|
918
918
|
serializedName: "x-ms-type",
|
919
919
|
type: {
|
920
|
-
name: "String"
|
921
|
-
}
|
922
|
-
}
|
920
|
+
name: "String",
|
921
|
+
},
|
922
|
+
},
|
923
923
|
};
|
924
924
|
export const fileContentType = {
|
925
925
|
parameterPath: ["options", "fileHttpHeaders", "fileContentType"],
|
@@ -927,9 +927,9 @@ export const fileContentType = {
|
|
927
927
|
serializedName: "x-ms-content-type",
|
928
928
|
xmlName: "x-ms-content-type",
|
929
929
|
type: {
|
930
|
-
name: "String"
|
931
|
-
}
|
932
|
-
}
|
930
|
+
name: "String",
|
931
|
+
},
|
932
|
+
},
|
933
933
|
};
|
934
934
|
export const fileContentEncoding = {
|
935
935
|
parameterPath: ["options", "fileHttpHeaders", "fileContentEncoding"],
|
@@ -937,9 +937,9 @@ export const fileContentEncoding = {
|
|
937
937
|
serializedName: "x-ms-content-encoding",
|
938
938
|
xmlName: "x-ms-content-encoding",
|
939
939
|
type: {
|
940
|
-
name: "String"
|
941
|
-
}
|
942
|
-
}
|
940
|
+
name: "String",
|
941
|
+
},
|
942
|
+
},
|
943
943
|
};
|
944
944
|
export const fileContentLanguage = {
|
945
945
|
parameterPath: ["options", "fileHttpHeaders", "fileContentLanguage"],
|
@@ -947,9 +947,9 @@ export const fileContentLanguage = {
|
|
947
947
|
serializedName: "x-ms-content-language",
|
948
948
|
xmlName: "x-ms-content-language",
|
949
949
|
type: {
|
950
|
-
name: "String"
|
951
|
-
}
|
952
|
-
}
|
950
|
+
name: "String",
|
951
|
+
},
|
952
|
+
},
|
953
953
|
};
|
954
954
|
export const fileCacheControl = {
|
955
955
|
parameterPath: ["options", "fileHttpHeaders", "fileCacheControl"],
|
@@ -957,9 +957,9 @@ export const fileCacheControl = {
|
|
957
957
|
serializedName: "x-ms-cache-control",
|
958
958
|
xmlName: "x-ms-cache-control",
|
959
959
|
type: {
|
960
|
-
name: "String"
|
961
|
-
}
|
962
|
-
}
|
960
|
+
name: "String",
|
961
|
+
},
|
962
|
+
},
|
963
963
|
};
|
964
964
|
export const fileContentMD5 = {
|
965
965
|
parameterPath: ["options", "fileHttpHeaders", "fileContentMD5"],
|
@@ -967,9 +967,9 @@ export const fileContentMD5 = {
|
|
967
967
|
serializedName: "x-ms-content-md5",
|
968
968
|
xmlName: "x-ms-content-md5",
|
969
969
|
type: {
|
970
|
-
name: "ByteArray"
|
971
|
-
}
|
972
|
-
}
|
970
|
+
name: "ByteArray",
|
971
|
+
},
|
972
|
+
},
|
973
973
|
};
|
974
974
|
export const fileContentDisposition = {
|
975
975
|
parameterPath: ["options", "fileHttpHeaders", "fileContentDisposition"],
|
@@ -977,9 +977,9 @@ export const fileContentDisposition = {
|
|
977
977
|
serializedName: "x-ms-content-disposition",
|
978
978
|
xmlName: "x-ms-content-disposition",
|
979
979
|
type: {
|
980
|
-
name: "String"
|
981
|
-
}
|
982
|
-
}
|
980
|
+
name: "String",
|
981
|
+
},
|
982
|
+
},
|
983
983
|
};
|
984
984
|
export const nfsFileType = {
|
985
985
|
parameterPath: ["options", "nfsFileType"],
|
@@ -987,9 +987,9 @@ export const nfsFileType = {
|
|
987
987
|
serializedName: "x-ms-file-file-type",
|
988
988
|
xmlName: "x-ms-file-file-type",
|
989
989
|
type: {
|
990
|
-
name: "String"
|
991
|
-
}
|
992
|
-
}
|
990
|
+
name: "String",
|
991
|
+
},
|
992
|
+
},
|
993
993
|
};
|
994
994
|
export const range = {
|
995
995
|
parameterPath: ["options", "range"],
|
@@ -997,9 +997,9 @@ export const range = {
|
|
997
997
|
serializedName: "x-ms-range",
|
998
998
|
xmlName: "x-ms-range",
|
999
999
|
type: {
|
1000
|
-
name: "String"
|
1001
|
-
}
|
1002
|
-
}
|
1000
|
+
name: "String",
|
1001
|
+
},
|
1002
|
+
},
|
1003
1003
|
};
|
1004
1004
|
export const rangeGetContentMD5 = {
|
1005
1005
|
parameterPath: ["options", "rangeGetContentMD5"],
|
@@ -1007,9 +1007,9 @@ export const rangeGetContentMD5 = {
|
|
1007
1007
|
serializedName: "x-ms-range-get-content-md5",
|
1008
1008
|
xmlName: "x-ms-range-get-content-md5",
|
1009
1009
|
type: {
|
1010
|
-
name: "Boolean"
|
1011
|
-
}
|
1012
|
-
}
|
1010
|
+
name: "Boolean",
|
1011
|
+
},
|
1012
|
+
},
|
1013
1013
|
};
|
1014
1014
|
export const fileContentLength1 = {
|
1015
1015
|
parameterPath: ["options", "fileContentLength"],
|
@@ -1017,9 +1017,9 @@ export const fileContentLength1 = {
|
|
1017
1017
|
serializedName: "x-ms-content-length",
|
1018
1018
|
xmlName: "x-ms-content-length",
|
1019
1019
|
type: {
|
1020
|
-
name: "Number"
|
1021
|
-
}
|
1022
|
-
}
|
1020
|
+
name: "Number",
|
1021
|
+
},
|
1022
|
+
},
|
1023
1023
|
};
|
1024
1024
|
export const contentType2 = {
|
1025
1025
|
parameterPath: ["options", "contentType"],
|
@@ -1028,9 +1028,9 @@ export const contentType2 = {
|
|
1028
1028
|
isConstant: true,
|
1029
1029
|
serializedName: "Content-Type",
|
1030
1030
|
type: {
|
1031
|
-
name: "String"
|
1032
|
-
}
|
1033
|
-
}
|
1031
|
+
name: "String",
|
1032
|
+
},
|
1033
|
+
},
|
1034
1034
|
};
|
1035
1035
|
export const body = {
|
1036
1036
|
parameterPath: ["options", "body"],
|
@@ -1038,9 +1038,9 @@ export const body = {
|
|
1038
1038
|
serializedName: "body",
|
1039
1039
|
xmlName: "body",
|
1040
1040
|
type: {
|
1041
|
-
name: "Stream"
|
1042
|
-
}
|
1043
|
-
}
|
1041
|
+
name: "Stream",
|
1042
|
+
},
|
1043
|
+
},
|
1044
1044
|
};
|
1045
1045
|
export const accept3 = {
|
1046
1046
|
parameterPath: "accept",
|
@@ -1049,9 +1049,9 @@ export const accept3 = {
|
|
1049
1049
|
isConstant: true,
|
1050
1050
|
serializedName: "Accept",
|
1051
1051
|
type: {
|
1052
|
-
name: "String"
|
1053
|
-
}
|
1054
|
-
}
|
1052
|
+
name: "String",
|
1053
|
+
},
|
1054
|
+
},
|
1055
1055
|
};
|
1056
1056
|
export const comp12 = {
|
1057
1057
|
parameterPath: "comp",
|
@@ -1060,9 +1060,9 @@ export const comp12 = {
|
|
1060
1060
|
isConstant: true,
|
1061
1061
|
serializedName: "comp",
|
1062
1062
|
type: {
|
1063
|
-
name: "String"
|
1064
|
-
}
|
1065
|
-
}
|
1063
|
+
name: "String",
|
1064
|
+
},
|
1065
|
+
},
|
1066
1066
|
};
|
1067
1067
|
export const range1 = {
|
1068
1068
|
parameterPath: "range",
|
@@ -1071,9 +1071,9 @@ export const range1 = {
|
|
1071
1071
|
required: true,
|
1072
1072
|
xmlName: "x-ms-range",
|
1073
1073
|
type: {
|
1074
|
-
name: "String"
|
1075
|
-
}
|
1076
|
-
}
|
1074
|
+
name: "String",
|
1075
|
+
},
|
1076
|
+
},
|
1077
1077
|
};
|
1078
1078
|
export const fileRangeWrite = {
|
1079
1079
|
parameterPath: "fileRangeWrite",
|
@@ -1084,9 +1084,9 @@ export const fileRangeWrite = {
|
|
1084
1084
|
xmlName: "x-ms-write",
|
1085
1085
|
type: {
|
1086
1086
|
name: "Enum",
|
1087
|
-
allowedValues: ["update", "clear"]
|
1088
|
-
}
|
1089
|
-
}
|
1087
|
+
allowedValues: ["update", "clear"],
|
1088
|
+
},
|
1089
|
+
},
|
1090
1090
|
};
|
1091
1091
|
export const contentLength = {
|
1092
1092
|
parameterPath: "contentLength",
|
@@ -1095,9 +1095,9 @@ export const contentLength = {
|
|
1095
1095
|
required: true,
|
1096
1096
|
xmlName: "Content-Length",
|
1097
1097
|
type: {
|
1098
|
-
name: "Number"
|
1099
|
-
}
|
1100
|
-
}
|
1098
|
+
name: "Number",
|
1099
|
+
},
|
1100
|
+
},
|
1101
1101
|
};
|
1102
1102
|
export const contentMD5 = {
|
1103
1103
|
parameterPath: ["options", "contentMD5"],
|
@@ -1105,9 +1105,9 @@ export const contentMD5 = {
|
|
1105
1105
|
serializedName: "Content-MD5",
|
1106
1106
|
xmlName: "Content-MD5",
|
1107
1107
|
type: {
|
1108
|
-
name: "ByteArray"
|
1109
|
-
}
|
1110
|
-
}
|
1108
|
+
name: "ByteArray",
|
1109
|
+
},
|
1110
|
+
},
|
1111
1111
|
};
|
1112
1112
|
export const fileLastWrittenMode = {
|
1113
1113
|
parameterPath: ["options", "fileLastWrittenMode"],
|
@@ -1116,9 +1116,9 @@ export const fileLastWrittenMode = {
|
|
1116
1116
|
xmlName: "x-ms-file-last-write-time",
|
1117
1117
|
type: {
|
1118
1118
|
name: "Enum",
|
1119
|
-
allowedValues: ["Now", "Preserve"]
|
1120
|
-
}
|
1121
|
-
}
|
1119
|
+
allowedValues: ["Now", "Preserve"],
|
1120
|
+
},
|
1121
|
+
},
|
1122
1122
|
};
|
1123
1123
|
export const copySource = {
|
1124
1124
|
parameterPath: "copySource",
|
@@ -1127,9 +1127,9 @@ export const copySource = {
|
|
1127
1127
|
required: true,
|
1128
1128
|
xmlName: "x-ms-copy-source",
|
1129
1129
|
type: {
|
1130
|
-
name: "String"
|
1131
|
-
}
|
1132
|
-
}
|
1130
|
+
name: "String",
|
1131
|
+
},
|
1132
|
+
},
|
1133
1133
|
};
|
1134
1134
|
export const sourceRange = {
|
1135
1135
|
parameterPath: ["options", "sourceRange"],
|
@@ -1137,9 +1137,9 @@ export const sourceRange = {
|
|
1137
1137
|
serializedName: "x-ms-source-range",
|
1138
1138
|
xmlName: "x-ms-source-range",
|
1139
1139
|
type: {
|
1140
|
-
name: "String"
|
1141
|
-
}
|
1142
|
-
}
|
1140
|
+
name: "String",
|
1141
|
+
},
|
1142
|
+
},
|
1143
1143
|
};
|
1144
1144
|
export const fileRangeWriteFromUrl = {
|
1145
1145
|
parameterPath: "fileRangeWriteFromUrl",
|
@@ -1148,9 +1148,9 @@ export const fileRangeWriteFromUrl = {
|
|
1148
1148
|
isConstant: true,
|
1149
1149
|
serializedName: "x-ms-write",
|
1150
1150
|
type: {
|
1151
|
-
name: "String"
|
1152
|
-
}
|
1153
|
-
}
|
1151
|
+
name: "String",
|
1152
|
+
},
|
1153
|
+
},
|
1154
1154
|
};
|
1155
1155
|
export const sourceContentCrc64 = {
|
1156
1156
|
parameterPath: ["options", "sourceContentCrc64"],
|
@@ -1158,37 +1158,37 @@ export const sourceContentCrc64 = {
|
|
1158
1158
|
serializedName: "x-ms-source-content-crc64",
|
1159
1159
|
xmlName: "x-ms-source-content-crc64",
|
1160
1160
|
type: {
|
1161
|
-
name: "ByteArray"
|
1162
|
-
}
|
1163
|
-
}
|
1161
|
+
name: "ByteArray",
|
1162
|
+
},
|
1163
|
+
},
|
1164
1164
|
};
|
1165
1165
|
export const sourceIfMatchCrc64 = {
|
1166
1166
|
parameterPath: [
|
1167
1167
|
"options",
|
1168
1168
|
"sourceModifiedAccessConditions",
|
1169
|
-
"sourceIfMatchCrc64"
|
1169
|
+
"sourceIfMatchCrc64",
|
1170
1170
|
],
|
1171
1171
|
mapper: {
|
1172
1172
|
serializedName: "x-ms-source-if-match-crc64",
|
1173
1173
|
xmlName: "x-ms-source-if-match-crc64",
|
1174
1174
|
type: {
|
1175
|
-
name: "ByteArray"
|
1176
|
-
}
|
1177
|
-
}
|
1175
|
+
name: "ByteArray",
|
1176
|
+
},
|
1177
|
+
},
|
1178
1178
|
};
|
1179
1179
|
export const sourceIfNoneMatchCrc64 = {
|
1180
1180
|
parameterPath: [
|
1181
1181
|
"options",
|
1182
1182
|
"sourceModifiedAccessConditions",
|
1183
|
-
"sourceIfNoneMatchCrc64"
|
1183
|
+
"sourceIfNoneMatchCrc64",
|
1184
1184
|
],
|
1185
1185
|
mapper: {
|
1186
1186
|
serializedName: "x-ms-source-if-none-match-crc64",
|
1187
1187
|
xmlName: "x-ms-source-if-none-match-crc64",
|
1188
1188
|
type: {
|
1189
|
-
name: "ByteArray"
|
1190
|
-
}
|
1191
|
-
}
|
1189
|
+
name: "ByteArray",
|
1190
|
+
},
|
1191
|
+
},
|
1192
1192
|
};
|
1193
1193
|
export const copySourceAuthorization = {
|
1194
1194
|
parameterPath: ["options", "copySourceAuthorization"],
|
@@ -1196,9 +1196,9 @@ export const copySourceAuthorization = {
|
|
1196
1196
|
serializedName: "x-ms-copy-source-authorization",
|
1197
1197
|
xmlName: "x-ms-copy-source-authorization",
|
1198
1198
|
type: {
|
1199
|
-
name: "String"
|
1200
|
-
}
|
1201
|
-
}
|
1199
|
+
name: "String",
|
1200
|
+
},
|
1201
|
+
},
|
1202
1202
|
};
|
1203
1203
|
export const comp13 = {
|
1204
1204
|
parameterPath: "comp",
|
@@ -1207,9 +1207,9 @@ export const comp13 = {
|
|
1207
1207
|
isConstant: true,
|
1208
1208
|
serializedName: "comp",
|
1209
1209
|
type: {
|
1210
|
-
name: "String"
|
1211
|
-
}
|
1212
|
-
}
|
1210
|
+
name: "String",
|
1211
|
+
},
|
1212
|
+
},
|
1213
1213
|
};
|
1214
1214
|
export const prevsharesnapshot = {
|
1215
1215
|
parameterPath: ["options", "prevsharesnapshot"],
|
@@ -1217,9 +1217,9 @@ export const prevsharesnapshot = {
|
|
1217
1217
|
serializedName: "prevsharesnapshot",
|
1218
1218
|
xmlName: "prevsharesnapshot",
|
1219
1219
|
type: {
|
1220
|
-
name: "String"
|
1221
|
-
}
|
1222
|
-
}
|
1220
|
+
name: "String",
|
1221
|
+
},
|
1222
|
+
},
|
1223
1223
|
};
|
1224
1224
|
export const supportRename = {
|
1225
1225
|
parameterPath: ["options", "supportRename"],
|
@@ -1227,9 +1227,9 @@ export const supportRename = {
|
|
1227
1227
|
serializedName: "x-ms-file-support-rename",
|
1228
1228
|
xmlName: "x-ms-file-support-rename",
|
1229
1229
|
type: {
|
1230
|
-
name: "Boolean"
|
1231
|
-
}
|
1232
|
-
}
|
1230
|
+
name: "Boolean",
|
1231
|
+
},
|
1232
|
+
},
|
1233
1233
|
};
|
1234
1234
|
export const filePermissionCopyMode = {
|
1235
1235
|
parameterPath: ["options", "copyFileSmbInfo", "filePermissionCopyMode"],
|
@@ -1238,9 +1238,9 @@ export const filePermissionCopyMode = {
|
|
1238
1238
|
xmlName: "x-ms-file-permission-copy-mode",
|
1239
1239
|
type: {
|
1240
1240
|
name: "Enum",
|
1241
|
-
allowedValues: ["source", "override"]
|
1242
|
-
}
|
1243
|
-
}
|
1241
|
+
allowedValues: ["source", "override"],
|
1242
|
+
},
|
1243
|
+
},
|
1244
1244
|
};
|
1245
1245
|
export const ignoreReadOnly1 = {
|
1246
1246
|
parameterPath: ["options", "copyFileSmbInfo", "ignoreReadOnly"],
|
@@ -1248,9 +1248,9 @@ export const ignoreReadOnly1 = {
|
|
1248
1248
|
serializedName: "x-ms-file-copy-ignore-readonly",
|
1249
1249
|
xmlName: "x-ms-file-copy-ignore-readonly",
|
1250
1250
|
type: {
|
1251
|
-
name: "Boolean"
|
1252
|
-
}
|
1253
|
-
}
|
1251
|
+
name: "Boolean",
|
1252
|
+
},
|
1253
|
+
},
|
1254
1254
|
};
|
1255
1255
|
export const setArchiveAttribute = {
|
1256
1256
|
parameterPath: ["options", "copyFileSmbInfo", "setArchiveAttribute"],
|
@@ -1258,9 +1258,9 @@ export const setArchiveAttribute = {
|
|
1258
1258
|
serializedName: "x-ms-file-copy-set-archive",
|
1259
1259
|
xmlName: "x-ms-file-copy-set-archive",
|
1260
1260
|
type: {
|
1261
|
-
name: "Boolean"
|
1262
|
-
}
|
1263
|
-
}
|
1261
|
+
name: "Boolean",
|
1262
|
+
},
|
1263
|
+
},
|
1264
1264
|
};
|
1265
1265
|
export const fileModeCopyMode = {
|
1266
1266
|
parameterPath: ["options", "fileModeCopyMode"],
|
@@ -1269,9 +1269,9 @@ export const fileModeCopyMode = {
|
|
1269
1269
|
xmlName: "x-ms-file-mode-copy-mode",
|
1270
1270
|
type: {
|
1271
1271
|
name: "Enum",
|
1272
|
-
allowedValues: ["source", "override"]
|
1273
|
-
}
|
1274
|
-
}
|
1272
|
+
allowedValues: ["source", "override"],
|
1273
|
+
},
|
1274
|
+
},
|
1275
1275
|
};
|
1276
1276
|
export const fileOwnerCopyMode = {
|
1277
1277
|
parameterPath: ["options", "fileOwnerCopyMode"],
|
@@ -1280,9 +1280,9 @@ export const fileOwnerCopyMode = {
|
|
1280
1280
|
xmlName: "x-ms-file-owner-copy-mode",
|
1281
1281
|
type: {
|
1282
1282
|
name: "Enum",
|
1283
|
-
allowedValues: ["source", "override"]
|
1284
|
-
}
|
1285
|
-
}
|
1283
|
+
allowedValues: ["source", "override"],
|
1284
|
+
},
|
1285
|
+
},
|
1286
1286
|
};
|
1287
1287
|
export const comp14 = {
|
1288
1288
|
parameterPath: "comp",
|
@@ -1291,9 +1291,9 @@ export const comp14 = {
|
|
1291
1291
|
isConstant: true,
|
1292
1292
|
serializedName: "comp",
|
1293
1293
|
type: {
|
1294
|
-
name: "String"
|
1295
|
-
}
|
1296
|
-
}
|
1294
|
+
name: "String",
|
1295
|
+
},
|
1296
|
+
},
|
1297
1297
|
};
|
1298
1298
|
export const copyId = {
|
1299
1299
|
parameterPath: "copyId",
|
@@ -1302,9 +1302,9 @@ export const copyId = {
|
|
1302
1302
|
required: true,
|
1303
1303
|
xmlName: "copyid",
|
1304
1304
|
type: {
|
1305
|
-
name: "String"
|
1306
|
-
}
|
1307
|
-
}
|
1305
|
+
name: "String",
|
1306
|
+
},
|
1307
|
+
},
|
1308
1308
|
};
|
1309
1309
|
export const copyActionAbortConstant = {
|
1310
1310
|
parameterPath: "copyActionAbortConstant",
|
@@ -1313,9 +1313,9 @@ export const copyActionAbortConstant = {
|
|
1313
1313
|
isConstant: true,
|
1314
1314
|
serializedName: "x-ms-copy-action",
|
1315
1315
|
type: {
|
1316
|
-
name: "String"
|
1317
|
-
}
|
1318
|
-
}
|
1316
|
+
name: "String",
|
1317
|
+
},
|
1318
|
+
},
|
1319
1319
|
};
|
1320
1320
|
export const restype3 = {
|
1321
1321
|
parameterPath: "restype",
|
@@ -1324,9 +1324,9 @@ export const restype3 = {
|
|
1324
1324
|
isConstant: true,
|
1325
1325
|
serializedName: "restype",
|
1326
1326
|
type: {
|
1327
|
-
name: "String"
|
1328
|
-
}
|
1329
|
-
}
|
1327
|
+
name: "String",
|
1328
|
+
},
|
1329
|
+
},
|
1330
1330
|
};
|
1331
1331
|
export const linkText = {
|
1332
1332
|
parameterPath: "linkText",
|
@@ -1335,9 +1335,9 @@ export const linkText = {
|
|
1335
1335
|
required: true,
|
1336
1336
|
xmlName: "x-ms-link-text",
|
1337
1337
|
type: {
|
1338
|
-
name: "String"
|
1339
|
-
}
|
1340
|
-
}
|
1338
|
+
name: "String",
|
1339
|
+
},
|
1340
|
+
},
|
1341
1341
|
};
|
1342
1342
|
export const restype4 = {
|
1343
1343
|
parameterPath: "restype",
|
@@ -1346,9 +1346,9 @@ export const restype4 = {
|
|
1346
1346
|
isConstant: true,
|
1347
1347
|
serializedName: "restype",
|
1348
1348
|
type: {
|
1349
|
-
name: "String"
|
1350
|
-
}
|
1351
|
-
}
|
1349
|
+
name: "String",
|
1350
|
+
},
|
1351
|
+
},
|
1352
1352
|
};
|
1353
1353
|
export const targetFile = {
|
1354
1354
|
parameterPath: "targetFile",
|
@@ -1357,8 +1357,8 @@ export const targetFile = {
|
|
1357
1357
|
required: true,
|
1358
1358
|
xmlName: "x-ms-file-target-file",
|
1359
1359
|
type: {
|
1360
|
-
name: "String"
|
1361
|
-
}
|
1362
|
-
}
|
1360
|
+
name: "String",
|
1361
|
+
},
|
1362
|
+
},
|
1363
1363
|
};
|
1364
1364
|
//# sourceMappingURL=parameters.js.map
|