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.

An object that contains details about the data source for the metrics export.

Inheritance Hierarchy

System.Object
  Amazon.SimpleEmailV2.Model.MetricsDataSource

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

Syntax

C#
public class MetricsDataSource

The MetricsDataSource type exposes the following members

Constructors

NameDescription
Public Method MetricsDataSource()

Properties

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

Gets and sets the property Dimensions.

An object that contains a mapping between a MetricDimensionName and MetricDimensionValue to filter metrics by. Must contain a least 1 dimension but no more than 3 unique ones.

Public Property EndDate System.DateTime

Gets and sets the property EndDate.

Represents the end date for the export interval as a timestamp.

Public Property Metrics System.Collections.Generic.List<Amazon.SimpleEmailV2.Model.ExportMetric>

Gets and sets the property Metrics.

A list of ExportMetric objects to export.

Public Property Namespace Amazon.SimpleEmailV2.MetricNamespace

Gets and sets the property Namespace.

The metrics namespace - e.g., VDM.

Public Property StartDate System.DateTime

Gets and sets the property StartDate.

Represents the start date for the export interval as a timestamp.

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