Show / Hide Table of Contents

Class PostgresqlSchema

PostgreSQL schema.

Inheritance
object
PostgresqlSchema
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX