ConnectToSourceSqlServerTaskOutputDatabaseLevel interface
Database level output for the task that validates connection to SQL Server and also validates source server requirements
- Extends
Properties
compatibility |
SQL Server compatibility level of database NOTE: This property will not be serialized. It can only be populated by the server. |
database |
The list of database files NOTE: This property will not be serialized. It can only be populated by the server. |
database |
State of the database NOTE: This property will not be serialized. It can only be populated by the server. |
name | Database name NOTE: This property will not be serialized. It can only be populated by the server. |
result |
Polymorphic discriminator, which specifies the different types this object can be |
sizeMB | Size of the file in megabytes NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | Result identifier NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
compatibilityLevel
SQL Server compatibility level of database NOTE: This property will not be serialized. It can only be populated by the server.
compatibilityLevel?: string
Property Value
string
databaseFiles
The list of database files NOTE: This property will not be serialized. It can only be populated by the server.
databaseFiles?: DatabaseFileInfo[]
Property Value
databaseState
State of the database NOTE: This property will not be serialized. It can only be populated by the server.
databaseState?: string
Property Value
string
name
Database name NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
resultType
Polymorphic discriminator, which specifies the different types this object can be
resultType: "DatabaseLevelOutput"
Property Value
"DatabaseLevelOutput"
sizeMB
Size of the file in megabytes NOTE: This property will not be serialized. It can only be populated by the server.
sizeMB?: number
Property Value
number
Inherited Property Details
id
Result identifier NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ConnectToSourceSqlServerTaskOutput.id
Azure SDK for JavaScript