Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace InvokeFunctionRequest

example

Click here to see how to use InvokeFunctionRequest.

Properties

Optional fnIntent

fnIntent: FnIntent

An optional intent header that indicates to the FDK the way the event should be interpreted. E.g. 'httprequest', 'cloudevent'.

Optional fnInvokeType

fnInvokeType: FnInvokeType

Indicates whether Oracle Functions should execute the request and return the result ('sync') of the execution, or whether Oracle Functions should return as soon as processing has begun ('detached') and leave result handling to the function.

functionId

functionId: string

The OCID of this function.

Optional invokeFunctionBody

invokeFunctionBody: Uint8Array | Buffer | Blob | stream.Readable | ReadableStream | string

The body of the function invocation. Note: The maximum size of the request is limited. This limit is currently 6MB and the endpoint will not accept requests that are bigger than this limit.

Optional opcRequestId

opcRequestId: undefined | string

The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.

Optional retryConfiguration

retryConfiguration: RetryConfiguration

RetryConfiguration to be used for the request NOTE : Retries are not supported for requests that have binary or stream bodies this also affects UploadManager operations For all requests with binary/stream bodies, retry attempts are not made