Class AzureDataExplorerCommandActivityTypeProperties


  • public final class AzureDataExplorerCommandActivityTypeProperties
    extends Object
    Azure Data Explorer command activity properties.
    • Constructor Detail

      • AzureDataExplorerCommandActivityTypeProperties

        public AzureDataExplorerCommandActivityTypeProperties()
    • Method Detail

      • 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 AzureDataExplorerCommandActivityTypeProperties 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 AzureDataExplorerCommandActivityTypeProperties 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 AzureDataExplorerCommandActivityTypeProperties 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 AzureDataExplorerCommandActivityTypeProperties object itself.
      • validate

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