Edit

Share via


PFCloudScriptEventHubFunctionModel

PFCloudScriptEventHubFunctionModel data model.

Syntax

typedef struct PFCloudScriptEventHubFunctionModel {  
    const char* connectionString;  
    const char* eventHubName;  
    const char* functionName;  
} PFCloudScriptEventHubFunctionModel;  

Members

connectionString   const char*
is null-terminated

(Optional) The connection string for the event hub.

eventHubName   const char*
is null-terminated

(Optional) The name of the event hub that triggers the Azure Function.

functionName   const char*
is null-terminated

(Optional) The name the function was registered under.

Requirements

Header: PFCloudScriptTypes.h

See also

PFCloudScriptTypes members