Class LookupActivity

    • Constructor Detail

      • LookupActivity

        public LookupActivity()
    • Method Detail

      • withName

        public LookupActivity 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 LookupActivity 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.
      • source

        public CopySource source()
        Get the source property: Dataset-specific source properties, same as copy activity source.
        Returns:
        the source value.
      • withSource

        public LookupActivity withSource​(CopySource source)
        Set the source property: Dataset-specific source properties, same as copy activity source.
        Parameters:
        source - the source value to set.
        Returns:
        the LookupActivity object itself.
      • dataset

        public DatasetReference dataset()
        Get the dataset property: Lookup activity dataset reference.
        Returns:
        the dataset value.
      • withDataset

        public LookupActivity withDataset​(DatasetReference dataset)
        Set the dataset property: Lookup activity dataset reference.
        Parameters:
        dataset - the dataset value to set.
        Returns:
        the LookupActivity object itself.
      • firstRowOnly

        public Object firstRowOnly()
        Get the firstRowOnly property: Whether to return first row or all rows. Default value is true. Type: boolean (or Expression with resultType boolean).
        Returns:
        the firstRowOnly value.
      • withFirstRowOnly

        public LookupActivity withFirstRowOnly​(Object firstRowOnly)
        Set the firstRowOnly property: Whether to return first row or all rows. Default value is true. Type: boolean (or Expression with resultType boolean).
        Parameters:
        firstRowOnly - the firstRowOnly value to set.
        Returns:
        the LookupActivity object itself.