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
ChangeType
public FileChangeType ChangeType { get; set; }
Property Value
DeviceName
public string DeviceName { get; set; }
Property Value
InboundEndpointName
public string InboundEndpointName { get; set; }