ApiHubFileTriggerAttribute(String, String, FileWatcherType, Int32) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attribut utilisé pour lier un paramètre à un fichier SAAS
public ApiHubFileTriggerAttribute (string connectionStringSetting, string path, Microsoft.Azure.ApiHub.FileWatcherType fileWatcherType = Microsoft.Azure.ApiHub.FileWatcherType.Created, int pollIntervalInSeconds = 0);
new Microsoft.Azure.WebJobs.ApiHubFileTriggerAttribute : string * string * Microsoft.Azure.ApiHub.FileWatcherType * int -> Microsoft.Azure.WebJobs.ApiHubFileTriggerAttribute
Public Sub New (connectionStringSetting As String, path As String, Optional fileWatcherType As FileWatcherType = Microsoft.Azure.ApiHub.FileWatcherType.Created, Optional pollIntervalInSeconds As Integer = 0)
Paramètres
- connectionStringSetting
- String
Nom de clé des paramètres de l’application qui a la chaîne de connexion
- path
- String
Chemin relatif du fichier /folder/subfolder/file.txt
- fileWatcherType
- Microsoft.Azure.ApiHub.FileWatcherType
Type de l’observateur de fichiers.
- pollIntervalInSeconds
- Int32
Intervalle d’interrogation en secondes.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET