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