1 using System.ComponentModel.DataAnnotations;
14 public string? Path {
get;
set; }
19 public bool? AccessDenied {
get;
set; }
24 public bool? IsDirectory {
get;
set; }
29 public string? LastReadHash {
get;
set; }
34 #pragma warning disable CA1819, SA1011 // Properties should not return arrays, Closing square bracket should be followed by a space 35 public byte[]? Content {
get;
set; }
36 #pragma warning restore CA1819, SA1011 // Properties should not return arrays, Closing square bracket should be followed by a space const int MaximumStringLength
Length limit for strings in fields.
Use server authentication
Sanity limits to prevent users from overloading
Represents a game configuration file. Create and delete actions uncerimonuously overwrite/delete file...