Class StoreWriteSettings

    • Constructor Detail

      • StoreWriteSettings

        public StoreWriteSettings()
    • Method Detail

      • getMaxConcurrentConnections

        public Object getMaxConcurrentConnections()
        Get the maxConcurrentConnections property: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
        Returns:
        the maxConcurrentConnections value.
      • setMaxConcurrentConnections

        public StoreWriteSettings setMaxConcurrentConnections​(Object maxConcurrentConnections)
        Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
        Parameters:
        maxConcurrentConnections - the maxConcurrentConnections value to set.
        Returns:
        the StoreWriteSettings object itself.
      • getCopyBehavior

        public Object getCopyBehavior()
        Get the copyBehavior property: The type of copy behavior for copy sink.
        Returns:
        the copyBehavior value.
      • setCopyBehavior

        public StoreWriteSettings setCopyBehavior​(Object copyBehavior)
        Set the copyBehavior property: The type of copy behavior for copy sink.
        Parameters:
        copyBehavior - the copyBehavior value to set.
        Returns:
        the StoreWriteSettings object itself.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
        Get the additionalProperties property: Connector write settings.
        Returns:
        the additionalProperties value.
      • setAdditionalProperties

        public StoreWriteSettings setAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: Connector write settings.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the StoreWriteSettings object itself.