DatabaseFileInfo interface
Database file specific information
Properties
database |
Name of the database |
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 |
sizeMB | Size of the file in megabytes |
Property Details
databaseName
Name of the database
databaseName?: string
Property Value
string
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
sizeMB
Size of the file in megabytes
sizeMB?: number
Property Value
number
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript