GetUserTablesOracleTaskOutput interface
Output for the task that gets the list of tables contained within a provided list of Oracle schemas.
Properties
schema |
The schema this result is for NOTE: This property will not be serialized. It can only be populated by the server. |
tables | List of valid tables found for this schema NOTE: This property will not be serialized. It can only be populated by the server. |
validation |
Validation errors associated with the task NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
schemaName
The schema this result is for NOTE: This property will not be serialized. It can only be populated by the server.
schemaName?: string
Property Value
string
tables
List of valid tables found for this schema NOTE: This property will not be serialized. It can only be populated by the server.
tables?: DatabaseTable[]
Property Value
validationErrors
Validation errors associated with the task NOTE: This property will not be serialized. It can only be populated by the server.
validationErrors?: ReportableException[]
Property Value
Azure SDK for JavaScript