ApiHubFileTriggerAttribute Class

Definition

Attribute that points to the file on SAAS file trigger

[System.AttributeUsage(System.AttributeTargets.Parameter)]
public sealed class ApiHubFileTriggerAttribute : Microsoft.Azure.WebJobs.ApiHubFileAttribute
[<System.AttributeUsage(System.AttributeTargets.Parameter)>]
type ApiHubFileTriggerAttribute = class
    inherit ApiHubFileAttribute
Public NotInheritable Class ApiHubFileTriggerAttribute
Inherits ApiHubFileAttribute
Inheritance
ApiHubFileTriggerAttribute
Attributes

Constructors

ApiHubFileTriggerAttribute(String, String, FileWatcherType, Int32)

Attribute used to bind a parameter to a SAAS file

Properties

Access

Type of access requests

(Inherited from ApiHubFileAttribute)
ConnectionStringSetting

Gets or sets app settings key name that have the connections string to the SAAS provider

(Inherited from ApiHubFileAttribute)
FileWatcherType

Gets or sets the type of the file watcher. Default is 'Created'.

Path

Relative path to the file /folder/subfolder/file.txt

(Inherited from ApiHubFileAttribute)
PollIntervalInSeconds

Gets or sets the poll interval in seconds.

Applies to