AWS SDK for .NET Documentation
DBEngineVersion Class
AmazonAmazon.RDS.ModelDBEngineVersion Did this page help you?   Yes   No    Tell us about it...

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

Declaration Syntax
C#
public class DBEngineVersion
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DBEngineVersion()()()()
Initializes a new instance of the DBEngineVersion class

DBEngineDescription
The description of the database engine.

DBEngineVersionDescription
The description of the database engine version.

DBParameterGroupFamily
The name of the DB parameter group family for the database engine.

DefaultCharacterSet
The default character set for new instances of this engine version, if the CharacterSetName parameter of the CreateDBInstance API is not specified.

Engine
The name of the database engine.

EngineVersion
The version number of the database engine.

Equals(Object)
Determines whether the specified Object is equal to the current 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.)
SupportedCharacterSets
A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance API.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithDBEngineDescription(String) Obsolete.
Sets the DBEngineDescription property

WithDBEngineVersionDescription(String) Obsolete.
Sets the DBEngineVersionDescription property

WithDBParameterGroupFamily(String) Obsolete.
Sets the DBParameterGroupFamily property

WithDefaultCharacterSet(CharacterSet) Obsolete.
Sets the DefaultCharacterSet property

WithEngine(String) Obsolete.
Sets the Engine property

WithEngineVersion(String) Obsolete.
Sets the EngineVersion property

WithSupportedCharacterSets(array<CharacterSet>[]()[][]) Obsolete.
Adds elements to the SupportedCharacterSets collection

WithSupportedCharacterSets(IEnumerable<(Of <<'(CharacterSet>)>>)) Obsolete.
Adds elements to the SupportedCharacterSets collection

Inheritance Hierarchy
Object
DBEngineVersion

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)