DatabaseFileInput interface
輸入的資料庫檔案特定資訊
屬性
file |
資料庫檔案類型 |
id | 資料庫檔案的唯一識別碼 |
logical |
檔案的邏輯名稱 |
physical |
檔案的作業系統完整路徑 |
restore |
用於還原之檔案的建議完整路徑 |
屬性詳細資料
fileType
資料庫檔案類型
fileType?: string
屬性值
string
id
資料庫檔案的唯一識別碼
id?: string
屬性值
string
logicalName
檔案的邏輯名稱
logicalName?: string
屬性值
string
physicalFullName
檔案的作業系統完整路徑
physicalFullName?: string
屬性值
string
restoreFullName
用於還原之檔案的建議完整路徑
restoreFullName?: string
屬性值
string