mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-28 17:24:27 -05:00
remove unused metadata queries from backup (#538)
This commit is contained in:
@@ -2,9 +2,7 @@
|
||||
// Copyright (c) Microsoft. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
//
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using Microsoft.SqlTools.ServiceLayer.Admin.Contracts;
|
||||
|
||||
namespace Microsoft.SqlTools.ServiceLayer.DisasterRecovery.Contracts
|
||||
{
|
||||
@@ -13,21 +11,11 @@ namespace Microsoft.SqlTools.ServiceLayer.DisasterRecovery.Contracts
|
||||
/// </summary>
|
||||
public class BackupConfigInfo
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets default database info
|
||||
/// </summary>
|
||||
public DatabaseInfo DatabaseInfo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets recovery model of a database
|
||||
/// </summary>
|
||||
public string RecoveryModel { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the latest backup set of a database
|
||||
/// </summary>
|
||||
public List<RestoreItemSource> LatestBackups { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the default backup folder
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user