Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace FunctionTaskDetails

The Functions task. Batch input for a function can be limited by either size or time. The first limit reached determines the boundary of the batch. For configuration instructions, see Creating a Connector.

Properties

Optional batchSizeInKbs

batchSizeInKbs: undefined | number

Size limit (kilobytes) for batch sent to invoke the function. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional batchTimeInSec

batchTimeInSec: undefined | number

Time limit (seconds) for batch sent to invoke the function. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

functionId

functionId: string

The OCID of the function to be used as a task.

Const kind

kind: string = "function"

Methods

getDeserializedJsonObj

getJsonObj