DatabaseFileInput interface  
Database file specific information for input
Properties
| file | Database file type | 
| id | Unique identifier for database file | 
| logical | Logical name of the file | 
| physical | Operating-system full path of the file | 
| restore | Suggested full path of the file for restoring | 
Property Details
		fileType
	 
	Database file type
fileType?: stringProperty Value
string
id
Unique identifier for database file
id?: stringProperty Value
string
		logicalName
	 
	Logical name of the file
logicalName?: stringProperty Value
string
		physicalFullName
	  
	Operating-system full path of the file
physicalFullName?: stringProperty Value
string
		restoreFullName
	  
	Suggested full path of the file for restoring
restoreFullName?: stringProperty Value
string