Class GetMetadataActivity


  • public final class GetMetadataActivity
    extends ExecutionActivity
    Activity to get metadata of dataset.
    • Constructor Detail

      • GetMetadataActivity

        public GetMetadataActivity()
    • Method Detail

      • withDescription

        public GetMetadataActivity 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.
      • dataset

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

        public GetMetadataActivity withDataset​(DatasetReference dataset)
        Set the dataset property: GetMetadata activity dataset reference.
        Parameters:
        dataset - the dataset value to set.
        Returns:
        the GetMetadataActivity object itself.
      • fieldList

        public List<Object> fieldList()
        Get the fieldList property: Fields of metadata to get from dataset.
        Returns:
        the fieldList value.
      • withFieldList

        public GetMetadataActivity withFieldList​(List<Object> fieldList)
        Set the fieldList property: Fields of metadata to get from dataset.
        Parameters:
        fieldList - the fieldList value to set.
        Returns:
        the GetMetadataActivity object itself.
      • storeSettings

        public StoreReadSettings storeSettings()
        Get the storeSettings property: GetMetadata activity store settings.
        Returns:
        the storeSettings value.
      • withStoreSettings

        public GetMetadataActivity withStoreSettings​(StoreReadSettings storeSettings)
        Set the storeSettings property: GetMetadata activity store settings.
        Parameters:
        storeSettings - the storeSettings value to set.
        Returns:
        the GetMetadataActivity object itself.
      • formatSettings

        public FormatReadSettings formatSettings()
        Get the formatSettings property: GetMetadata activity format settings.
        Returns:
        the formatSettings value.
      • withFormatSettings

        public GetMetadataActivity withFormatSettings​(FormatReadSettings formatSettings)
        Set the formatSettings property: GetMetadata activity format settings.
        Parameters:
        formatSettings - the formatSettings value to set.
        Returns:
        the GetMetadataActivity object itself.