Class DatabaseSchema
Details of a database schema.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.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
Details of a Mysql schema.
Declaration
[JsonProperty("mysql")]
public virtual MySqlSchemaDetails Mysql { get; set; }
Property Value
Type | Description |
---|---|
MySqlSchemaDetails |
Objects
List of details of objects by category.
Declaration
[JsonProperty("objects")]
public virtual IList<DatabaseObjects> Objects { get; set; }
Property Value
Type | Description |
---|---|
IList<DatabaseObjects> |
Postgresql
Details of a PostgreSql schema.
Declaration
[JsonProperty("postgresql")]
public virtual PostgreSqlSchemaDetails Postgresql { get; set; }
Property Value
Type | Description |
---|---|
PostgreSqlSchemaDetails |
SchemaName
The name of the schema.
Declaration
[JsonProperty("schemaName")]
public virtual string SchemaName { get; set; }
Property Value
Type | Description |
---|---|
string |
SqlServer
Details of a SqlServer schema.
Declaration
[JsonProperty("sqlServer")]
public virtual SqlServerSchemaDetails SqlServer { get; set; }
Property Value
Type | Description |
---|---|
SqlServerSchemaDetails |
TablesSizeBytes
The total size of tables in bytes.
Declaration
[JsonProperty("tablesSizeBytes")]
public virtual long? TablesSizeBytes { get; set; }
Property Value
Type | Description |
---|---|
long? |