Class FileServerWriteSettings


  • public final class FileServerWriteSettings
    extends StoreWriteSettings
    File server write settings.
    • Constructor Detail

      • FileServerWriteSettings

        public FileServerWriteSettings()
    • Method Detail

      • setMaxConcurrentConnections

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

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