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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET