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

CheckName

Check the validity of a resource name.

public const string CheckName = "checkname"

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

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

Validate

Validate resources.

public const string Validate = "validate"

Field Value

string