Data Catalog v1 API - Class SqlDatabaseSystemSpec (2.3.0)

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

Reference documentation and code samples for the Data Catalog v1 API class SqlDatabaseSystemSpec.

Specification that applies to entries that are part SQL_DATABASE system (user_specified_type)

Inheritance

object > SqlDatabaseSystemSpec

Namespace

GoogleCloudGoogle.Cloud.DataCatalogV1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

SqlDatabaseSystemSpec()

public SqlDatabaseSystemSpec()

SqlDatabaseSystemSpec(SqlDatabaseSystemSpec)

public SqlDatabaseSystemSpec(SqlDatabaseSystemSpec other)
Parameter
NameDescription
otherSqlDatabaseSystemSpec

Properties

DatabaseVersion

public string DatabaseVersion { get; set; }

Version of the database engine.

Property Value
TypeDescription
string

InstanceHost

public string InstanceHost { get; set; }

Host of the SQL database enum InstanceHost { UNDEFINED = 0; SELF_HOSTED = 1; CLOUD_SQL = 2; AMAZON_RDS = 3; AZURE_SQL = 4; } Host of the enclousing database instance.

Property Value
TypeDescription
string

SqlEngine

public string SqlEngine { get; set; }

SQL Database Engine. enum SqlEngine { UNDEFINED = 0; MY_SQL = 1; POSTGRE_SQL = 2; SQL_SERVER = 3; } Engine of the enclosing database instance.

Property Value
TypeDescription
string