Skip to content

Commit 94a8efb

Browse files
author
Thakur Ashutosh Suman
committed
Adding tablelist and sqldbthresholds to examples response
1 parent c3411bc commit 94a8efb

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/examples/SqlDbCreateOrUpdateDatabaseMigrationMAX.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@
5050
"fileStorageType": "None"
5151
}
5252
},
53+
"sqlDataCopyThresholds": {
54+
"cidxRowThreshold": 10000,
55+
"cidxKbsThreshold": 2000
56+
},
57+
"tableList": [
58+
"[Schema1].[TableName1]",
59+
"[Schema2].[TableName2]"
60+
],
5361
"kind": "SqlDb",
5462
"scope": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Sql/servers/sqldbinstance",
5563
"migrationService": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.DataMigration/sqlMigrationServices/testagent",
@@ -77,6 +85,14 @@
7785
"fileStorageType": "None"
7886
}
7987
},
88+
"sqlDataCopyThresholds": {
89+
"cidxRowThreshold": 10000,
90+
"cidxKbsThreshold": 2000
91+
},
92+
"tableList": [
93+
"[Schema1].[TableName1]",
94+
"[Schema2].[TableName2]"
95+
],
8096
"kind": "SqlDb",
8197
"scope": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Sql/servers/sqldbinstance",
8298
"migrationService": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.DataMigration/sqlMigrationServices/testagent",

0 commit comments

Comments
 (0)