public sealed class Database : IMessage<Database>, IEquatable<Database>, IDeepCloneable<Database>, IBufferMessage, IMessageReference documentation and code samples for the AlloyDB v1 API class Database.
Message describing Database object.
Namespace
Google.Cloud.AlloyDb.V1Assembly
Google.Cloud.AlloyDb.V1.dll
Constructors
Database()
public Database()Database(Database)
public Database(Database other)| Parameter | |
|---|---|
| Name | Description |
other |
Database |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
DatabaseName
public DatabaseName DatabaseName { get; set; }DatabaseName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|