DataStream v1 API - Class PostgresqlProfile (2.5.0)

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.

Inheritance

object > PostgresqlProfile

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

PostgresqlProfile()

public PostgresqlProfile()

PostgresqlProfile(PostgresqlProfile)

public PostgresqlProfile(PostgresqlProfile other)
Parameter
NameDescription
otherPostgresqlProfile

Properties

Database

public string Database { get; set; }

Required. Database for the PostgreSQL connection.

Property Value
TypeDescription
string

Hostname

public string Hostname { get; set; }

Required. Hostname for the PostgreSQL connection.

Property Value
TypeDescription
string

Password

public string Password { get; set; }

Required. Password for the PostgreSQL connection.

Property Value
TypeDescription
string

Port

public int Port { get; set; }

Port for the PostgreSQL connection, default value is 5432.

Property Value
TypeDescription
int

Username

public string Username { get; set; }

Required. Username for the PostgreSQL connection.

Property Value
TypeDescription
string