-
Notifications
You must be signed in to change notification settings - Fork 188
/
DirectorySetPropertiesOptionalParams.yml
146 lines (139 loc) · 4.74 KB
/
DirectorySetPropertiesOptionalParams.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
### YamlMime:TSType
name: DirectorySetPropertiesOptionalParams
uid: '@azure/storage-file.DirectorySetPropertiesOptionalParams'
package: '@azure/storage-file'
summary: Optional Parameters.
fullName: DirectorySetPropertiesOptionalParams
remarks: ''
isPreview: false
isDeprecated: false
type: interface
properties:
- name: abortSignal
uid: '@azure/storage-file.DirectorySetPropertiesOptionalParams.abortSignal'
package: '@azure/storage-file'
summary: The signal which can be used to abort requests.
fullName: abortSignal
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: 'abortSignal?: AbortSignalLike'
return:
type: AbortSignalLike
description: ''
- name: customHeaders
uid: '@azure/storage-file.DirectorySetPropertiesOptionalParams.customHeaders'
package: '@azure/storage-file'
summary: |-
{object} [customHeaders] User defined custom request headers that
will be applied before the request is sent.
fullName: customHeaders
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: 'customHeaders?: undefined | [key: string]: string'
return:
type: 'undefined | [key: string]: string'
description: ''
- name: filePermission
uid: '@azure/storage-file.DirectorySetPropertiesOptionalParams.filePermission'
package: '@azure/storage-file'
summary: >-
If specified the permission (security descriptor) shall be set for the
directory/file. This
header can be used if Permission size is <= 8KB, else
x-ms-file-permission-key header shall be
used. Default value: Inherit. If SDDL is specified as input, it must have
owner, group and
dacl. Note: Only one of the x-ms-file-permission or
x-ms-file-permission-key should be
specified.
fullName: filePermission
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: 'filePermission?: undefined | string'
return:
type: undefined | string
description: ''
- name: filePermissionKey
uid: '@azure/storage-file.DirectorySetPropertiesOptionalParams.filePermissionKey'
package: '@azure/storage-file'
summary: >-
Key of the permission to be set for the directory/file. Note: Only one of
the
x-ms-file-permission or x-ms-file-permission-key should be specified.
fullName: filePermissionKey
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: 'filePermissionKey?: undefined | string'
return:
type: undefined | string
description: ''
- name: onDownloadProgress
uid: >-
@azure/storage-file.DirectorySetPropertiesOptionalParams.onDownloadProgress
package: '@azure/storage-file'
summary: Callback which fires upon download progress.
fullName: onDownloadProgress
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: >-
onDownloadProgress?: undefined | (progress: TransferProgressEvent) =>
void
return:
type: 'undefined | (progress: TransferProgressEvent) => void'
description: ''
- name: onUploadProgress
uid: '@azure/storage-file.DirectorySetPropertiesOptionalParams.onUploadProgress'
package: '@azure/storage-file'
summary: Callback which fires upon upload progress.
fullName: onUploadProgress
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: 'onUploadProgress?: undefined | (progress: TransferProgressEvent) => void'
return:
type: 'undefined | (progress: TransferProgressEvent) => void'
description: ''
- name: timeout
uid: '@azure/storage-file.DirectorySetPropertiesOptionalParams.timeout'
package: '@azure/storage-file'
summary: >-
The number of milliseconds a request can take before automatically being
terminated.
fullName: timeout
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: 'timeout?: undefined | number'
return:
type: undefined | number
description: ''
- name: timeoutParameter
uid: '@azure/storage-file.DirectorySetPropertiesOptionalParams.timeoutParameter'
package: '@azure/storage-file'
summary: >-
The timeout parameter is expressed in seconds. For more information, see
<a
href="https://docs.microsoft.com/en-us/rest/api/storageservices/Setting-Timeouts-for-File-Service-Operations?redirectedfrom=MSDN">Setting
Timeouts for File Service Operations.</a>
fullName: timeoutParameter
remarks: ''
isPreview: false
isDeprecated: false
syntax:
content: 'timeoutParameter?: undefined | number'
return:
type: undefined | number
description: ''
extends: RequestOptionsBase