Class AzureDataExplorerCommandActivity


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

      • AzureDataExplorerCommandActivity

        public AzureDataExplorerCommandActivity()
    • Method Detail

      • 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.