Show / Hide Table of Contents

Class MysqlDatabase

MySQL database.

Inheritance
object
MysqlDatabase
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX