Database(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Message describing Database object.
Attributes |
|
---|---|
Name | Description |
name |
str
Identifier. Name of the resource in the form of projects/{project}/locations/{location}/clusters/{cluster}/databases/{database} .
|
charset |
str
Optional. Charset for the database. This field can contain any PostgreSQL supported charset name. Example values include "UTF8", "SQL_ASCII", etc. |
collation |
str
Optional. Collation for the database. Name of the custom or native collation for postgres. Example values include "C", "POSIX", etc |