Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConnectToSourceSqlServerTaskOutputDatabaseLevel

Package version

Database level output for the task that validates connection to SQL Server and also validates source server requirements

Hierarchy

  • ConnectToSourceSqlServerTaskOutputDatabaseLevel

Index

Properties

Optional compatibilityLevel

compatibilityLevel: DatabaseCompatLevel

SQL Server compatibility level of database. Possible values include: 'CompatLevel80', 'CompatLevel90', 'CompatLevel100', 'CompatLevel110', 'CompatLevel120', 'CompatLevel130', 'CompatLevel140' NOTE: This property will not be serialized. It can only be populated by the server.

Optional databaseFiles

databaseFiles: DatabaseFileInfo[]

The list of database files NOTE: This property will not be serialized. It can only be populated by the server.

Optional databaseState

databaseState: DatabaseState

State of the database. Possible values include: 'Online', 'Restoring', 'Recovering', 'RecoveryPending', 'Suspect', 'Emergency', 'Offline', 'Copying', 'OfflineSecondary' NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string

Result identifier NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string

Database name NOTE: This property will not be serialized. It can only be populated by the server.

resultType

resultType: "DatabaseLevelOutput"

Polymorphic Discriminator

Optional sizeMB

sizeMB: undefined | number

Size of the file in megabytes NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc