Class PostgresqlSchema
PostgreSQL schema.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class PostgresqlSchema : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PostgresqlTables
Tables in the schema.
Declaration
[JsonProperty("postgresqlTables")]
public virtual IList<PostgresqlTable> PostgresqlTables { get; set; }
Property Value
Type | Description |
---|---|
IList<PostgresqlTable> |
Schema
Schema name.
Declaration
[JsonProperty("schema")]
public virtual string Schema { get; set; }
Property Value
Type | Description |
---|---|
string |