DataStream v1 API - Class SqlServerProfile (2.8.0)

public sealed class SqlServerProfile : IMessage<SqlServerProfile>, IEquatable<SqlServerProfile>, IDeepCloneable<SqlServerProfile>, IBufferMessage, IMessage

Reference documentation and code samples for the DataStream v1 API class SqlServerProfile.

SQLServer database profile. Next ID: 8.

Inheritance

object > SqlServerProfile

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

SqlServerProfile()

public SqlServerProfile()

SqlServerProfile(SqlServerProfile)

public SqlServerProfile(SqlServerProfile other)
Parameter
Name Description
other SqlServerProfile

Properties

Database

public string Database { get; set; }

Required. Database for the SQLServer connection.

Property Value
Type Description
string

Hostname

public string Hostname { get; set; }

Required. Hostname for the SQLServer connection.

Property Value
Type Description
string

Password

public string Password { get; set; }

Optional. Password for the SQLServer connection. Mutually exclusive with the secret_manager_stored_password field.

Property Value
Type Description
string

Port

public int Port { get; set; }

Port for the SQLServer connection, default value is 1433.

Property Value
Type Description
int

Username

public string Username { get; set; }

Required. Username for the SQLServer connection.

Property Value
Type Description
string