Class AzureDataExplorerCommandActivity


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

    • AzureDataExplorerCommandActivity

      public AzureDataExplorerCommandActivity()
  • Method Details

    • withLinkedServiceName

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

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

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

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

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

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

      public Object command()
      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.
    • withCommand

      public AzureDataExplorerCommandActivity withCommand(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.
    • commandTimeout

      public Object commandTimeout()
      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.
    • withCommandTimeout

      public AzureDataExplorerCommandActivity withCommandTimeout(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.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class ExecutionActivity
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.