Class MysqlDatabase
MySQL database.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1alpha1.Data
Assembly: Google.Apis.Datastream.v1alpha1.dll
Syntax
public class MysqlDatabase : IDirectResponseSchema
Properties
DatabaseName
Database name.
Declaration
[JsonProperty("databaseName")]
public virtual string DatabaseName { 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 |
MysqlTables
Tables in the database.
Declaration
[JsonProperty("mysqlTables")]
public virtual IList<MysqlTable> MysqlTables { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<MysqlTable> |