public static interface ExportStatistics.Builder extends SdkPojo, CopyableBuilder<ExportStatistics.Builder,ExportStatistics>
| Modifier and Type | Method and Description |
|---|---|
ExportStatistics.Builder |
exportedRecordsCount(Integer exportedRecordsCount)
The number of records that were exported to the final export file.
|
ExportStatistics.Builder |
processedRecordsCount(Integer processedRecordsCount)
The number of records that were processed to generate the final export file.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExportStatistics.Builder processedRecordsCount(Integer processedRecordsCount)
The number of records that were processed to generate the final export file.
processedRecordsCount - The number of records that were processed to generate the final export file.ExportStatistics.Builder exportedRecordsCount(Integer exportedRecordsCount)
The number of records that were exported to the final export file.
This value might not be available for all export source types
exportedRecordsCount - The number of records that were exported to the final export file.
This value might not be available for all export source types
Copyright © 2023. All rights reserved.