Took out default page_size

Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
This commit is contained in:
keithhc2 2022-01-31 11:51:17 -08:00
parent 155cbaaf5e
commit 97ba383e8a
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ start_time | Integer | The Unix epoch start time of the transform job.
period | Integer | How often to execute the transform job.
unit | String | The unit of time associated with the execution period. Available options are `Minutes`, `Hours`, and `Days`.
description | Integer | Describes the transform job.
page_size | Integer | The number of fields to transform at a time. Higher number means higher performance but requires more memory and can cause higher latency. Default is 1.
page_size | Integer | The number of fields to transform at a time. Higher number means higher performance but requires more memory and can cause higher latency.
## Get a transform job's details
Introduced 1.0