TSESV2MetricsDataSource
Class in AWS.SESV2
SESV2 MetricsDataSource class.
Ancestors
Properties
Dimensions
property Dimensions: TDictionary<string, TList<string>>
EndDate
property EndDate: TDateTime
Metrics
property Metrics: TList<ISESV2ExportMetric>
Type: ISESV2ExportMetric
Namespace
property Namespace: string
StartDate
property StartDate: TDateTime
Constructors
Create
constructor Create; overload;
Constructor for TSESV2MetricsDataSource.
constructor Create(const AStartDate, AEndDate: TDateTime); overload;
Constructor for TSESV2MetricsDataSource.
Parameters
| Name | Description |
|---|---|
AStartDate | Specify the start date and time for the metrics export interval as a timestamp. |
AEndDate | Specify the end date and time for the metrics export interval as a timestamp. |