Show / Hide Table of Contents

Class DatabaseDetails

Details of a logical database.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX