public sealed class PostgresqlObjectIdentifier : IMessage<SourceObjectIdentifier.Types.PostgresqlObjectIdentifier>, IEquatable<SourceObjectIdentifier.Types.PostgresqlObjectIdentifier>, IDeepCloneable<SourceObjectIdentifier.Types.PostgresqlObjectIdentifier>, IBufferMessage, IMessage
PostgreSQL data source object identifier.
Implements
IMessage<SourceObjectIdentifier.Types.PostgresqlObjectIdentifier>, IEquatable<SourceObjectIdentifier.Types.PostgresqlObjectIdentifier>, IDeepCloneable<SourceObjectIdentifier.Types.PostgresqlObjectIdentifier>, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.dll
Constructors
PostgresqlObjectIdentifier()
public PostgresqlObjectIdentifier()
PostgresqlObjectIdentifier(SourceObjectIdentifier.Types.PostgresqlObjectIdentifier)
public PostgresqlObjectIdentifier(SourceObjectIdentifier.Types.PostgresqlObjectIdentifier other)
Parameter | |
---|---|
Name | Description |
other | SourceObjectIdentifier.Types.PostgresqlObjectIdentifier |
Properties
Schema
public string Schema { get; set; }
Required. The schema name.
Property Value | |
---|---|
Type | Description |
String |
Table
public string Table { get; set; }
Required. The table name.
Property Value | |
---|---|
Type | Description |
String |