Table of Contents

Class FileChangedEventArgs

Namespace
Azure.Iot.Operations.Connector.Files.FilesMonitor
Assembly
Azure.Iot.Operations.Connector.dll

EventArgs that contains context on what change happened to which file

public class FileChangedEventArgs : EventArgs
Inheritance
FileChangedEventArgs
Inherited Members

Constructors

FileChangedEventArgs(string, WatcherChangeTypes)

public FileChangedEventArgs(string filePath, WatcherChangeTypes changeType)

Parameters

filePath string
changeType WatcherChangeTypes

Properties

ChangeType

public WatcherChangeTypes ChangeType { get; init; }

Property Value

WatcherChangeTypes

FileName

public string FileName { get; }

Property Value

string

FilePath

public string FilePath { get; init; }

Property Value

string