Oracle Database@Google Cloud v1 API - Class DatabaseCharacterSet (1.4.0)

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

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

Details of the Database character set resource.

Inheritance

object > DatabaseCharacterSet

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

DatabaseCharacterSet()

public DatabaseCharacterSet()

DatabaseCharacterSet(DatabaseCharacterSet)

public DatabaseCharacterSet(DatabaseCharacterSet other)
Parameter
Name Description
other DatabaseCharacterSet

Properties

CharacterSet

public string CharacterSet { get; set; }

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

Property Value
Type Description
string

CharacterSetType

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

Output only. The character set type for the Database.

Property Value
Type Description
DatabaseCharacterSetTypesCharacterSetType

DatabaseCharacterSetName

public DatabaseCharacterSetName DatabaseCharacterSetName { get; set; }

DatabaseCharacterSetName-typed view over the Name resource name property.

Property Value
Type Description
DatabaseCharacterSetName

Name

public string Name { get; set; }

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

Property Value
Type Description
string