ISESV2ExportStatistics
Interface in AWS.SESV2
Interface for SESV2 ExportStatistics.
Properties
ExportedRecordsCount
property ExportedRecordsCount: TOptional<Integer>
The number of records that were exported to the final export file.
This property indicates how many records were successfully written to the export destination after processing and filtering. It represents the actual count of data entries in the final export output. This value might not be available for all export source types and may be lower than the ProcessedRecordsCount if some processed records were filtered out or failed validation during the export process. For jobs that are still in progress, this count will be updated as records are exported. For completed jobs, this represents the final count of successfully exported records.
ProcessedRecordsCount
property ProcessedRecordsCount: TOptional<Integer>
The number of records that were processed to generate the final export file.
This property indicates the total number of records that were examined and processed during the export job execution, regardless of whether they were ultimately included in the final export. This count includes all records that met the initial selection criteria and were processed by the export job, even if some were subsequently filtered out or failed to export successfully. The processed count is typically equal to or greater than the ExportedRecordsCount. This metric helps assess the scope and progress of the export job, providing insight into how much data was considered during the export process.