Class GoogleCloudDatacatalogV1SqlDatabaseSystemSpec
Specification that applies to entries that are part SQL_DATABASE
system (user_specified_type)
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1SqlDatabaseSystemSpec : IDirectResponseSchema
Properties
DatabaseVersion
Version of the database engine.
Declaration
[JsonProperty("databaseVersion")]
public virtual string DatabaseVersion { 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 |
InstanceHost
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.
Declaration
[JsonProperty("instanceHost")]
public virtual string InstanceHost { get; set; }
Property Value
Type | Description |
---|---|
string |
SqlEngine
SQL Database Engine. enum SqlEngine { UNDEFINED = 0; MY_SQL = 1; POSTGRE_SQL = 2; SQL_SERVER = 3; } Engine of the enclosing database instance.
Declaration
[JsonProperty("sqlEngine")]
public virtual string SqlEngine { get; set; }
Property Value
Type | Description |
---|---|
string |