Class PostgreSql
Settings for PostgreSQL data source.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseDataConnect.v1beta.Data
Assembly: Google.Apis.FirebaseDataConnect.v1beta.dll
Syntax
public class PostgreSql : IDirectResponseSchema
Properties
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 |
SchemaValidation
Optional. Configure how much Postgresql schema validation to perform. Default to STRICT
if not specified.
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? |