DataFlowReference Class
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.
Data flow reference type.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.DataFlowReference+DataFlowReferenceConverter))]
public class DataFlowReference
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.DataFlowReference+DataFlowReferenceConverter))>]
type DataFlowReference = class
Public Class DataFlowReference
- Inheritance
-
DataFlowReference
- Attributes
Constructors
DataFlowReference(DataFlowReferenceType, String) |
Initializes a new instance of DataFlowReference. |
Properties
AdditionalProperties |
Additional Properties. |
DatasetParameters |
Reference data flow parameters from dataset. |
Parameters |
Data flow parameters. |
ReferenceName |
Reference data flow name. |
Type |
Data flow reference type. |
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