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.

The version of the database engine that a DB instance can be upgraded to.

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.UpgradeTarget

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

Syntax

C#
public class UpgradeTarget

The UpgradeTarget type exposes the following members

Constructors

NameDescription
Public Method UpgradeTarget()

Properties

NameTypeDescription
Public Property AutoUpgrade System.Boolean

Gets and sets the property AutoUpgrade.

Indicates whether the target version is applied to any source DB instances that have AutoMinorVersionUpgrade set to true.

Public Property Description System.String

Gets and sets the property Description.

The version of the database engine that a DB instance can be upgraded to.

Public Property Engine System.String

Gets and sets the property Engine.

The name of the upgrade target database engine.

Public Property EngineVersion System.String

Gets and sets the property EngineVersion.

The version number of the upgrade target database engine.

Public Property IsMajorVersionUpgrade System.Boolean

Gets and sets the property IsMajorVersionUpgrade.

Indicates whether upgrading to the target version requires upgrading the major version of the database engine.

Public Property SupportedEngineModes System.Collections.Generic.List<System.String>

Gets and sets the property SupportedEngineModes.

A list of the supported DB engine modes for the target engine version.

Public Property SupportsBabelfish System.Boolean

Gets and sets the property SupportsBabelfish.

Indicates whether you can use Babelfish for Aurora PostgreSQL with the target engine version.

Public Property SupportsGlobalDatabases System.Boolean

Gets and sets the property SupportsGlobalDatabases.

Indicates whether you can use Aurora global databases with the target engine version.

Public Property SupportsIntegrations System.Boolean

Gets and sets the property SupportsIntegrations.

Indicates whether the DB engine version supports zero-ETL integrations with Amazon Redshift.

Public Property SupportsLocalWriteForwarding System.Boolean

Gets and sets the property SupportsLocalWriteForwarding.

Indicates whether the target engine version supports forwarding write operations from reader DB instances to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances.

Valid for: Aurora DB clusters only

Public Property SupportsParallelQuery System.Boolean

Gets and sets the property SupportsParallelQuery.

Indicates whether you can use Aurora parallel query with the target engine version.

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