Show / Hide Table of Contents

Class SqlServerProfile

SQLServer database profile.

Inheritance
object
SqlServerProfile
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class SqlServerProfile : IDirectResponseSchema

Properties

Database

Required. Database for the SQLServer connection.

Declaration
[JsonProperty("database")]
public virtual string Database { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Hostname

Required. Hostname for the SQLServer connection.

Declaration
[JsonProperty("hostname")]
public virtual string Hostname { get; set; }
Property Value
Type Description
string

Password

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

Declaration
[JsonProperty("password")]
public virtual string Password { get; set; }
Property Value
Type Description
string

Port

Port for the SQLServer connection, default value is 1433.

Declaration
[JsonProperty("port")]
public virtual int? Port { get; set; }
Property Value
Type Description
int?

SecretManagerStoredPassword

Optional. A reference to a Secret Manager resource name storing the SQLServer connection password. Mutually exclusive with the password field.

Declaration
[JsonProperty("secretManagerStoredPassword")]
public virtual string SecretManagerStoredPassword { get; set; }
Property Value
Type Description
string

Username

Required. Username for the SQLServer connection.

Declaration
[JsonProperty("username")]
public virtual string Username { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX