Skip to content
Merged
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 csharp/snippets/initialization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- **EnginePriming**
- Priming the Senzing engine before use loads resource intensive assets upfront. Without priming the first SDK call to the engine will appear slower than usual as it causes these assets to be loaded
- **EnvironmentsAndHubs**
- Basic example of how to create an abstract Senzing factory and each of the available engines
- Basic example of how to create an SzEnvironment and obtain each of the functional interfaces.
- **PurgeRepository**
- **WARNING** This script will remove all data from a Senzing repository, use with caution! **WARNING**
- It will prompt first, still use with caution!
2 changes: 1 addition & 1 deletion java/snippets/initialization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- **EnginePriming.java**
- Priming the Senzing engine before use loads resource intensive assets upfront. Without priming the first SDK call to the engine will appear slower than usual as it causes these assets to be loaded
- **EnvironmentsAndHubs.java**
- Basic example of how to create an abstract Senzing factory and each of the available engines
- Basic example of how to create an SzEnvironment and obtain each of the functional interfaces.
- **PurgeRepository.java**
- **WARNING** This script will remove all data from a Senzing repository, use with caution! **WARNING**
- It will prompt first, still use with caution!
Loading