Class OracleSinkResponse


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

      • 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 sink data store. Type: integer (or Expression with resultType integer).
      • preCopyScript

        public java.util.Optional<java.lang.Object> preCopyScript()
        Returns:
        SQL pre-copy script. Type: string (or Expression with resultType string).
      • sinkRetryCount

        public java.util.Optional<java.lang.Object> sinkRetryCount()
        Returns:
        Sink retry count. Type: integer (or Expression with resultType integer).
      • sinkRetryWait

        public java.util.Optional<java.lang.Object> sinkRetryWait()
        Returns:
        Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
      • type

        public java.lang.String type()
        Returns:
        Copy sink type. Expected value is 'OracleSink'.
      • writeBatchSize

        public java.util.Optional<java.lang.Object> writeBatchSize()
        Returns:
        Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
      • writeBatchTimeout

        public java.util.Optional<java.lang.Object> writeBatchTimeout()
        Returns:
        Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).