Oracle Database@Google Cloud v1 API - Class AutonomousDatabaseCharacterSet (1.0.0-beta01)

public sealed class AutonomousDatabaseCharacterSet : IMessage<AutonomousDatabaseCharacterSet>, IEquatable<AutonomousDatabaseCharacterSet>, IDeepCloneable<AutonomousDatabaseCharacterSet>, IBufferMessage, IMessage

Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class AutonomousDatabaseCharacterSet.

Details of the Autonomous Database character set resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabaseCharacterSets/

Inheritance

object > AutonomousDatabaseCharacterSet

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

AutonomousDatabaseCharacterSet()

public AutonomousDatabaseCharacterSet()

AutonomousDatabaseCharacterSet(AutonomousDatabaseCharacterSet)

public AutonomousDatabaseCharacterSet(AutonomousDatabaseCharacterSet other)
Parameter
Name Description
other AutonomousDatabaseCharacterSet

Properties

AutonomousDatabaseCharacterSetName

public AutonomousDatabaseCharacterSetName AutonomousDatabaseCharacterSetName { get; set; }

AutonomousDatabaseCharacterSetName-typed view over the Name resource name property.

Property Value
Type Description
AutonomousDatabaseCharacterSetName

CharacterSet

public string CharacterSet { get; set; }

Output only. The character set name for the Autonomous Database which is the ID in the resource name.

Property Value
Type Description
string

CharacterSetType

public AutonomousDatabaseCharacterSet.Types.CharacterSetType CharacterSetType { get; set; }

Output only. The character set type for the Autonomous Database.

Property Value
Type Description
AutonomousDatabaseCharacterSetTypesCharacterSetType

Name

public string Name { get; set; }

Identifier. The name of the Autonomous Database Character Set resource in the following format: projects/{project}/locations/{region}/autonomousDatabaseCharacterSets/{autonomous_database_character_set}

Property Value
Type Description
string