OBJECT

MssqlScriptDetail

Description

Supported in v5.0+

link GraphQL Schema definition

  • type MssqlScriptDetail {
  • # Required. Supported in v5.0+
  • # The script to be run.
  • scriptPath: String!
  • # Required. Supported in v5.0+
  • # Time (in ms) after which the script will be terminated if it has not completed.
  • timeoutMs: Long!
  • scriptErrorAction: ScriptErrorAction!
  • }