MssqlLogShippingCreateConfigInput
Supported in v5.0+
Fields
| Field | Type | Description |
|---|---|---|
| maxDataStreams | Int | Supported in v5.0+ Maximum number of parallel data streams that can be used to copy data to the target system. |
| mssqlLogShippingTargetStateOptions | MssqlLogShippingTargetStateOptionsInput | State options of a SQL Server log shipping target. |
| targetDataFilePath | String | Supported in v5.0+ v5.0-v9.1: The path to the default target location for data file storage. v9.2+: Target path in which store all data files. |
| targetDatabaseName | String! | Required. Supported in v5.0+ The name of the secondary database. |
| targetFilePaths | [MssqlDbFileExportPathInput!] | 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. |
| targetInstanceId | String! | Required. Supported in v5.0+ The ID of the SQL Server instance that hosts the secondary database. |
| targetLogFilePath | String | Supported in v5.0+ v5.0-v9.1: The path to the location of the log files. v9.2+: Target path in which store all log files. |