Table of Contents

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

string

ResourceObjectIds

Gets or sets the list of resource names that should be pre-cached.

public required List<string> ResourceObjectIds { get; set; }

Property Value

List<string>

SecurityPrincipalIds

Gets or sets the list of security principal ids that should be pre-cached.

public required List<string> SecurityPrincipalIds { get; set; }

Property Value

List<string>

ServiceName

Gets or sets the name of the service to which the configuration applies.

public required string ServiceName { get; set; }

Property Value

string