Skip to content

Commit 840bdf8

Browse files
authored
Update Export-ActivityExplorerData.md
1 parent 11c4f64 commit 840bdf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exchange/exchange-ps/exchange/Export-ActivityExplorerData.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Accept wildcard characters: False
242242
```
243243

244244
### -PageCookie
245-
The PageCookie parameter specifies whether to get more data when the value of the LastPage property in the command output is False. If you don't use the PageSize parameter, a maximum of 100 records are returned. If you use the PageSize parameter, a maximum of 5000 records can be returned. To get more records than what as returned in the current command, use the value of the Watermark property from the output of the current command as the value for the PageCookie parameter in a new command with the same date range and filters.
245+
The PageCookie parameter specifies whether to get more data when the value of the LastPage property in the command output is False. If you don't use the PageSize parameter, a maximum of 100 records are returned. If you use the PageSize parameter, a maximum of 5000 records can be returned. To get more records than what as returned in the current command, use the value of the Watermark property from the output of the current command as the value for the PageCookie parameter in a new command with the same date range and filters. PageCookie is valid for 120 seconds to fetch next set of records for same query.
246246

247247
```yaml
248248
Type: String
@@ -258,7 +258,7 @@ Accept wildcard characters: False
258258
```
259259

260260
### -PageSize
261-
The PageSize parameter specifies the maximum number of entries per page. Valid input for this parameter is an integer between 1 and 5000. The default value is 100.
261+
The PageSize parameter specifies the maximum number of entries per page. Valid input for this parameter is an integer between 1 and 5000. The default value is 100. Consider using smaller page size to avoid PageCookie expiry when exporting large datasets.
262262

263263
```yaml
264264
Type: Int32

0 commit comments

Comments
 (0)