MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseLevel interface         
Output for the task that migrates MySQL databases to Azure Database for MySQL for online migrations
Properties
| applied | Number of applied changes NOTE: This property will not be serialized. It can only be populated by the server. | 
| cdc | Number of cdc deletes NOTE: This property will not be serialized. It can only be populated by the server. | 
| cdc | Number of cdc inserts NOTE: This property will not be serialized. It can only be populated by the server. | 
| cdc | Number of cdc updates NOTE: This property will not be serialized. It can only be populated by the server. | 
| database | Name of the database NOTE: This property will not be serialized. It can only be populated by the server. | 
| ended | Migration end time NOTE: This property will not be serialized. It can only be populated by the server. | 
| full | Number of tables completed in full load NOTE: This property will not be serialized. It can only be populated by the server. | 
| full | Number of tables errored in full load NOTE: This property will not be serialized. It can only be populated by the server. | 
| full | Number of tables loading in full load NOTE: This property will not be serialized. It can only be populated by the server. | 
| full | Number of tables queued in full load NOTE: This property will not be serialized. It can only be populated by the server. | 
| incoming | Number of incoming changes NOTE: This property will not be serialized. It can only be populated by the server. | 
| initialization | Indicates if initial load (full load) has been completed NOTE: This property will not be serialized. It can only be populated by the server. | 
| latency | CDC apply latency NOTE: This property will not be serialized. It can only be populated by the server. | 
| migration | Migration state that this database is in 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 | 
| started | Migration start time 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
		appliedChanges
	 
	Number of applied changes NOTE: This property will not be serialized. It can only be populated by the server.
appliedChanges?: numberProperty Value
number
		cdcDeleteCounter
	  
	Number of cdc deletes NOTE: This property will not be serialized. It can only be populated by the server.
cdcDeleteCounter?: numberProperty Value
number
		cdcInsertCounter
	  
	Number of cdc inserts NOTE: This property will not be serialized. It can only be populated by the server.
cdcInsertCounter?: numberProperty Value
number
		cdcUpdateCounter
	  
	Number of cdc updates NOTE: This property will not be serialized. It can only be populated by the server.
cdcUpdateCounter?: numberProperty Value
number
		databaseName
	 
	Name of the database NOTE: This property will not be serialized. It can only be populated by the server.
databaseName?: stringProperty Value
string
		endedOn
	 
	Migration end time NOTE: This property will not be serialized. It can only be populated by the server.
endedOn?: DateProperty Value
Date
		fullLoadCompletedTables
	   
	Number of tables completed in full load NOTE: This property will not be serialized. It can only be populated by the server.
fullLoadCompletedTables?: numberProperty Value
number
		fullLoadErroredTables
	   
	Number of tables errored in full load NOTE: This property will not be serialized. It can only be populated by the server.
fullLoadErroredTables?: numberProperty Value
number
		fullLoadLoadingTables
	   
	Number of tables loading in full load NOTE: This property will not be serialized. It can only be populated by the server.
fullLoadLoadingTables?: numberProperty Value
number
		fullLoadQueuedTables
	   
	Number of tables queued in full load NOTE: This property will not be serialized. It can only be populated by the server.
fullLoadQueuedTables?: numberProperty Value
number
		incomingChanges
	 
	Number of incoming changes NOTE: This property will not be serialized. It can only be populated by the server.
incomingChanges?: numberProperty Value
number
		initializationCompleted
	 
	Indicates if initial load (full load) has been completed NOTE: This property will not be serialized. It can only be populated by the server.
initializationCompleted?: booleanProperty Value
boolean
latency
CDC apply latency NOTE: This property will not be serialized. It can only be populated by the server.
latency?: numberProperty Value
number
		migrationState
	 
	Migration state that this database is in NOTE: This property will not be serialized. It can only be populated by the server.
migrationState?: stringProperty Value
string
		resultType
	 
	Polymorphic discriminator, which specifies the different types this object can be
resultType: "DatabaseLevelOutput"Property Value
"DatabaseLevelOutput"
		startedOn
	 
	Migration start time NOTE: This property will not be serialized. It can only be populated by the server.
startedOn?: DateProperty Value
Date
Inherited Property Details
id
Result identifier NOTE: This property will not be serialized. It can only be populated by the server.
id?: stringProperty Value
string
Inherited From MigrateMySqlAzureDbForMySqlSyncTaskOutput.id