Get Conversion Workspace Result
data class GetConversionWorkspaceResult(val createTime: String, val destination: DatabaseEngineInfoResponse, val displayName: String, val globalSettings: Map<String, String>, val hasUncommittedChanges: Boolean, val latestCommitId: String, val latestCommitTime: String, val name: String, val source: DatabaseEngineInfoResponse, val updateTime: String)
Constructors
Link copied to clipboard
fun GetConversionWorkspaceResult(createTime: String, destination: DatabaseEngineInfoResponse, displayName: String, globalSettings: Map<String, String>, hasUncommittedChanges: Boolean, latestCommitId: String, latestCommitTime: String, name: String, source: DatabaseEngineInfoResponse, updateTime: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A generic list of settings for the workspace. The settings are database pair dependant and can indicate default behavior for the mapping rules engine or turn on or off specific features. Such examples can be: convert_foreign_key_to_interleave=true, skip_triggers=false, ignore_non_table_synonyms=true
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard