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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET