Common Export Batch Records Request
The service request contains:
Name |
Data Type |
Required? |
Default Value |
Discussion |
---|---|---|---|---|
RequestId |
long |
yes |
 |
This is the number, returned by SubmitOlapGinsuExport, that identifies the data to be retrieved. |
StartAfterRowIndex |
long |
no |
0 |
Export is limited to requests for records after this index number. To avoid skipping or duplicating exported items set this to the last RowIndex from the previous result set. |
MaxRowsToReturn |
int |
no |
1000 |
The maximum number of records to be exported. Values greater than 1000 may fail due to system-enforced transaction time limits. |
OnlyCountRows |
boolean |
no |
false |
If true, then only the RowCount is returned. |