Class SapOdpSource


public final class SapOdpSource extends TabularSource
A copy activity source for SAP ODP source.
  • Constructor Details

    • SapOdpSource

      public SapOdpSource()
  • Method Details

    • getExtractionMode

      public Object getExtractionMode()
      Get the extractionMode property: The extraction mode. Allowed value include: Full, Delta and Recovery. The default value is Full. Type: string (or Expression with resultType string).
      Returns:
      the extractionMode value.
    • setExtractionMode

      public SapOdpSource setExtractionMode(Object extractionMode)
      Set the extractionMode property: The extraction mode. Allowed value include: Full, Delta and Recovery. The default value is Full. Type: string (or Expression with resultType string).
      Parameters:
      extractionMode - the extractionMode value to set.
      Returns:
      the SapOdpSource object itself.
    • getSubscriberProcess

      public Object getSubscriberProcess()
      Get the subscriberProcess property: The subscriber process to manage the delta process. Type: string (or Expression with resultType string).
      Returns:
      the subscriberProcess value.
    • setSubscriberProcess

      public SapOdpSource setSubscriberProcess(Object subscriberProcess)
      Set the subscriberProcess property: The subscriber process to manage the delta process. Type: string (or Expression with resultType string).
      Parameters:
      subscriberProcess - the subscriberProcess value to set.
      Returns:
      the SapOdpSource object itself.
    • getSelection

      public Object getSelection()
      Get the selection property: Specifies the selection conditions from source data. Type: array of objects(selection) (or Expression with resultType array of objects).
      Returns:
      the selection value.
    • setSelection

      public SapOdpSource setSelection(Object selection)
      Set the selection property: Specifies the selection conditions from source data. Type: array of objects(selection) (or Expression with resultType array of objects).
      Parameters:
      selection - the selection value to set.
      Returns:
      the SapOdpSource object itself.
    • getProjection

      public Object getProjection()
      Get the projection property: Specifies the columns to be selected from source data. Type: array of objects(projection) (or Expression with resultType array of objects).
      Returns:
      the projection value.
    • setProjection

      public SapOdpSource setProjection(Object projection)
      Set the projection property: Specifies the columns to be selected from source data. Type: array of objects(projection) (or Expression with resultType array of objects).
      Parameters:
      projection - the projection value to set.
      Returns:
      the SapOdpSource object itself.
    • setQueryTimeout

      public SapOdpSource setQueryTimeout(Object queryTimeout)
      Set the queryTimeout property: Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
      Overrides:
      setQueryTimeout in class TabularSource
      Parameters:
      queryTimeout - the queryTimeout value to set.
      Returns:
      the TabularSource object itself.
    • setAdditionalColumns

      public SapOdpSource setAdditionalColumns(Object additionalColumns)
      Set the additionalColumns property: Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
      Overrides:
      setAdditionalColumns in class TabularSource
      Parameters:
      additionalColumns - the additionalColumns value to set.
      Returns:
      the TabularSource object itself.
    • setSourceRetryCount

      public SapOdpSource setSourceRetryCount(Object sourceRetryCount)
      Set the sourceRetryCount property: Source retry count. Type: integer (or Expression with resultType integer).
      Overrides:
      setSourceRetryCount in class TabularSource
      Parameters:
      sourceRetryCount - the sourceRetryCount value to set.
      Returns:
      the CopySource object itself.
    • setSourceRetryWait

      public SapOdpSource 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])).
      Overrides:
      setSourceRetryWait in class TabularSource
      Parameters:
      sourceRetryWait - the sourceRetryWait value to set.
      Returns:
      the CopySource object itself.
    • setMaxConcurrentConnections

      public SapOdpSource 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 TabularSource
      Parameters:
      maxConcurrentConnections - the maxConcurrentConnections value to set.
      Returns:
      the CopySource object itself.