You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you specify the path of a file that does not exist, this cmdlet creates that file, and saves the contents in the new file.
90
-
If you specify a path of a file that already exists and you specify the *Force* parameter, the cmdlet overwrites the file.
91
-
If you specify a path of an existing file and you do not specify *Force*, the cmdlet prompts you before it continues.
92
-
If you specify the path of a folder, this cmdlet attempts to create a file that has the name of the Azure storage file.
86
+
Specifies the client-side time-out interval, in seconds, for one service request. If the previous call fails in the specified interval, this cmdlet retries the request. If this cmdlet does not receive a successful response before the interval elapses, this cmdlet returns an error.
If you specify the path of a file that does not exist, this cmdlet creates that file, and saves the contents in the new file.
108
-
If you specify a path of a file that already exists and you specify the *Force* parameter, the cmdlet overwrites the file.
109
-
If you specify a path of an existing file and you do not specify *Force*, the cmdlet prompts you before it continues.
110
-
If you specify the path of a folder, this cmdlet attempts to create a file that has the name of the Azure storage file.
101
+
Specifies the maximum concurrent network calls. You can use this parameter to limit the concurrency to throttle local CPU and bandwidth usage by specifying the maximum number of concurrent network calls. The specified value is an absolute count and is not multiplied by the core count. This parameter can help reduce network connection problems in low bandwidth environments, such as 100 kilobits per second. The default value is 10.
If you specify the path of a file that does not exist, this cmdlet creates that file, and saves the contents in the new file.
267
-
If you specify a path of a file that already exists and you specify the *Force* parameter, the cmdlet overwrites the file.
268
-
If you specify a path of an existing file and you do not specify *Force*, the cmdlet prompts you before it continues.
269
-
If you specify the path of a folder, this cmdlet attempts to create a file that has the name of the Azure storage file.
251
+
Specifies the service side time-out interval, in seconds, for a request. If the specified interval elapses before the service processes the request, the storage service returns an error.
0 commit comments