Enum PluginCapabilities
- Namespace
- DotCompute.Plugins.Interfaces
- Assembly
- DotCompute.Plugins.dll
Represents the capabilities of a plugin.
[Flags]
public enum PluginCapabilities
Fields
CacheProvider = 64The cache provider
Clusterable = 8192The clusterable
ComputeBackend = 1The compute backend
ConfigurationProvider = 512The configuration provider
CrossPlatform = 65536Cross-platform support
ExtensionProvider = 1024The extension provider
HotReloadable = 2048The hot reloadable
LoggingProvider = 128The logging provider
MetricsProvider = 256The metrics provider
MonitoringProvider = 16The monitoring provider
NetworkProvider = 4The network provider
None = 0The none
Persistent = 16384The persistent
Scalable = 4096The scalable
SchedulerProvider = 32The scheduler provider
SecurityProvider = 8The security provider
StorageProvider = 2The storage provider
Transactional = 32768The transactional