Represents a list of SendDataPoint items returned from a successful GetSendStatistics request. This list contains aggregated data from the previous two weeks of sending activity.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class GetSendStatisticsResult
Public Class GetSendStatisticsResult
public ref class GetSendStatisticsResult
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| GetSendStatisticsResult()()()() | Initializes a new instance of the GetSendStatisticsResult class | |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| SendDataPoints | ||
| ToString()()()() | (Inherited from Object.) | |
| WithSendDataPoints(array<SendDataPoint>[]()[][]) |
Adds elements to the SendDataPoints collection
| |
| WithSendDataPoints(IEnumerable<(Of <<'(SendDataPoint>)>>)) |
Adds elements to the SendDataPoints collection
|