Class CopySource

    • Constructor Detail

      • CopySource

        public CopySource()
    • Method Detail

      • getSourceRetryCount

        public Object getSourceRetryCount()
        Get the sourceRetryCount property: Source retry count. Type: integer (or Expression with resultType integer).
        Returns:
        the sourceRetryCount value.
      • setSourceRetryCount

        public CopySource setSourceRetryCount​(Object sourceRetryCount)
        Set the sourceRetryCount property: Source retry count. Type: integer (or Expression with resultType integer).
        Parameters:
        sourceRetryCount - the sourceRetryCount value to set.
        Returns:
        the CopySource object itself.
      • getSourceRetryWait

        public Object getSourceRetryWait()
        Get the sourceRetryWait property: Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
        Returns:
        the sourceRetryWait value.
      • setSourceRetryWait

        public CopySource setSourceRetryWait​(Object sourceRetryWait)
        Set the sourceRetryWait property: Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
        Parameters:
        sourceRetryWait - the sourceRetryWait value to set.
        Returns:
        the CopySource object itself.
      • 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 CopySource 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 CopySource object itself.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
        Get the additionalProperties property: A copy activity source.
        Returns:
        the additionalProperties value.
      • setAdditionalProperties

        public CopySource setAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: A copy activity source.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the CopySource object itself.