Skip to main content

ISESV2BatchGetMetricDataRequest

Interface in AWS.SESV2

Interface for BatchGetMetricData requests.

Ancestors

Properties

Queries

property Queries: TList<ISESV2BatchGetMetricDataQuery>

Type: ISESV2BatchGetMetricDataQuery

A list of metric data queries to execute. Must contain between 1 and 10 queries, each with a unique Id within the batch request.

Methods

AddQuery

function AddQuery(const AQuery: ISESV2BatchGetMetricDataQuery): NativeInt;

ISESV2BatchGetMetricDataQuery

Add a query to Queries.

Parameters

NameDescription
AQuerySpecify a query to add to Queries.

Returns

Returns the index of the query added to Queries.