Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EventingFunction

Describes an eventing function.

Hierarchy

  • EventingFunction

Index

Constructors

constructor

Properties

bucketBindings

The buckets to bind to the function.

code

code: string

The code for this eventing function.

constantBindings

The constants to bind to the function.

enforceSchema

enforceSchema: boolean

Whether to enable stricter validation of settings and configuration.

functionInstanceId

functionInstanceId: string

The unique id for the deployment of the handler.

handlerUuid

handlerUuid: number

The unique ID for this eventing function.

metadataKeyspace

metadataKeyspace: EventingFunctionKeyspace

The keyspace to store the functions metadata.

name

name: string

The name of the eventing function.

settings

The settings for this function.

sourceKeyspace

sourceKeyspace: EventingFunctionKeyspace

The keyspace that the function should operate on.

urlBindings

The URLs to bind to the function.

version

version: string

The authoring version of this eventing function.

Generated using TypeDoc