Class AutonomousDatabaseCharacterSet
Details of the Autonomous Database character set resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabaseCharacterSets/
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class AutonomousDatabaseCharacterSet : IDirectResponseSchema
Properties
CharacterSet
Output only. The character set name for the Autonomous Database which is the ID in the resource name.
Declaration
[JsonProperty("characterSet")]
public virtual string CharacterSet { get; set; }
Property Value
Type | Description |
---|---|
string |
CharacterSetType
Output only. The character set type for the Autonomous Database.
Declaration
[JsonProperty("characterSetType")]
public virtual string CharacterSetType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Identifier. The name of the Autonomous Database Character Set resource in the following format: projects/{project}/locations/{region}/autonomousDatabaseCharacterSets/{autonomous_database_character_set}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |