Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Samples/Platform SDK/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,5 +275,5 @@ These samples demonstrate specialized SDK capabilities:
The classes and concepts demonstrated in these Platform SDK samples form the foundation for all other Security Center SDK development:

- **Media SDK**: These samples build on Platform SDK entity management (cameras, video units) and add media-specific operations like streaming and playback
- **Workspace SDK**: These samples the Platform SDK within Security Desk and Config Tool client applications
- **Workspace SDK**: These samples use the Platform SDK within Security Desk and Config Tool client applications
- **Plugin SDK**: These samples extend Platform SDK for server-side role development
4 changes: 2 additions & 2 deletions Samples/Plugin SDK/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ By properly implementing the `GetSpecificCreationScript` method, you ensure that

#### Overview

`DatabaseUpgradeItem` is a important component for managing database schema evolution in your plugin. It allows you to define and execute database upgrades smoothly as your plugin evolves across different versions.
`DatabaseUpgradeItem` is an important component for managing database schema evolution in your plugin. It allows you to define and execute database upgrades smoothly as your plugin evolves across different versions.

#### Purpose

Expand Down Expand Up @@ -664,7 +664,7 @@ public override void DatabaseCleanup(string name, int retentionPeriod)

#### Integration with Security Center

By implementing `DatabaseCleanupThreshold` allows the plugin to:
Implementing `DatabaseCleanupThreshold` allows the plugin to:

- View and modify retention periods for different types of data
- Schedule cleanup operations according to the plugin configuration
Expand Down