characterSetType property

String? characterSetType
getter/setter pair

The character set type for the Autonomous Database.

Output only. Possible string values are:

  • "CHARACTER_SET_TYPE_UNSPECIFIED" : Character set type is not specified.
  • "DATABASE" : Character set type is set to database.
  • "NATIONAL" : Character set type is set to national.

Implementation

core.String? characterSetType;