Class ResourceProviderActions
- Namespace
- FoundationaLLM.Common.Constants.ResourceProviders
- Assembly
- FoundationaLLM.Common.dll
The names of the actions implemented by most of the FoundationaLLM resource providers.
public static class ResourceProviderActions
- Inheritance
-
ResourceProviderActions
- Inherited Members
Fields
CheckName
Check the validity of a resource name.
public const string CheckName = "checkname"
Field Value
Filter
Filter resources.
public const string Filter = "filter"
Field Value
LoadFileContent
Load the content of a file.
public const string LoadFileContent = "load-file-content"
Field Value
Purge
Purges a soft-deleted resource.
public const string Purge = "purge"
Field Value
SetDefault
Set the resource as the default.
public const string SetDefault = "set-default"
Field Value
Validate
Validate resources.
public const string Validate = "validate"