Class ResourceProviderCacheWarmupConfiguration
- Namespace
 - FoundationaLLM.Common.Models.ResourceProviders
 
- Assembly
 - FoundationaLLM.Common.dll
 
Represents the configuration for resource provider cache warmup.
public class ResourceProviderCacheWarmupConfiguration
  - Inheritance
 - 
      
      ResourceProviderCacheWarmupConfiguration
 
- Inherited Members
 
- Extension Methods
 
Properties
Description
Gets or sets the description of the cache warmup configuration.
public required string Description { get; set; }
  Property Value
ResourceObjectIds
Gets or sets the list of resource names that should be pre-cached.
public required List<string> ResourceObjectIds { get; set; }
  Property Value
SecurityPrincipalIds
Gets or sets the list of security principal ids that should be pre-cached.
public required List<string> SecurityPrincipalIds { get; set; }
  Property Value
ServiceName
Gets or sets the name of the service to which the configuration applies.
public required string ServiceName { get; set; }