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