Class PostgresqlRdbms
PostgreSQL database structure.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class PostgresqlRdbms : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PostgresqlSchemas
PostgreSQL schemas in the database server.
Declaration
[JsonProperty("postgresqlSchemas")]
public virtual IList<PostgresqlSchema> PostgresqlSchemas { get; set; }
Property Value
Type | Description |
---|---|
IList<PostgresqlSchema> |