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.

Container for the parameters to the DescribeEvents operation. Returns events related to DAX clusters and parameter groups. You can obtain events specific to a particular DAX cluster or parameter group by providing the name as a parameter.

By default, only the events occurring within the last 24 hours are returned; however, you can retrieve up to 14 days' worth of events if necessary.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.DAX.AmazonDAXRequest
      Amazon.DAX.Model.DescribeEventsRequest

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

Syntax

C#
public class DescribeEventsRequest : AmazonDAXRequest
         IAmazonWebServiceRequest

The DescribeEventsRequest type exposes the following members

Constructors

NameDescription
Public Method DescribeEventsRequest()

Properties

NameTypeDescription
Public Property Duration System.Int32

Gets and sets the property Duration.

The number of minutes' worth of events to retrieve.

Public Property EndTime System.DateTime

Gets and sets the property EndTime.

The end of the time interval for which to retrieve events, specified in ISO 8601 format.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

The value for MaxResults must be between 20 and 100.

Public Property NextToken System.String

Gets and sets the property NextToken.

An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

Public Property SourceName System.String

Gets and sets the property SourceName.

The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

Public Property SourceType Amazon.DAX.SourceType

Gets and sets the property SourceType.

The event source to retrieve events for. If no value is specified, all events are returned.

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5