Table of Contents

Class StoreStatsChangedEventData

Namespace
PrivMX.Endpoint.Store.Models
Assembly
PrivMX.Endpoint.dll

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

string

FilesCount

Total number of files in the Store.

public long FilesCount { get; set; }

Property Value

long

LastFileDate

List file timestamp.

public long LastFileDate { get; set; }

Property Value

long

StoreId

ID of the Store.

public string StoreId { get; set; }

Property Value

string