Table of Contents

Class AssetFileChangedEventArgs

Namespace
Azure.Iot.Operations.Connector.Files
Assembly
Azure.Iot.Operations.Connector.dll
public class AssetFileChangedEventArgs : EventArgs
Inheritance
AssetFileChangedEventArgs
Inherited Members

Properties

AssetName

public string AssetName { get; set; }

Property Value

string

ChangeType

public FileChangeType ChangeType { get; set; }

Property Value

FileChangeType

DeviceName

public string DeviceName { get; set; }

Property Value

string

InboundEndpointName

public string InboundEndpointName { get; set; }

Property Value

string