INPUT_OBJECT

MssqlLogShippingCreateConfigInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input MssqlLogShippingCreateConfigInput {
  • # Supported in v5.0+
  • # Maximum number of parallel data streams that can be used to copy data to the
  • # target system.
  • maxDataStreams: Int
  • # Supported in v5.0+
  • # The path to the default target location for data file storage.
  • targetDataFilePath: String
  • # Supported in v5.0+
  • # Array of database file storage paths. Each path is the target storage location
  • # for a database file. Values in this array override the values in
  • # targetDataFilePath and targetLogFilePath for the specified database files.
  • targetFilePaths: [MssqlDbFileExportPathInput!]
  • # Supported in v5.0+
  • # The path to the location of the log files.
  • targetLogFilePath: String
  • # State options of a SQL Server log shipping target.
  • mssqlLogShippingTargetStateOptions: MssqlLogShippingTargetStateOptionsInput
  • # Required. Supported in v5.0+
  • # The name of the secondary database.
  • targetDatabaseName: String!
  • # Required. Supported in v5.0+
  • # The ID of the SQL Server instance that hosts the secondary database.
  • targetInstanceId: String!
  • }