AlloyDB v1alpha API - Class Database (1.0.0-alpha07)

public sealed class Database : IMessage<Database>, IEquatable<Database>, IDeepCloneable<Database>, IBufferMessage, IMessage

Reference documentation and code samples for the AlloyDB v1alpha API class Database.

Message describing Database object.

Inheritance

object > Database

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

Google.Cloud.AlloyDb.V1Alpha.dll

Constructors

Database()

public Database()

Database(Database)

public Database(Database other)
Parameter
NameDescription
otherDatabase

Properties

Charset

public string Charset { get; set; }

Optional. Charset for the database. This field can contain any PostgreSQL supported charset name. Example values include "UTF8", "SQL_ASCII", etc.

Property Value
TypeDescription
string

Collation

public string Collation { get; set; }

Optional. Collation for the database. Name of the custom or native collation for postgres. Example values include "C", "POSIX", etc

Property Value
TypeDescription
string

DatabaseName

public DatabaseName DatabaseName { get; set; }

DatabaseName-typed view over the Name resource name property.

Property Value
TypeDescription
DatabaseName

Name

public string Name { get; set; }

Identifier. Name of the resource in the form of projects/{project}/locations/{location}/clusters/{cluster}/databases/{database}.

Property Value
TypeDescription
string