TSESV2ExportMetric
Class in AWS.SESV2
SESV2 ExportMetric class.
Ancestors
Properties
Aggregation
property Aggregation: string
Name
property Name: string
Constructors
Create
constructor Create(const AName, AAggregation: string);
Constructor for TSESV2ExportMetric.
Parameters
| Name | Description |
|---|---|
AName | Specify the name of the metric to export. Valid values:,,,,,,,,, and. |
AAggregation | Specify the aggregation method to apply to the metric. Valid values:, and. |
Methods
Rate
class function Rate(const AName: string): TSESV2ExportMetric; static;
Factory method for creating ExportMetric instances with aggragation set to RATE.
Parameters
| Name | Description |
|---|---|
AName | Specify the name of the metric to export. Valid values:,,,,,,,,, and. |
Returns
A TSESV2ExportMetric instance with aggregation set to. attributes.
Volume
class function Volume(const AName: string): TSESV2ExportMetric; static;
Factory method for creating ExportMetric instances with aggragation set to VOLUME.
Parameters
| Name | Description |
|---|---|
AName | Specify the name of the metric to export. Valid values:,,,,,,,,, and. |
Returns
A TSESV2ExportMetric instance with aggregation set to. attributes.