Show / Hide Table of Contents

Class DatabaseCharacterSet

Details of the Database character set resource.

Inheritance
object
DatabaseCharacterSet
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX