continued cache implementation, massively improved entity creation

This commit is contained in:
EzFeDezy
2025-04-20 03:29:39 +02:00
parent 473bfd1a8b
commit a724ef80a2
6 changed files with 178 additions and 16 deletions

View File

@@ -115,8 +115,9 @@ public class OptionsEntityIndex : OptionsEntity // Example: -i -e {"name": "myfi
[Option('s', Required = true, HelpText = "Searchdomain the entity belongs to")]
public required string Searchdomain { get; set; }
[Option('e', Required = true, HelpText = "Entity (as JSON) to be inserted")]
public required string EntityJSON { get; set; }
[Option('e', Required = false, HelpText = "Entity (as JSON) to be inserted")]
public string? EntityJSON { get; set; }
/* Example for an entity:
{
"name": "myfile.txt",