TwitterTriggerOperations Class

Definition

Trigger operation name constants for the Twitter connector. Use these constants with the [ConnectorTrigger] attribute's OperationName property and with the Connector Namespace TriggerConfig operationName field.

public static class TwitterTriggerOperations
type TwitterTriggerOperations = class
Public Class TwitterTriggerOperations
Inheritance
TwitterTriggerOperations

Fields

Name Description
OnNewTweet

When a new tweet is posted. Payload type: TwitterOnNewTweetTriggerPayload.

Applies to