RestorableDroppedManagedDatabaseProperties interface
可還原的資料庫會捨棄管理資料庫的屬性。
屬性
| creation |
資料庫建立日期(ISO8601格式)。 |
| database |
資料庫的名稱。 |
| deletion |
資料庫的刪除日期(ISO8601格式)。 |
| earliest |
資料庫最早的還原日期(ISO8601格式)。 |
屬性詳細資料
creationDate
資料庫建立日期(ISO8601格式)。
creationDate?: Date
屬性值
Date
databaseName
資料庫的名稱。
databaseName?: string
屬性值
string
deletionDate
資料庫的刪除日期(ISO8601格式)。
deletionDate?: Date
屬性值
Date
earliestRestoreDate
資料庫最早的還原日期(ISO8601格式)。
earliestRestoreDate?: Date
屬性值
Date