Context Class
Function invocation context.
Constructor
Context()Attributes
function_directory
Function directory.
abstract property function_directory: strfunction_name
Function name.
abstract property function_name: strinvocation_id
Function invocation ID.
abstract property invocation_id: strretry_context
Context for retries to the function.
abstract property retry_context: RetryContextthread_local_storage
Thread local storage.
abstract property thread_local_storage: Type[_local]trace_context
Context for distributed tracing.
abstract property trace_context: TraceContext