mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-19 17:23:55 -05:00
Add isCopyOnly to backup service (#397)
This commit is contained in:
@@ -54,5 +54,9 @@ namespace Microsoft.SqlTools.ServiceLayer.DisasterRecovery.Contracts
|
||||
/// </summary>
|
||||
public List<string> BackupPathList { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Indicates if the backup should be copy-only
|
||||
/// </summary>
|
||||
public bool IsCopyOnly { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user