Class UserConfigurationProps
User configuration - personal settings and quotas
All fields are nullable - null means "not overridden, take from higher configuration"
Priority chain: RedbServiceConfiguration (sys) -> Default User Config -> Role Config -> User Config
[RedbScheme("User configuration")]
public class UserConfigurationProps
Inheritance
Properties
AlwaysCheckPermissionsOnLoad
Always check permissions on load
public bool? AlwaysCheckPermissionsOnLoad { get; set; }
AlwaysCheckPermissionsOnSave
Always check permissions on save
public bool? AlwaysCheckPermissionsOnSave { get; set; }
EnableLazyLoadingForProps
Enable lazy loading for Props
public bool? EnableLazyLoadingForProps { get; set; }
MaxRequestsPerMinute
Maximum number of requests per minute
public int? MaxRequestsPerMinute { get; set; }