AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Represents a single metric data query to include in a batch.

Inheritance Hierarchy

System.Object
  Amazon.SimpleEmailV2.Model.BatchGetMetricDataQuery

Namespace: Amazon.SimpleEmailV2.Model
Assembly: AWSSDK.SimpleEmailV2.dll
Version: 3.x.y.z

Syntax

C#
public class BatchGetMetricDataQuery

The BatchGetMetricDataQuery type exposes the following members

Constructors

NameDescription
Public Method BatchGetMetricDataQuery()

Properties

NameTypeDescription
Public Property Dimensions System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Dimensions.

An object that contains mapping between MetricDimensionName and MetricDimensionValue to filter metrics by.

Public Property EndDate System.DateTime

Gets and sets the property EndDate.

Represents the end date for the query interval.

Public Property Id System.String

Gets and sets the property Id.

The query identifier.

Public Property Metric Amazon.SimpleEmailV2.Metric

Gets and sets the property Metric.

The queried metric. This can be one of the following:

  • SEND – Emails sent eligible for tracking in the VDM dashboard. This excludes emails sent to the mailbox simulator and emails addressed to more than one recipient.

  • COMPLAINT – Complaints received for your account. This excludes complaints from the mailbox simulator, those originating from your account-level suppression list (if enabled), and those for emails addressed to more than one recipient

  • PERMANENT_BOUNCE – Permanent bounces - i.e. feedback received for emails sent to non-existent mailboxes. Excludes bounces from the mailbox simulator, those originating from your account-level suppression list (if enabled), and those for emails addressed to more than one recipient.

  • TRANSIENT_BOUNCE – Transient bounces - i.e. feedback received for delivery failures excluding issues with non-existent mailboxes. Excludes bounces from the mailbox simulator, and those for emails addressed to more than one recipient.

  • OPEN – Unique open events for emails including open trackers. Excludes opens for emails addressed to more than one recipient.

  • CLICK – Unique click events for emails including wrapped links. Excludes clicks for emails addressed to more than one recipient.

  • DELIVERY – Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator and for emails addressed to more than one recipient.

  • DELIVERY_OPEN – Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails without open trackers.

  • DELIVERY_CLICK – Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails without click trackers.

  • DELIVERY_COMPLAINT – Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails addressed to recipients hosted by ISPs with which Amazon SES does not have a feedback loop agreement.

Public Property Namespace Amazon.SimpleEmailV2.MetricNamespace

Gets and sets the property Namespace.

The query namespace - e.g. VDM

Public Property StartDate System.DateTime

Gets and sets the property StartDate.

Represents the start date for the query interval.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5