|
4955 | 4955 | "type": "object", |
4956 | 4956 | "properties": { |
4957 | 4957 | "partitionOption": { |
4958 | | - "oneOf": [ |
4959 | | - { |
4960 | | - "type": "string", |
4961 | | - "enum": [ |
4962 | | - "None", |
4963 | | - "PhysicalPartitionsOfTable", |
4964 | | - "DynamicRange" |
4965 | | - ] |
4966 | | - }, |
4967 | | - { |
4968 | | - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
4969 | | - } |
4970 | | - ], |
4971 | | - "description": "The partition mechanism that will be used for Sql read in parallel." |
| 4958 | + "type": "object", |
| 4959 | + "properties": {}, |
| 4960 | + "description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\"." |
4972 | 4961 | }, |
4973 | 4962 | "partitionSettings": { |
4974 | 4963 | "oneOf": [ |
|
18417 | 18406 | "type": "object", |
18418 | 18407 | "properties": { |
18419 | 18408 | "partitionOption": { |
18420 | | - "oneOf": [ |
18421 | | - { |
18422 | | - "type": "string", |
18423 | | - "enum": [ |
18424 | | - "None", |
18425 | | - "DataSlice", |
18426 | | - "DynamicRange" |
18427 | | - ] |
18428 | | - }, |
18429 | | - { |
18430 | | - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
18431 | | - } |
18432 | | - ], |
18433 | | - "description": "The partition mechanism that will be used for Netezza read in parallel." |
| 18409 | + "type": "object", |
| 18410 | + "properties": {}, |
| 18411 | + "description": "The partition mechanism that will be used for Netezza read in parallel. Possible values include: \"None\", \"DataSlice\", \"DynamicRange\"." |
18434 | 18412 | }, |
18435 | 18413 | "partitionSettings": { |
18436 | 18414 | "oneOf": [ |
|
19298 | 19276 | "description": "Oracle reader query. Type: string (or Expression with resultType string)." |
19299 | 19277 | }, |
19300 | 19278 | "partitionOption": { |
19301 | | - "oneOf": [ |
19302 | | - { |
19303 | | - "type": "string", |
19304 | | - "enum": [ |
19305 | | - "None", |
19306 | | - "PhysicalPartitionsOfTable", |
19307 | | - "DynamicRange" |
19308 | | - ] |
19309 | | - }, |
19310 | | - { |
19311 | | - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
19312 | | - } |
19313 | | - ], |
19314 | | - "description": "The partition mechanism that will be used for Oracle read in parallel." |
| 19279 | + "type": "object", |
| 19280 | + "properties": {}, |
| 19281 | + "description": "The partition mechanism that will be used for Oracle read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\"." |
19315 | 19282 | }, |
19316 | 19283 | "partitionSettings": { |
19317 | 19284 | "oneOf": [ |
|
22572 | 22539 | "description": "The packet size of data read from SAP HANA. Type: integer(or Expression with resultType integer)." |
22573 | 22540 | }, |
22574 | 22541 | "partitionOption": { |
22575 | | - "oneOf": [ |
22576 | | - { |
22577 | | - "type": "string", |
22578 | | - "enum": [ |
22579 | | - "None", |
22580 | | - "PhysicalPartitionsOfTable", |
22581 | | - "SapHanaDynamicRange" |
22582 | | - ] |
22583 | | - }, |
22584 | | - { |
22585 | | - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
22586 | | - } |
22587 | | - ], |
22588 | | - "description": "The partition mechanism that will be used for SAP HANA read in parallel." |
| 22542 | + "type": "object", |
| 22543 | + "properties": {}, |
| 22544 | + "description": "The partition mechanism that will be used for SAP HANA read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"SapHanaDynamicRange\". " |
22589 | 22545 | }, |
22590 | 22546 | "partitionSettings": { |
22591 | 22547 | "oneOf": [ |
|
23037 | 22993 | "description": "Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or Expression with resultType string)." |
23038 | 22994 | }, |
23039 | 22995 | "partitionOption": { |
23040 | | - "oneOf": [ |
23041 | | - { |
23042 | | - "type": "string", |
23043 | | - "enum": [ |
23044 | | - "None", |
23045 | | - "PartitionOnInt", |
23046 | | - "PartitionOnCalendarYear", |
23047 | | - "PartitionOnCalendarMonth", |
23048 | | - "PartitionOnCalendarDate", |
23049 | | - "PartitionOnTime" |
23050 | | - ] |
23051 | | - }, |
23052 | | - { |
23053 | | - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
23054 | | - } |
23055 | | - ], |
23056 | | - "description": "The partition mechanism that will be used for SAP table read in parallel." |
| 22996 | + "type": "object", |
| 22997 | + "properties": {}, |
| 22998 | + "description": "The partition mechanism that will be used for SAP table read in parallel. Possible values include: \"None\", \"PartitionOnInt\", \"PartitionOnCalendarYear\", \"PartitionOnCalendarMonth\", \"PartitionOnCalendarDate\", \"PartitionOnTime\"." |
23057 | 22999 | }, |
23058 | 23000 | "partitionSettings": { |
23059 | 23001 | "oneOf": [ |
|
24610 | 24552 | "type": "object", |
24611 | 24553 | "properties": { |
24612 | 24554 | "partitionOption": { |
24613 | | - "oneOf": [ |
24614 | | - { |
24615 | | - "type": "string", |
24616 | | - "enum": [ |
24617 | | - "None", |
24618 | | - "PhysicalPartitionsOfTable", |
24619 | | - "DynamicRange" |
24620 | | - ] |
24621 | | - }, |
24622 | | - { |
24623 | | - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
24624 | | - } |
24625 | | - ], |
24626 | | - "description": "The partition mechanism that will be used for Sql read in parallel." |
| 24555 | + "type": "object", |
| 24556 | + "properties": {}, |
| 24557 | + "description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\"." |
24627 | 24558 | }, |
24628 | 24559 | "partitionSettings": { |
24629 | 24560 | "oneOf": [ |
|
24722 | 24653 | "type": "object", |
24723 | 24654 | "properties": { |
24724 | 24655 | "partitionOption": { |
24725 | | - "oneOf": [ |
24726 | | - { |
24727 | | - "type": "string", |
24728 | | - "enum": [ |
24729 | | - "None", |
24730 | | - "PhysicalPartitionsOfTable", |
24731 | | - "DynamicRange" |
24732 | | - ] |
24733 | | - }, |
24734 | | - { |
24735 | | - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
24736 | | - } |
24737 | | - ], |
24738 | | - "description": "The partition mechanism that will be used for Sql read in parallel." |
| 24656 | + "type": "object", |
| 24657 | + "properties": {}, |
| 24658 | + "description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\"." |
24739 | 24659 | }, |
24740 | 24660 | "partitionSettings": { |
24741 | 24661 | "oneOf": [ |
|
24932 | 24852 | "type": "object", |
24933 | 24853 | "properties": { |
24934 | 24854 | "partitionOption": { |
24935 | | - "oneOf": [ |
24936 | | - { |
24937 | | - "type": "string", |
24938 | | - "enum": [ |
24939 | | - "None", |
24940 | | - "PhysicalPartitionsOfTable", |
24941 | | - "DynamicRange" |
24942 | | - ] |
24943 | | - }, |
24944 | | - { |
24945 | | - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
24946 | | - } |
24947 | | - ], |
24948 | | - "description": "The partition mechanism that will be used for Sql read in parallel." |
| 24855 | + "type": "object", |
| 24856 | + "properties": {}, |
| 24857 | + "description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\"." |
24949 | 24858 | }, |
24950 | 24859 | "partitionSettings": { |
24951 | 24860 | "oneOf": [ |
|
25167 | 25076 | "description": "Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string)." |
25168 | 25077 | }, |
25169 | 25078 | "partitionOption": { |
25170 | | - "oneOf": [ |
25171 | | - { |
25172 | | - "type": "string", |
25173 | | - "enum": [ |
25174 | | - "None", |
25175 | | - "PhysicalPartitionsOfTable", |
25176 | | - "DynamicRange" |
25177 | | - ] |
25178 | | - }, |
25179 | | - { |
25180 | | - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
25181 | | - } |
25182 | | - ], |
25183 | | - "description": "The partition mechanism that will be used for Sql read in parallel." |
| 25079 | + "type": "object", |
| 25080 | + "properties": {}, |
| 25081 | + "description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\"." |
25184 | 25082 | }, |
25185 | 25083 | "partitionSettings": { |
25186 | 25084 | "oneOf": [ |
|
26450 | 26348 | "type": "object", |
26451 | 26349 | "properties": { |
26452 | 26350 | "partitionOption": { |
26453 | | - "oneOf": [ |
26454 | | - { |
26455 | | - "type": "string", |
26456 | | - "enum": [ |
26457 | | - "None", |
26458 | | - "Hash", |
26459 | | - "DynamicRange" |
26460 | | - ] |
26461 | | - }, |
26462 | | - { |
26463 | | - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
26464 | | - } |
26465 | | - ], |
26466 | | - "description": "The partition mechanism that will be used for teradata read in parallel." |
| 26351 | + "type": "object", |
| 26352 | + "properties": {}, |
| 26353 | + "description": "The partition mechanism that will be used for teradata read in parallel. Possible values include: \"None\", \"Hash\", \"DynamicRange\"." |
26467 | 26354 | }, |
26468 | 26355 | "partitionSettings": { |
26469 | 26356 | "oneOf": [ |
|
0 commit comments