Class AzureDataExplorerCommandActivity


public class AzureDataExplorerCommandActivity extends ExecutionActivity
Azure Data Explorer command activity.
  • Constructor Details

    • AzureDataExplorerCommandActivity

      public AzureDataExplorerCommandActivity()
  • Method Details

    • getCommand

      public Object getCommand()
      Get the command property: A control command, according to the Azure Data Explorer command syntax. Type: string (or Expression with resultType string).
      Returns:
      the command value.
    • setCommand

      public AzureDataExplorerCommandActivity setCommand(Object command)
      Set the command property: A control command, according to the Azure Data Explorer command syntax. Type: string (or Expression with resultType string).
      Parameters:
      command - the command value to set.
      Returns:
      the AzureDataExplorerCommandActivity object itself.
    • getCommandTimeout

      public Object getCommandTimeout()
      Get the commandTimeout property: Control command timeout. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..).
      Returns:
      the commandTimeout value.
    • setCommandTimeout

      public AzureDataExplorerCommandActivity setCommandTimeout(Object commandTimeout)
      Set the commandTimeout property: Control command timeout. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..).
      Parameters:
      commandTimeout - the commandTimeout value to set.
      Returns:
      the AzureDataExplorerCommandActivity object itself.
    • setLinkedServiceName

      public AzureDataExplorerCommandActivity setLinkedServiceName(LinkedServiceReference linkedServiceName)
      Set the linkedServiceName property: Linked service reference.
      Overrides:
      setLinkedServiceName in class ExecutionActivity
      Parameters:
      linkedServiceName - the linkedServiceName value to set.
      Returns:
      the ExecutionActivity object itself.
    • setPolicy

      Set the policy property: Activity policy.
      Overrides:
      setPolicy in class ExecutionActivity
      Parameters:
      policy - the policy value to set.
      Returns:
      the ExecutionActivity object itself.
    • setName

      Set the name property: Activity name.
      Overrides:
      setName in class ExecutionActivity
      Parameters:
      name - the name value to set.
      Returns:
      the Activity object itself.
    • setDescription

      public AzureDataExplorerCommandActivity setDescription(String description)
      Set the description property: Activity description.
      Overrides:
      setDescription in class ExecutionActivity
      Parameters:
      description - the description value to set.
      Returns:
      the Activity object itself.
    • setDependsOn

      public AzureDataExplorerCommandActivity setDependsOn(List<ActivityDependency> dependsOn)
      Set the dependsOn property: Activity depends on condition.
      Overrides:
      setDependsOn in class ExecutionActivity
      Parameters:
      dependsOn - the dependsOn value to set.
      Returns:
      the Activity object itself.
    • setUserProperties

      public AzureDataExplorerCommandActivity setUserProperties(List<UserProperty> userProperties)
      Set the userProperties property: Activity user properties.
      Overrides:
      setUserProperties in class ExecutionActivity
      Parameters:
      userProperties - the userProperties value to set.
      Returns:
      the Activity object itself.