@@ -5587,9 +5587,9 @@ class AvroWriteSettings(FormatWriteSettings):
55875587 :ivar max_rows_per_file: Limit the written file's row count to be smaller than or equal to the
55885588 specified count. Type: integer (or Expression with resultType integer).
55895589 :vartype max_rows_per_file: JSON
5590- :ivar file_name_prefix: Specifies the file name pattern
5591- :code:`<fileNamePrefix>`_:code:`< fileIndex>`.:code:`<fileExtension>` when copy from non-file
5592- based store without partitionOptions. Type: string (or Expression with resultType string).
5590+ :ivar file_name_prefix: Specifies the file name pattern :code:`<fileNamePrefix>`_\\
5591+ :code:`<fileIndex>`.\\ :code:`<fileExtension>` when copy from non-file based store without
5592+ partitionOptions. Type: string (or Expression with resultType string).
55935593 :vartype file_name_prefix: JSON
55945594 """
55955595
@@ -5627,9 +5627,9 @@ def __init__(
56275627 :keyword max_rows_per_file: Limit the written file's row count to be smaller than or equal to
56285628 the specified count. Type: integer (or Expression with resultType integer).
56295629 :paramtype max_rows_per_file: JSON
5630- :keyword file_name_prefix: Specifies the file name pattern
5631- :code:`<fileNamePrefix>`_:code:`< fileIndex>`.:code:`<fileExtension>` when copy from non-file
5632- based store without partitionOptions. Type: string (or Expression with resultType string).
5630+ :keyword file_name_prefix: Specifies the file name pattern :code:`<fileNamePrefix>`_\\
5631+ :code:`<fileIndex>`.\\ :code:`<fileExtension>` when copy from non-file based store without
5632+ partitionOptions. Type: string (or Expression with resultType string).
56335633 :paramtype file_name_prefix: JSON
56345634 """
56355635 super().__init__(additional_properties=additional_properties, **kwargs)
@@ -8575,8 +8575,8 @@ class AzureDataExplorerLinkedService(LinkedService):
85758575 :ivar annotations: List of tags that can be used for describing the linked service.
85768576 :vartype annotations: list[JSON]
85778577 :ivar endpoint: The endpoint of Azure Data Explorer (the engine's endpoint). URL will be in the
8578- format https://:code:`<clusterName>`.:code:`<regionName>`.kusto.windows.net. Type: string (or
8579- Expression with resultType string). Required.
8578+ format https://\\ :code:`<clusterName>`.\\ :code:`<regionName>`.kusto.windows.net. Type: string
8579+ (or Expression with resultType string). Required.
85808580 :vartype endpoint: JSON
85818581 :ivar service_principal_id: The ID of the service principal used to authenticate against Azure
85828582 Data Explorer. Type: string (or Expression with resultType string).
@@ -8648,8 +8648,8 @@ def __init__(
86488648 :keyword annotations: List of tags that can be used for describing the linked service.
86498649 :paramtype annotations: list[JSON]
86508650 :keyword endpoint: The endpoint of Azure Data Explorer (the engine's endpoint). URL will be in
8651- the format https://:code:`<clusterName>`.:code:`<regionName>`.kusto.windows.net. Type: string
8652- (or Expression with resultType string). Required.
8651+ the format https://\\ :code:`<clusterName>`.\\ :code:`<regionName>`.kusto.windows.net. Type:
8652+ string (or Expression with resultType string). Required.
86538653 :paramtype endpoint: JSON
86548654 :keyword service_principal_id: The ID of the service principal used to authenticate against
86558655 Azure Data Explorer. Type: string (or Expression with resultType string).
@@ -10566,7 +10566,7 @@ class AzureFunctionLinkedService(LinkedService):
1056610566 :ivar annotations: List of tags that can be used for describing the linked service.
1056710567 :vartype annotations: list[JSON]
1056810568 :ivar function_app_url: The endpoint of the Azure Function App. URL will be in the format
10569- https://:code:`<accountName>`.azurewebsites.net. Type: string (or Expression with resultType
10569+ https://\\ :code:`<accountName>`.azurewebsites.net. Type: string (or Expression with resultType
1057010570 string). Required.
1057110571 :vartype function_app_url: JSON
1057210572 :ivar function_key: Function or Host key for Azure Function App.
@@ -10637,7 +10637,7 @@ def __init__(
1063710637 :keyword annotations: List of tags that can be used for describing the linked service.
1063810638 :paramtype annotations: list[JSON]
1063910639 :keyword function_app_url: The endpoint of the Azure Function App. URL will be in the format
10640- https://:code:`<accountName>`.azurewebsites.net. Type: string (or Expression with resultType
10640+ https://\\ :code:`<accountName>`.azurewebsites.net. Type: string (or Expression with resultType
1064110641 string). Required.
1064210642 :paramtype function_app_url: JSON
1064310643 :keyword function_key: Function or Host key for Azure Function App.
@@ -16485,8 +16485,8 @@ class AzureSynapseArtifactsLinkedService(LinkedService):
1648516485 :vartype parameters: dict[str, ~azure.mgmt.datafactory.models.ParameterSpecification]
1648616486 :ivar annotations: List of tags that can be used for describing the linked service.
1648716487 :vartype annotations: list[JSON]
16488- :ivar endpoint: https://:code:`<workspacename>`.dev.azuresynapse.net, Azure Synapse Analytics
16489- workspace URL. Type: string (or Expression with resultType string). Required.
16488+ :ivar endpoint: https://\\ :code:`<workspacename>`.dev.azuresynapse.net, Azure Synapse
16489+ Analytics workspace URL. Type: string (or Expression with resultType string). Required.
1649016490 :vartype endpoint: JSON
1649116491 :ivar authentication: Required to specify MSI, if using system assigned managed identity as
1649216492 authentication method. Type: string (or Expression with resultType string).
@@ -16543,7 +16543,7 @@ def __init__(
1654316543 :paramtype parameters: dict[str, ~azure.mgmt.datafactory.models.ParameterSpecification]
1654416544 :keyword annotations: List of tags that can be used for describing the linked service.
1654516545 :paramtype annotations: list[JSON]
16546- :keyword endpoint: https://:code:`<workspacename>`.dev.azuresynapse.net, Azure Synapse
16546+ :keyword endpoint: https://\\ :code:`<workspacename>`.dev.azuresynapse.net, Azure Synapse
1654716547 Analytics workspace URL. Type: string (or Expression with resultType string). Required.
1654816548 :paramtype endpoint: JSON
1654916549 :keyword authentication: Required to specify MSI, if using system assigned managed identity as
@@ -25271,9 +25271,9 @@ class DelimitedTextWriteSettings(FormatWriteSettings):
2527125271 :ivar max_rows_per_file: Limit the written file's row count to be smaller than or equal to the
2527225272 specified count. Type: integer (or Expression with resultType integer).
2527325273 :vartype max_rows_per_file: JSON
25274- :ivar file_name_prefix: Specifies the file name pattern
25275- :code:`<fileNamePrefix>`_:code:`< fileIndex>`.:code:`<fileExtension>` when copy from non-file
25276- based store without partitionOptions. Type: string (or Expression with resultType string).
25274+ :ivar file_name_prefix: Specifies the file name pattern :code:`<fileNamePrefix>`_\\
25275+ :code:`<fileIndex>`.\\ :code:`<fileExtension>` when copy from non-file based store without
25276+ partitionOptions. Type: string (or Expression with resultType string).
2527725277 :vartype file_name_prefix: JSON
2527825278 """
2527925279
@@ -25314,9 +25314,9 @@ def __init__(
2531425314 :keyword max_rows_per_file: Limit the written file's row count to be smaller than or equal to
2531525315 the specified count. Type: integer (or Expression with resultType integer).
2531625316 :paramtype max_rows_per_file: JSON
25317- :keyword file_name_prefix: Specifies the file name pattern
25318- :code:`<fileNamePrefix>`_:code:`< fileIndex>`.:code:`<fileExtension>` when copy from non-file
25319- based store without partitionOptions. Type: string (or Expression with resultType string).
25317+ :keyword file_name_prefix: Specifies the file name pattern :code:`<fileNamePrefix>`_\\
25318+ :code:`<fileIndex>`.\\ :code:`<fileExtension>` when copy from non-file based store without
25319+ partitionOptions. Type: string (or Expression with resultType string).
2532025320 :paramtype file_name_prefix: JSON
2532125321 """
2532225322 super().__init__(additional_properties=additional_properties, **kwargs)
@@ -50084,9 +50084,9 @@ class OrcWriteSettings(FormatWriteSettings):
5008450084 :ivar max_rows_per_file: Limit the written file's row count to be smaller than or equal to the
5008550085 specified count. Type: integer (or Expression with resultType integer).
5008650086 :vartype max_rows_per_file: JSON
50087- :ivar file_name_prefix: Specifies the file name pattern
50088- :code:`<fileNamePrefix>`_:code:`< fileIndex>`.:code:`<fileExtension>` when copy from non-file
50089- based store without partitionOptions. Type: string (or Expression with resultType string).
50087+ :ivar file_name_prefix: Specifies the file name pattern :code:`<fileNamePrefix>`_\\
50088+ :code:`<fileIndex>`.\\ :code:`<fileExtension>` when copy from non-file based store without
50089+ partitionOptions. Type: string (or Expression with resultType string).
5009050090 :vartype file_name_prefix: JSON
5009150091 """
5009250092
@@ -50116,9 +50116,9 @@ def __init__(
5011650116 :keyword max_rows_per_file: Limit the written file's row count to be smaller than or equal to
5011750117 the specified count. Type: integer (or Expression with resultType integer).
5011850118 :paramtype max_rows_per_file: JSON
50119- :keyword file_name_prefix: Specifies the file name pattern
50120- :code:`<fileNamePrefix>`_:code:`< fileIndex>`.:code:`<fileExtension>` when copy from non-file
50121- based store without partitionOptions. Type: string (or Expression with resultType string).
50119+ :keyword file_name_prefix: Specifies the file name pattern :code:`<fileNamePrefix>`_\\
50120+ :code:`<fileIndex>`.\\ :code:`<fileExtension>` when copy from non-file based store without
50121+ partitionOptions. Type: string (or Expression with resultType string).
5012250122 :paramtype file_name_prefix: JSON
5012350123 """
5012450124 super().__init__(additional_properties=additional_properties, **kwargs)
@@ -50638,9 +50638,9 @@ class ParquetWriteSettings(FormatWriteSettings):
5063850638 :ivar max_rows_per_file: Limit the written file's row count to be smaller than or equal to the
5063950639 specified count. Type: integer (or Expression with resultType integer).
5064050640 :vartype max_rows_per_file: JSON
50641- :ivar file_name_prefix: Specifies the file name pattern
50642- :code:`<fileNamePrefix>`_:code:`< fileIndex>`.:code:`<fileExtension>` when copy from non-file
50643- based store without partitionOptions. Type: string (or Expression with resultType string).
50641+ :ivar file_name_prefix: Specifies the file name pattern :code:`<fileNamePrefix>`_\\
50642+ :code:`<fileIndex>`.\\ :code:`<fileExtension>` when copy from non-file based store without
50643+ partitionOptions. Type: string (or Expression with resultType string).
5064450644 :vartype file_name_prefix: JSON
5064550645 """
5064650646
@@ -50670,9 +50670,9 @@ def __init__(
5067050670 :keyword max_rows_per_file: Limit the written file's row count to be smaller than or equal to
5067150671 the specified count. Type: integer (or Expression with resultType integer).
5067250672 :paramtype max_rows_per_file: JSON
50673- :keyword file_name_prefix: Specifies the file name pattern
50674- :code:`<fileNamePrefix>`_:code:`< fileIndex>`.:code:`<fileExtension>` when copy from non-file
50675- based store without partitionOptions. Type: string (or Expression with resultType string).
50673+ :keyword file_name_prefix: Specifies the file name pattern :code:`<fileNamePrefix>`_\\
50674+ :code:`<fileIndex>`.\\ :code:`<fileExtension>` when copy from non-file based store without
50675+ partitionOptions. Type: string (or Expression with resultType string).
5067650676 :paramtype file_name_prefix: JSON
5067750677 """
5067850678 super().__init__(additional_properties=additional_properties, **kwargs)
0 commit comments