OBJECT
MssqlRestoreFile
Description
Supported in v5.0+
link GraphQL Schema definition
- type MssqlRestoreFile {
- # Required. Supported in v5.0+
- # Original file ID of the database file to be restored.
- : Long!
- : MssqlDatabaseFileType!
- # Required. Supported in v5.0+
- # Logical name of the database file to be restored.
- : String!
- # Required. Supported in v5.0+
- # Original filename of the database file to be restored.
- : String!
- # Required. Supported in v5.0+
- # v5.0-v5.2: Original path of the database file to be restored.
- # v5.3+: Original path to the database file to be restored.
- : String!
- }