Class Datasource
A data source that backs Firebase Data Connect services.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseDataConnect.v1beta.Data
Assembly: Google.Apis.FirebaseDataConnect.v1beta.dll
Syntax
public class Datasource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Postgresql
PostgreSQL configurations.
Declaration
[JsonProperty("postgresql")]
public virtual PostgreSql Postgresql { get; set; }
Property Value
Type | Description |
---|---|
PostgreSql |