Show / Hide Table of Contents

Class DatabaseSchema

Details of a database schema.

Inheritance
object
DatabaseSchema
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.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class DatabaseSchema : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Mysql

Optional. Details of a Mysql schema.

Declaration
[JsonProperty("mysql")]
public virtual MySqlSchemaDetails Mysql { get; set; }
Property Value
Type Description
MySqlSchemaDetails

Objects

Optional. List of details of objects by category.

Declaration
[JsonProperty("objects")]
public virtual IList<DatabaseObjects> Objects { get; set; }
Property Value
Type Description
IList<DatabaseObjects>

Postgresql

Optional. Details of a PostgreSql schema.

Declaration
[JsonProperty("postgresql")]
public virtual PostgreSqlSchemaDetails Postgresql { get; set; }
Property Value
Type Description
PostgreSqlSchemaDetails

SchemaName

Required. The name of the schema.

Declaration
[JsonProperty("schemaName")]
public virtual string SchemaName { get; set; }
Property Value
Type Description
string

SqlServer

Optional. Details of a SqlServer schema.

Declaration
[JsonProperty("sqlServer")]
public virtual SqlServerSchemaDetails SqlServer { get; set; }
Property Value
Type Description
SqlServerSchemaDetails

TablesSizeBytes

Optional. The total size of tables in bytes.

Declaration
[JsonProperty("tablesSizeBytes")]
public virtual long? TablesSizeBytes { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX