Data Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Data() | |
Data(String, IList<String>, IList<String>, Tables, Config) |
Data()
Data(String, IList<String>, IList<String>, Tables, Config)
- Source:
- Data.cs
public Data (string handlerPath = default, System.Collections.Generic.IList<string> inputs = default, System.Collections.Generic.IList<string> outputs = default, Microsoft.Azure.Synapse.Models.Tables tables = default, Microsoft.Azure.Synapse.Models.Config config = default);
new Microsoft.Azure.Synapse.Models.Data : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * Microsoft.Azure.Synapse.Models.Tables * Microsoft.Azure.Synapse.Models.Config -> Microsoft.Azure.Synapse.Models.Data
Public Sub New (Optional handlerPath As String = Nothing, Optional inputs As IList(Of String) = Nothing, Optional outputs As IList(Of String) = Nothing, Optional tables As Tables = Nothing, Optional config As Config = Nothing)
Parameters
- handlerPath
- String
- tables
- Tables
- config
- Config
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET