DatabaseFileInfo interface

Database file specific information

Properties

databaseName

Name of the database

fileType

Database file type. Possible values include: 'Rows', 'Log', 'Filestream', 'NotSupported', 'Fulltext'

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

sizeMB

Size of the file in megabytes

Property Details

databaseName

Name of the database

databaseName?: string

Property Value

string

fileType

Database file type. Possible values include: 'Rows', 'Log', 'Filestream', 'NotSupported', 'Fulltext'

fileType?: DatabaseFileType

Property Value

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

sizeMB

Size of the file in megabytes

sizeMB?: number

Property Value

number