Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2535,6 +2535,11 @@
"type": "object",
"x-ms-format": "dfe-string",
"description": "The name of the MongoDB Atlas database that you want to access. Type: string (or Expression with resultType string)."
},
"mongoDbAtlasDriverVersion": {
"type": "object",
"x-ms-format": "dfe-string",
"description": "The MongoDB Atlas Driver version that you want to choose. Allowed value are 2.10.4 and 2.19.0. Type: string (or Expression with resultType string)."
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2652,6 +2652,11 @@
"description": "Value and type setting for stored procedure parameters. Example: \"{Parameter1: {value: \"1\", type: \"int\"}}\".",
"type": "object"
},
"isolationLevel": {
"x-ms-format": "dfe-string",
"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).",
"type": "object"
},
"produceAdditionalTypes": {
"description": "Which additional types to produce.",
"type": "object"
Expand Down Expand Up @@ -2689,6 +2694,11 @@
"description": "Value and type setting for stored procedure parameters. Example: \"{Parameter1: {value: \"1\", type: \"int\"}}\".",
"type": "object"
},
"isolationLevel": {
"x-ms-format": "dfe-string",
"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).",
"type": "object"
},
"produceAdditionalTypes": {
"description": "Which additional types to produce.",
"type": "object"
Expand Down Expand Up @@ -2726,6 +2736,11 @@
"description": "Value and type setting for stored procedure parameters. Example: \"{Parameter1: {value: \"1\", type: \"int\"}}\".",
"type": "object"
},
"isolationLevel": {
"x-ms-format": "dfe-string",
"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).",
"type": "object"
},
"produceAdditionalTypes": {
"description": "Which additional types to produce.",
"type": "object"
Expand Down Expand Up @@ -2763,6 +2778,11 @@
"description": "Value and type setting for stored procedure parameters. Example: \"{Parameter1: {value: \"1\", type: \"int\"}}\".",
"type": "object"
},
"isolationLevel": {
"x-ms-format": "dfe-string",
"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).",
"type": "object"
},
"produceAdditionalTypes": {
"description": "Which additional types to produce.",
"type": "object"
Expand Down Expand Up @@ -2800,6 +2820,11 @@
"type": "object",
"description": "Value and type setting for stored procedure parameters. Example: \"{Parameter1: {value: \"1\", type: \"int\"}}\". Type: object (or Expression with resultType object), itemType: StoredProcedureParameter."
},
"isolationLevel": {
"x-ms-format": "dfe-string",
"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).",
"type": "object"
},
"partitionOption": {
"description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\".",
"type": "object"
Expand Down