Class SourceObjectIdentifier.Types.PostgresqlObjectIdentifier (2.1.0)

public sealed class PostgresqlObjectIdentifier : IMessage<SourceObjectIdentifier.Types.PostgresqlObjectIdentifier>, IEquatable<SourceObjectIdentifier.Types.PostgresqlObjectIdentifier>, IDeepCloneable<SourceObjectIdentifier.Types.PostgresqlObjectIdentifier>, IBufferMessage, IMessage

PostgreSQL data source object identifier.

Inheritance

Object > SourceObjectIdentifier.Types.PostgresqlObjectIdentifier

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

PostgresqlObjectIdentifier()

public PostgresqlObjectIdentifier()

PostgresqlObjectIdentifier(SourceObjectIdentifier.Types.PostgresqlObjectIdentifier)

public PostgresqlObjectIdentifier(SourceObjectIdentifier.Types.PostgresqlObjectIdentifier other)
Parameter
NameDescription
otherSourceObjectIdentifier.Types.PostgresqlObjectIdentifier

Properties

Schema

public string Schema { get; set; }

Required. The schema name.

Property Value
TypeDescription
String

Table

public string Table { get; set; }

Required. The table name.

Property Value
TypeDescription
String