Class DatabaseDetails
Details of a logical database.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class DatabaseDetails : IDirectResponseSchema
Properties
AllocatedStorageBytes
The allocated storage for the database in bytes.
Declaration
[JsonProperty("allocatedStorageBytes")]
public virtual long? AllocatedStorageBytes { get; set; }
Property Value
Type | Description |
---|---|
long? |
DatabaseName
The name of the database.
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 |
ParentDatabaseDeployment
The parent database deployment that contains the logical database.
Declaration
[JsonProperty("parentDatabaseDeployment")]
public virtual DatabaseDetailsParentDatabaseDeployment ParentDatabaseDeployment { get; set; }
Property Value
Type | Description |
---|---|
DatabaseDetailsParentDatabaseDeployment |
Schemas
The database schemas.
Declaration
[JsonProperty("schemas")]
public virtual IList<DatabaseSchema> Schemas { get; set; }
Property Value
Type | Description |
---|---|
IList<DatabaseSchema> |