File tree Expand file tree Collapse file tree 1 file changed +19
-26
lines changed
Samples/JSON/OnpremSqlServer_Copy_Blob_dest_sample/Tables Expand file tree Collapse file tree 1 file changed +19
-26
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " SqlServerSource" ,
3- "properties" :
4- {
5- "structure" :[
6- {
7- "name" :" <columnname>" ,
8- "type" :" <columntype>"
9- }
10- ],
11- "location" :
12- {
13- "type" : " OnPremisesSqlServerTableLocation" ,
14- "tableName" : " <table>" ,
15- "linkedServiceName" : " SqlServerLinkedService"
16- },
17- "availability" :
18- {
19- "frequency" : " Hour" ,
20- "interval" : 1 ,
21- "waitOnExternal" :
22- {
23- "retryInterval" : " 00:01:00" ,
24- "retryTimeout" : " 00:10:00" ,
25- "maximumRetry" : 3
26- }
27- }
2+ "name" : " SqlServerInput" ,
3+ "properties" : {
4+ "type" : " SqlServerTable" ,
5+ "linkedServiceName" : " SqlServerLinkedService" ,
6+ "typeProperties" : {
7+ "tableName" : " MyTable"
8+ },
9+ "external" : true ,
10+ "availability" : {
11+ "frequency" : " Hour" ,
12+ "interval" : 1
13+ },
14+ "policy" : {
15+ "externalData" : {
16+ "retryInterval" : " 00:01:00" ,
17+ "retryTimeout" : " 00:10:00" ,
18+ "maximumRetry" : 3
19+ }
2820 }
21+ }
2922}
You can’t perform that action at this time.
0 commit comments