Class StoreStatsChangedEventData
Represents payload of the StoreStatsChangedEvent.
public class StoreStatsChangedEventData
- Inheritance
-
StoreStatsChangedEventData
- Inherited Members
Properties
ContextId
ID of the Context to which the Store belongs.
public string ContextId { get; set; }
Property Value
FilesCount
Total number of files in the Store.
public long FilesCount { get; set; }
Property Value
LastFileDate
List file timestamp.
public long LastFileDate { get; set; }
Property Value
StoreId
ID of the Store.
public string StoreId { get; set; }