java.lang.Object
com.azure.analytics.synapse.artifacts.models.Trigger
Direct Known Subclasses:
ChainingTrigger, MultiplePipelineTrigger, RerunTumblingWindowTrigger, TumblingWindowTrigger

public class Trigger extends Object
Azure Synapse nested object which contains information about creating pipeline run.
  • Constructor Details

    • Trigger

      public Trigger()
  • Method Details

    • getDescription

      public String getDescription()
      Get the description property: Trigger description.
      Returns:
      the description value.
    • setDescription

      public Trigger setDescription(String description)
      Set the description property: Trigger description.
      Parameters:
      description - the description value to set.
      Returns:
      the Trigger object itself.
    • getRuntimeState

      public TriggerRuntimeState getRuntimeState()
      Get the runtimeState property: Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
      Returns:
      the runtimeState value.
    • getAnnotations

      public List<Object> getAnnotations()
      Get the annotations property: List of tags that can be used for describing the trigger.
      Returns:
      the annotations value.
    • setAnnotations

      public Trigger setAnnotations(List<Object> annotations)
      Set the annotations property: List of tags that can be used for describing the trigger.
      Parameters:
      annotations - the annotations value to set.
      Returns:
      the Trigger object itself.
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
      Get the additionalProperties property: Azure Synapse nested object which contains information about creating pipeline run.
      Returns:
      the additionalProperties value.
    • setAdditionalProperties

      public Trigger setAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: Azure Synapse nested object which contains information about creating pipeline run.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the Trigger object itself.