Class FileServerWriteSettingsResponse


  • public final class FileServerWriteSettingsResponse
    extends java.lang.Object
    • Method Detail

      • copyBehavior

        public java.util.Optional<java.lang.Object> copyBehavior()
        Returns:
        The type of copy behavior for copy sink.
      • disableMetricsCollection

        public java.util.Optional<java.lang.Object> disableMetricsCollection()
        Returns:
        If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
      • maxConcurrentConnections

        public java.util.Optional<java.lang.Object> maxConcurrentConnections()
        Returns:
        The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
      • type

        public java.lang.String type()
        Returns:
        The write setting type. Expected value is 'FileServerWriteSettings'.