mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Add database settings tab (#24260)
This commit is contained in:
@@ -541,6 +541,11 @@ export interface Server extends ObjectManagement.SqlObject {
|
||||
numaNodes: NumaNode[];
|
||||
authenticationMode: ServerLoginMode;
|
||||
loginAuditing: AuditLevel;
|
||||
checkCompressBackup: boolean;
|
||||
checkBackupChecksum: boolean;
|
||||
dataLocation: string;
|
||||
logLocation: string;
|
||||
backupLocation: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user