|
2652 | 2652 | "description": "Value and type setting for stored procedure parameters. Example: \"{Parameter1: {value: \"1\", type: \"int\"}}\".",
|
2653 | 2653 | "type": "object"
|
2654 | 2654 | },
|
| 2655 | + "isolationLevel": { |
| 2656 | + "x-ms-format": "dfe-string", |
| 2657 | + "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).", |
| 2658 | + "type": "object" |
| 2659 | + }, |
2655 | 2660 | "produceAdditionalTypes": {
|
2656 | 2661 | "description": "Which additional types to produce.",
|
2657 | 2662 | "type": "object"
|
|
2689 | 2694 | "description": "Value and type setting for stored procedure parameters. Example: \"{Parameter1: {value: \"1\", type: \"int\"}}\".",
|
2690 | 2695 | "type": "object"
|
2691 | 2696 | },
|
| 2697 | + "isolationLevel": { |
| 2698 | + "x-ms-format": "dfe-string", |
| 2699 | + "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).", |
| 2700 | + "type": "object" |
| 2701 | + }, |
2692 | 2702 | "produceAdditionalTypes": {
|
2693 | 2703 | "description": "Which additional types to produce.",
|
2694 | 2704 | "type": "object"
|
|
2726 | 2736 | "description": "Value and type setting for stored procedure parameters. Example: \"{Parameter1: {value: \"1\", type: \"int\"}}\".",
|
2727 | 2737 | "type": "object"
|
2728 | 2738 | },
|
| 2739 | + "isolationLevel": { |
| 2740 | + "x-ms-format": "dfe-string", |
| 2741 | + "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).", |
| 2742 | + "type": "object" |
| 2743 | + }, |
2729 | 2744 | "produceAdditionalTypes": {
|
2730 | 2745 | "description": "Which additional types to produce.",
|
2731 | 2746 | "type": "object"
|
|
2763 | 2778 | "description": "Value and type setting for stored procedure parameters. Example: \"{Parameter1: {value: \"1\", type: \"int\"}}\".",
|
2764 | 2779 | "type": "object"
|
2765 | 2780 | },
|
| 2781 | + "isolationLevel": { |
| 2782 | + "x-ms-format": "dfe-string", |
| 2783 | + "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).", |
| 2784 | + "type": "object" |
| 2785 | + }, |
2766 | 2786 | "produceAdditionalTypes": {
|
2767 | 2787 | "description": "Which additional types to produce.",
|
2768 | 2788 | "type": "object"
|
|
2800 | 2820 | "type": "object",
|
2801 | 2821 | "description": "Value and type setting for stored procedure parameters. Example: \"{Parameter1: {value: \"1\", type: \"int\"}}\". Type: object (or Expression with resultType object), itemType: StoredProcedureParameter."
|
2802 | 2822 | },
|
| 2823 | + "isolationLevel": { |
| 2824 | + "x-ms-format": "dfe-string", |
| 2825 | + "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).", |
| 2826 | + "type": "object" |
| 2827 | + }, |
2803 | 2828 | "partitionOption": {
|
2804 | 2829 | "description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\".",
|
2805 | 2830 | "type": "object"
|
|
0 commit comments