Skip to content

Commit 7a2a598

Browse files
authored
Merge pull request #102427 from jeffpatt24/patch-7
Update storage-sync-cloud-tiering.md
2 parents d845beb + 6b9b250 commit 7a2a598

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/storage/files/storage-sync-cloud-tiering.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,10 @@ You also can use PowerShell to force a file to be recalled. This option might be
9898
9999
```powershell
100100
Import-Module "C:\Program Files\Azure\StorageSyncAgent\StorageSync.Management.ServerCmdlets.dll"
101-
Invoke-StorageSyncFileRecall -Path <path-to-to-your-server-endpoint> -Order CloudTieringPolicy
101+
Invoke-StorageSyncFileRecall -Path <path-to-to-your-server-endpoint>
102102
```
103-
104-
Specifying `-Order CloudTieringPolicy` will recall the most recently modified files first.
105-
Other optional parameters:
103+
Optional parameters:
104+
* `-Order CloudTieringPolicy` will recall the most recently modified files first.
106105
* `-ThreadCount` determines how many files can be recalled in parallel.
107106
* `-PerFileRetryCount`determines how often a recall will be attempted of a file that is currently blocked.
108107
* `-PerFileRetryDelaySeconds`determines the time in seconds between retry to recall attempts and should always be used in combination with the previous parameter.

0 commit comments

Comments
 (0)