Description - Get rows by column range

Runtime Class - com.ibi.agents.XDHBaseScanTableByColumnRangeFilter


Configuration

This action requires a Generics Configuration as well as the following required parameters.

Parameter Groups

 ParameterTypeDescription
Table:stringName of the table
Batch:integerThe max number of rows the scan should return in a batch
Min Column:stringThis filter is used for selecting only those keys with columns that are greater than or equal to the minColumn
Min Column Inclusive:booleanThis filter is used to specify if the minColumn range is inclusive or not
Max Column:stringThis filter is used for selecting only those keys with columns that are less than or equal to the maxColumn
Max Column Inclusive:booleanThis filter is used to specify if the maxColumn range is inclusive or not
* - denotes required
 ParameterTypeDescription
*Type:stringFormat of the return result document.

Select from one of the following options:
  • XML {xml}
  • JSON {json}
* - denotes required
 ParameterTypeDescription
*Output Document:stringDocument returned by operation

Select from one of the following options:
  • Result Document {result} - Return results of the operation
  • Status Document {status} - Return status document
  • Input Document {input} - Return the document passed in
* - denotes required

Output Events

NameDescription
OnFailConnectionCould not connect to the external system.
OnFailRedirectionRedirection status code between 300 and 399.
OnFailClientErrorClient error status code between 400 and 499.
OnFailServerErrorServer error status code between 500 and 599.
OnFailedOperationCould not perform the operation requested.
OnParseErrorCould not parse a document.
OnFailLargeRequestRequest entity size exceeds configured maximum.
OnFailLargeResponseResponse entity size exceeds configured maximum.
OnHTTP-201 CreatedThe request was successful, we created a new resource and the response body contains the representation.
OnHTTP-400 Bad RequestThe data given in the POST or PUT failed validation. Inspect the response body for details.
OnHTTP-401 UnauthorizedThe supplied credentials, if any, are not sufficient to create or update the resource.
OnHTTP-404 Not FoundResource not found.
OnHTTP-405 Method Not AllowedYou can't POST or PUT to the resource.
OnHTTP-429 Too Many RequestsYour application is sending too many simultaneous requests.
OnHTTP-500 Server ErrorWe couldn't create or update the resource. Please try again.