DataStream v1 API - Class SourceObjectIdentifier.Types.PostgresqlObjectIdentifier (2.5.0)

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

Reference documentation and code samples for the DataStream v1 API class SourceObjectIdentifier.Types.PostgresqlObjectIdentifier.

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(PostgresqlObjectIdentifier)

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

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