EntityContext Class

A durable function entity context.

Inheritance
azure.functions._abc.OrchestrationContext
EntityContext

Constructor

EntityContext(body: str | bytes)

Parameters

Name Description
body
Required
str

The body of orchestration context json.

Attributes

body