Table of Contents

Namespace PrivMX.Endpoint.Store.Models

Classes

File

Represents a file.

ServerFileInfo

Represents server metadata.

Store

Represents the Store.

StoreCreatedEvent

Represents the event of type "storeCreated".

This event is emitted when Store events are subscribed and a Store is created.

StoreDeletedEvent

Represents the event of type "storeDeleted".

This event is emitted when Store events are subscribed and a Store is deleted.

StoreDeletedEventData

Represents payload of the StoreDeletedEvent.

StoreFileCreatedEvent

Represents the event of type "storeFileCreated".

This event is emitted when file events are subscribed and a new file is created.

StoreFileDeletedEvent

Represents the event of type "storeFileDeleted".

This event is emitted when file events are subscribed and a file is deleted.

StoreFileDeletedEventData

Represents payload of the StoreFileDeletedEvent.

StoreFileUpdatedEvent

Represents the event of type "storeFileUpdated".

This event is emitted when file events are subscribed and a file is updated.

StoreStatsChangedEvent

Represents the event of type "storeStatsChanged".

This event is emitted when Store events are subscribed and statistics of a Store is changed.

StoreStatsChangedEventData

Represents payload of the StoreStatsChangedEvent.

StoreUpdatedEvent

Represents the event of type "storeUpdated".

This event is emitted when Store events are subscribed and a Store is updated.