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.
Implements
IMessageSourceObjectIdentifierTypesPostgresqlObjectIdentifier, IEquatableSourceObjectIdentifierTypesPostgresqlObjectIdentifier, IDeepCloneableSourceObjectIdentifierTypesPostgresqlObjectIdentifier, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.dll
Constructors
PostgresqlObjectIdentifier()
public PostgresqlObjectIdentifier()
PostgresqlObjectIdentifier(PostgresqlObjectIdentifier)
public PostgresqlObjectIdentifier(SourceObjectIdentifier.Types.PostgresqlObjectIdentifier other)
Parameter | |
---|---|
Name | Description |
other | SourceObjectIdentifierTypesPostgresqlObjectIdentifier |
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 |