Class DataFlowReference

java.lang.Object
com.azure.analytics.synapse.artifacts.models.DataFlowReference

public final class DataFlowReference extends Object
Data flow reference type.
  • Constructor Details

    • DataFlowReference

      public DataFlowReference()
  • Method Details

    • getType

      public DataFlowReferenceType getType()
      Get the type property: Data flow reference type.
      Returns:
      the type value.
    • setType

      Set the type property: Data flow reference type.
      Parameters:
      type - the type value to set.
      Returns:
      the DataFlowReference object itself.
    • getReferenceName

      public String getReferenceName()
      Get the referenceName property: Reference data flow name.
      Returns:
      the referenceName value.
    • setReferenceName

      public DataFlowReference setReferenceName(String referenceName)
      Set the referenceName property: Reference data flow name.
      Parameters:
      referenceName - the referenceName value to set.
      Returns:
      the DataFlowReference object itself.
    • getDatasetParameters

      public Object getDatasetParameters()
      Get the datasetParameters property: Reference data flow parameters from dataset.
      Returns:
      the datasetParameters value.
    • setDatasetParameters

      public DataFlowReference setDatasetParameters(Object datasetParameters)
      Set the datasetParameters property: Reference data flow parameters from dataset.
      Parameters:
      datasetParameters - the datasetParameters value to set.
      Returns:
      the DataFlowReference object itself.
    • getParameters

      public Map<String,Object> getParameters()
      Get the parameters property: Data flow parameters.
      Returns:
      the parameters value.
    • setParameters

      public DataFlowReference setParameters(Map<String,Object> parameters)
      Set the parameters property: Data flow parameters.
      Parameters:
      parameters - the parameters value to set.
      Returns:
      the DataFlowReference object itself.
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
      Get the additionalProperties property: Data flow reference type.
      Returns:
      the additionalProperties value.
    • setAdditionalProperties

      public DataFlowReference setAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: Data flow reference type.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the DataFlowReference object itself.