Class PostgreSql
Settings for PostgreSQL data source.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseDataConnect.v1.Data
Assembly: Google.Apis.FirebaseDataConnect.v1.dll
Syntax
public class PostgreSql : IDirectResponseSchemaProperties
CloudSql
Cloud SQL configurations.
Declaration
[JsonProperty("cloudSql")]
public virtual CloudSqlInstance CloudSql { get; set; }Property Value
| Type | Description | 
|---|---|
| CloudSqlInstance | 
Database
Required. Name of the PostgreSQL database.
Declaration
[JsonProperty("database")]
public virtual string Database { 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 | 
SchemaMigration
Optional. Configure how to perform Postgresql schema migration.
Declaration
[JsonProperty("schemaMigration")]
public virtual string SchemaMigration { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
SchemaValidation
Optional. Configure how much Postgresql schema validation to perform.
Declaration
[JsonProperty("schemaValidation")]
public virtual string SchemaValidation { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Unlinked
No Postgres data source is linked. If set, don't allow database and schema_validation to be configured.
Declaration
[JsonProperty("unlinked")]
public virtual bool? Unlinked { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? |