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.
  • fileId: Long!
  • # Required. Supported in v5.0+
  • # Logical name of the database file to be restored.
  • logicalName: String!
  • # Required. Supported in v5.0+
  • # Original filename of the database file to be restored.
  • originalName: 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.
  • originalPath: String!
  • fileType: MssqlDatabaseFileType!
  • }