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)
Properties
Link copied to clipboard
The timestamp when the workspace resource was created.
Link copied to clipboard
The destination engine details.
Link copied to clipboard
The display name for the workspace.
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
Whether the workspace has uncommitted changes (changes which were made after the workspace was committed).
Link copied to clipboard
The latest commit ID.
Link copied to clipboard
The timestamp when the workspace was committed.
Link copied to clipboard
The source engine details.
Link copied to clipboard
The timestamp when the workspace resource was last updated.