Show / Hide Table of Contents

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
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX