InvocationContextExtraInputs interface

An object used to get secondary inputs

Methods

get(CosmosDBInput)

Get a secondary Cosmos DB documents input for this invocation

get(SqlInput)

Get a secondary SQL items input for this invocation

get(StorageBlobInput)

Get a secondary storage blob entry input for this invocation

get(string | FunctionInput)

Get a secondary generic input for this invocation

get(TableInput)

Get a secondary table input for this invocation

set(string | FunctionInput, unknown)

Set a secondary generic input for this invocation

Method Details

get(CosmosDBInput)

Get a secondary Cosmos DB documents input for this invocation

function get(input: CosmosDBInput): unknown

Parameters

Returns

unknown

get(SqlInput)

Get a secondary SQL items input for this invocation

function get(input: SqlInput): unknown

Parameters

input
SqlInput

Returns

unknown

get(StorageBlobInput)

Get a secondary storage blob entry input for this invocation

function get(input: StorageBlobInput): unknown

Parameters

Returns

unknown

get(string | FunctionInput)

Get a secondary generic input for this invocation

function get(inputOrName: string | FunctionInput): unknown

Parameters

inputOrName

string | FunctionInput

Returns

unknown

get(TableInput)

Get a secondary table input for this invocation

function get(input: TableInput): unknown

Parameters

input
TableInput

Returns

unknown

set(string | FunctionInput, unknown)

Set a secondary generic input for this invocation

function set(inputOrName: string | FunctionInput, value: unknown)

Parameters

inputOrName

string | FunctionInput

value

unknown