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.

This data type is used as a response element in the DescribeDBClusterBacktracks action.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.RDS.Model.BacktrackDBClusterResponse

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

Syntax

C#
public class BacktrackDBClusterResponse : AmazonWebServiceResponse

The BacktrackDBClusterResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property BacktrackedFrom System.DateTime

Gets and sets the property BacktrackedFrom.

The timestamp of the time from which the DB cluster was backtracked.

Public Property BacktrackIdentifier System.String

Gets and sets the property BacktrackIdentifier.

Contains the backtrack identifier.

Public Property BacktrackRequestCreationTime System.DateTime

Gets and sets the property BacktrackRequestCreationTime.

The timestamp of the time at which the backtrack was requested.

Public Property BacktrackTo System.DateTime

Gets and sets the property BacktrackTo.

The timestamp of the time to which the DB cluster was backtracked.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property DBClusterIdentifier System.String

Gets and sets the property DBClusterIdentifier.

Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Status System.String

Gets and sets the property Status.

The status of the backtrack. This property returns one of the following values:

  • applying - The backtrack is currently being applied to or rolled back from the DB cluster.

  • completed - The backtrack has successfully been applied to or rolled back from the DB cluster.

  • failed - An error occurred while the backtrack was applied to or rolled back from the DB cluster.

  • pending - The backtrack is currently pending application to or rollback from the DB cluster.

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