|
2046 | 2046 | "description": "The packet size of data read from SAP HANA. Type: integer(or Expression with resultType integer)." |
2047 | 2047 | }, |
2048 | 2048 | "partitionOption": { |
2049 | | - "description": "The partition mechanism that will be used for SAP HANA read in parallel.", |
2050 | | - "type": "string", |
2051 | | - "enum": [ |
2052 | | - "None", |
2053 | | - "PhysicalPartitionsOfTable", |
2054 | | - "SapHanaDynamicRange" |
2055 | | - ], |
2056 | | - "x-ms-enum": { |
2057 | | - "name": "SapHanaPartitionOption", |
2058 | | - "modelAsString": true |
2059 | | - } |
| 2049 | + "description": "The partition mechanism that will be used for SAP HANA read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"SapHanaDynamicRange\". ", |
| 2050 | + "type": "object" |
2060 | 2051 | }, |
2061 | 2052 | "partitionSettings": { |
2062 | 2053 | "description": "The settings that will be leveraged for SAP HANA source partitioning.", |
|
2139 | 2130 | "description": "The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. Type: string (or Expression with resultType string)." |
2140 | 2131 | }, |
2141 | 2132 | "partitionOption": { |
2142 | | - "description": "The partition mechanism that will be used for SAP table read in parallel.", |
2143 | | - "type": "string", |
2144 | | - "enum": [ |
2145 | | - "None", |
2146 | | - "PartitionOnInt", |
2147 | | - "PartitionOnCalendarYear", |
2148 | | - "PartitionOnCalendarMonth", |
2149 | | - "PartitionOnCalendarDate", |
2150 | | - "PartitionOnTime" |
2151 | | - ], |
2152 | | - "x-ms-enum": { |
2153 | | - "name": "SapTablePartitionOption", |
2154 | | - "modelAsString": true |
2155 | | - } |
| 2133 | + "description": "The partition mechanism that will be used for SAP table read in parallel. Possible values include: \"None\", \"PartitionOnInt\", \"PartitionOnCalendarYear\", \"PartitionOnCalendarMonth\", \"PartitionOnCalendarDate\", \"PartitionOnTime\".", |
| 2134 | + "type": "object" |
2156 | 2135 | }, |
2157 | 2136 | "partitionSettings": { |
2158 | 2137 | "description": "The settings that will be leveraged for SAP table source partitioning.", |
|
2284 | 2263 | "type": "object" |
2285 | 2264 | }, |
2286 | 2265 | "partitionOption": { |
2287 | | - "description": "The partition mechanism that will be used for Sql read in parallel.", |
2288 | | - "$ref": "#/definitions/SqlPartitionOption" |
| 2266 | + "description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\".", |
| 2267 | + "type": "object" |
2289 | 2268 | }, |
2290 | 2269 | "partitionSettings": { |
2291 | 2270 | "description": "The settings that will be leveraged for Sql source partitioning.", |
|
2322 | 2301 | "type": "object" |
2323 | 2302 | }, |
2324 | 2303 | "partitionOption": { |
2325 | | - "description": "The partition mechanism that will be used for Sql read in parallel.", |
2326 | | - "$ref": "#/definitions/SqlPartitionOption" |
| 2304 | + "description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\".", |
| 2305 | + "type": "object" |
2327 | 2306 | }, |
2328 | 2307 | "partitionSettings": { |
2329 | 2308 | "description": "The settings that will be leveraged for Sql source partitioning.", |
|
2360 | 2339 | "type": "object" |
2361 | 2340 | }, |
2362 | 2341 | "partitionOption": { |
2363 | | - "description": "The partition mechanism that will be used for Sql read in parallel.", |
2364 | | - "$ref": "#/definitions/SqlPartitionOption" |
| 2342 | + "description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\".", |
| 2343 | + "type": "object" |
2365 | 2344 | }, |
2366 | 2345 | "partitionSettings": { |
2367 | 2346 | "description": "The settings that will be leveraged for Sql source partitioning.", |
|
2398 | 2377 | "type": "object" |
2399 | 2378 | }, |
2400 | 2379 | "partitionOption": { |
2401 | | - "description": "The partition mechanism that will be used for Sql read in parallel.", |
2402 | | - "$ref": "#/definitions/SqlPartitionOption" |
| 2380 | + "description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\".", |
| 2381 | + "type": "object" |
2403 | 2382 | }, |
2404 | 2383 | "partitionSettings": { |
2405 | 2384 | "description": "The settings that will be leveraged for Sql source partitioning.", |
|
2429 | 2408 | "description": "Value and type setting for stored procedure parameters. Example: \"{Parameter1: {value: \"1\", type: \"int\"}}\". Type: object (or Expression with resultType object), itemType: StoredProcedureParameter." |
2430 | 2409 | }, |
2431 | 2410 | "partitionOption": { |
2432 | | - "description": "The partition mechanism that will be used for Sql read in parallel.", |
2433 | | - "$ref": "#/definitions/SqlPartitionOption" |
| 2411 | + "description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\".", |
| 2412 | + "type": "object" |
2434 | 2413 | }, |
2435 | 2414 | "partitionSettings": { |
2436 | 2415 | "description": "The settings that will be leveraged for Sql source partitioning.", |
|
2456 | 2435 | } |
2457 | 2436 | } |
2458 | 2437 | }, |
2459 | | - "SqlPartitionOption": { |
2460 | | - "description": "The partition mechanism that will be used for Sql read in parallel.", |
2461 | | - "type": "string", |
2462 | | - "enum": [ |
2463 | | - "None", |
2464 | | - "PhysicalPartitionsOfTable", |
2465 | | - "DynamicRange" |
2466 | | - ], |
2467 | | - "x-ms-enum": { |
2468 | | - "name": "SqlPartitionOption", |
2469 | | - "modelAsString": true |
2470 | | - } |
2471 | | - }, |
2472 | 2438 | "FileSystemSource": { |
2473 | 2439 | "description": "A copy activity file system source.", |
2474 | 2440 | "type": "object", |
|
2598 | 2564 | "description": "Query timeout. Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))." |
2599 | 2565 | }, |
2600 | 2566 | "partitionOption": { |
2601 | | - "description": "The partition mechanism that will be used for Oracle read in parallel.", |
2602 | | - "type": "string", |
2603 | | - "enum": [ |
2604 | | - "None", |
2605 | | - "PhysicalPartitionsOfTable", |
2606 | | - "DynamicRange" |
2607 | | - ], |
2608 | | - "x-ms-enum": { |
2609 | | - "name": "OraclePartitionOption", |
2610 | | - "modelAsString": true |
2611 | | - } |
| 2567 | + "description": "The partition mechanism that will be used for Oracle read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\".", |
| 2568 | + "type": "object" |
2612 | 2569 | }, |
2613 | 2570 | "partitionSettings": { |
2614 | 2571 | "description": "The settings that will be leveraged for Oracle source partitioning.", |
|
2663 | 2620 | "description": "Teradata query. Type: string (or Expression with resultType string)." |
2664 | 2621 | }, |
2665 | 2622 | "partitionOption": { |
2666 | | - "description": "The partition mechanism that will be used for teradata read in parallel.", |
2667 | | - "type": "string", |
2668 | | - "enum": [ |
2669 | | - "None", |
2670 | | - "Hash", |
2671 | | - "DynamicRange" |
2672 | | - ], |
2673 | | - "x-ms-enum": { |
2674 | | - "name": "TeradataPartitionOption", |
2675 | | - "modelAsString": true |
2676 | | - } |
| 2623 | + "description": "The partition mechanism that will be used for teradata read in parallel. Possible values include: \"None\", \"Hash\", \"DynamicRange\".", |
| 2624 | + "type": "object" |
2677 | 2625 | }, |
2678 | 2626 | "partitionSettings": { |
2679 | 2627 | "description": "The settings that will be leveraged for teradata source partitioning.", |
|
3438 | 3386 | "description": "A query to retrieve data from source. Type: string (or Expression with resultType string)." |
3439 | 3387 | }, |
3440 | 3388 | "partitionOption": { |
3441 | | - "description": "The partition mechanism that will be used for Netezza read in parallel.", |
3442 | | - "type": "string", |
3443 | | - "enum": [ |
3444 | | - "None", |
3445 | | - "DataSlice", |
3446 | | - "DynamicRange" |
3447 | | - ], |
3448 | | - "x-ms-enum": { |
3449 | | - "name": "NetezzaPartitionOption", |
3450 | | - "modelAsString": true |
3451 | | - } |
| 3389 | + "description": "The partition mechanism that will be used for Netezza read in parallel. Possible values include: \"None\", \"DataSlice\", \"DynamicRange\".", |
| 3390 | + "type": "object" |
3452 | 3391 | }, |
3453 | 3392 | "partitionSettings": { |
3454 | 3393 | "description": "The settings that will be leveraged for Netezza source partitioning.", |
|
6965 | 6904 | "description": "The wait time to get a response from SharePoint Online. Default value is 5 minutes (00:05:00). Type: string (or Expression with resultType string), pattern: ((\\d+)\\.)?(\\d\\d):(60|([0-5][0-9])):(60|([0-5][0-9]))." |
6966 | 6905 | } |
6967 | 6906 | } |
| 6907 | + }, |
| 6908 | + "SqlPartitionOption": { |
| 6909 | + "description": "The partition mechanism that will be used for Sql read in parallel.", |
| 6910 | + "type": "string", |
| 6911 | + "enum": [ |
| 6912 | + "None", |
| 6913 | + "PhysicalPartitionsOfTable", |
| 6914 | + "DynamicRange" |
| 6915 | + ], |
| 6916 | + "x-ms-enum": { |
| 6917 | + "name": "SqlPartitionOption", |
| 6918 | + "modelAsString": true |
| 6919 | + } |
| 6920 | + }, |
| 6921 | + "SapHanaPartitionOption": { |
| 6922 | + "description": "The partition mechanism that will be used for SAP HANA read in parallel.", |
| 6923 | + "type": "string", |
| 6924 | + "enum": [ |
| 6925 | + "None", |
| 6926 | + "PhysicalPartitionsOfTable", |
| 6927 | + "SapHanaDynamicRange" |
| 6928 | + ], |
| 6929 | + "x-ms-enum": { |
| 6930 | + "name": "SapHanaPartitionOption", |
| 6931 | + "modelAsString": true |
| 6932 | + } |
| 6933 | + }, |
| 6934 | + "SapTablePartitionOption": { |
| 6935 | + "description": "The partition mechanism that will be used for SAP table read in parallel.", |
| 6936 | + "type": "string", |
| 6937 | + "enum": [ |
| 6938 | + "None", |
| 6939 | + "PartitionOnInt", |
| 6940 | + "PartitionOnCalendarYear", |
| 6941 | + "PartitionOnCalendarMonth", |
| 6942 | + "PartitionOnCalendarDate", |
| 6943 | + "PartitionOnTime" |
| 6944 | + ], |
| 6945 | + "x-ms-enum": { |
| 6946 | + "name": "SapTablePartitionOption", |
| 6947 | + "modelAsString": true |
| 6948 | + } |
| 6949 | + }, |
| 6950 | + "OraclePartitionOption": { |
| 6951 | + "description": "The partition mechanism that will be used for Oracle read in parallel.", |
| 6952 | + "type": "string", |
| 6953 | + "enum": [ |
| 6954 | + "None", |
| 6955 | + "PhysicalPartitionsOfTable", |
| 6956 | + "DynamicRange" |
| 6957 | + ], |
| 6958 | + "x-ms-enum": { |
| 6959 | + "name": "OraclePartitionOption", |
| 6960 | + "modelAsString": true |
| 6961 | + } |
| 6962 | + }, |
| 6963 | + "TeradataPartitionOption": { |
| 6964 | + "description": "The partition mechanism that will be used for teradata read in parallel.", |
| 6965 | + "type": "string", |
| 6966 | + "enum": [ |
| 6967 | + "None", |
| 6968 | + "Hash", |
| 6969 | + "DynamicRange" |
| 6970 | + ], |
| 6971 | + "x-ms-enum": { |
| 6972 | + "name": "TeradataPartitionOption", |
| 6973 | + "modelAsString": true |
| 6974 | + } |
| 6975 | + }, |
| 6976 | + "NetezzaPartitionOption": { |
| 6977 | + "description": "The partition mechanism that will be used for Netezza read in parallel.", |
| 6978 | + "type": "string", |
| 6979 | + "enum": [ |
| 6980 | + "None", |
| 6981 | + "DataSlice", |
| 6982 | + "DynamicRange" |
| 6983 | + ], |
| 6984 | + "x-ms-enum": { |
| 6985 | + "name": "NetezzaPartitionOption", |
| 6986 | + "modelAsString": true |
| 6987 | + } |
6968 | 6988 | } |
6969 | 6989 | } |
6970 | 6990 | } |
0 commit comments