Class StoreFileDeletedEvent
Represents the event of type "storeFileDeleted".
This event is emitted when file events are subscribed and a file is deleted.
public class StoreFileDeletedEvent : Event
- Inheritance
-
StoreFileDeletedEvent
- Inherited Members
Properties
Data
Metadata of the deleted file.
public StoreFileDeletedEventData Data { get; set; }