public sealed class PostgresqlProfile : IMessage<PostgresqlProfile>, IEquatable<PostgresqlProfile>, IDeepCloneable<PostgresqlProfile>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class PostgresqlProfile.
PostgreSQL database profile.
Implements
IMessagePostgresqlProfile, IEquatablePostgresqlProfile, IDeepCloneablePostgresqlProfile, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.dll
Constructors
PostgresqlProfile()
public PostgresqlProfile()
PostgresqlProfile(PostgresqlProfile)
public PostgresqlProfile(PostgresqlProfile other)
Parameter | |
---|---|
Name | Description |
other | PostgresqlProfile |
Properties
Database
public string Database { get; set; }
Required. Database for the PostgreSQL connection.
Property Value | |
---|---|
Type | Description |
string |
Hostname
public string Hostname { get; set; }
Required. Hostname for the PostgreSQL connection.
Property Value | |
---|---|
Type | Description |
string |
Password
public string Password { get; set; }
Required. Password for the PostgreSQL connection.
Property Value | |
---|---|
Type | Description |
string |
Port
public int Port { get; set; }
Port for the PostgreSQL connection, default value is 5432.
Property Value | |
---|---|
Type | Description |
int |
Username
public string Username { get; set; }
Required. Username for the PostgreSQL connection.
Property Value | |
---|---|
Type | Description |
string |