Table of Contents

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

Activate

Activate a resource.

public const string Activate = "activate"

Field Value

string

CheckName

Check the validity of a resource name.

public const string CheckName = "checkname"

Field Value

string

Deactivate

Deactivate a resource.

public const string Deactivate = "deactivate"

Field Value

string

Filter

Filter resources.

public const string Filter = "filter"

Field Value

string

LoadFileContent

Load the content of a file.

public const string LoadFileContent = "load-file-content"

Field Value

string

LoadPluginPackage

Load a plugin package.

public const string LoadPluginPackage = "load-plugin-package"

Field Value

string

Purge

Purges a soft-deleted resource.

public const string Purge = "purge"

Field Value

string

SetDefault

Set the resource as the default.

public const string SetDefault = "set-default"

Field Value

string

Trigger

Trigger the execution of a resource.

public const string Trigger = "trigger"

Field Value

string

TriggerCommand

Trigger a resource command.

public const string TriggerCommand = "trigger-command"

Field Value

string

Validate

Validate resources.

public const string Validate = "validate"

Field Value

string