INPUT_OBJECT

MssqlDbFileExportPathInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input MssqlDbFileExportPathInput {
  • # Supported in v5.0+
  • # New filename for the database file.
  • newFilename: String
  • # Supported in v5.0+
  • # New logical name for the database file.
  • newLogicalName: String
  • # Required. Supported in v5.0+
  • # The target path for the database file.
  • exportPath: String!
  • # Required. Supported in v5.0+
  • # Logical name of the database file.
  • logicalName: String!
  • }