Class DatabaseCharacterSet
Details of the Database character set resource.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class DatabaseCharacterSet : IDirectResponseSchema
Properties
CharacterSet
Output only. The character set name for the 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 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 Database Character Set resource in the following format: projects/{project}/locations/{region}/databaseCharacterSets/{database_character_set}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |