DatabaseFileInput interface

Database file specific information for input

Properties

fileType

Database file type

id

Unique identifier for database file

logicalName

Logical name of the file

physicalFullName

Operating-system full path of the file

restoreFullName

Suggested full path of the file for restoring

Property Details

fileType

Database file type

fileType?: string

Property Value

string

id

Unique identifier for database file

id?: string

Property Value

string

logicalName

Logical name of the file

logicalName?: string

Property Value

string

physicalFullName

Operating-system full path of the file

physicalFullName?: string

Property Value

string

restoreFullName

Suggested full path of the file for restoring

restoreFullName?: string

Property Value

string