ResourcePoolParameterType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The types of paramters used in a CREATE/ALTER RESOURCE POOL statement
[System.Serializable]
public enum ResourcePoolParameterType
type ResourcePoolParameterType =
Public Enum ResourcePoolParameterType
- Inheritance
-
ResourcePoolParameterType
- Attributes
-
SerializableAttribute SerializableAttribute
Fields
| Affinity | 10 | |
| CapCpuPercent | 5 | |
| CapIoPercent | 9 | |
| MaxCpuPercent | 1 | |
| MaxIoPercent | 8 | |
| MaxIopsPerVolume | 12 | |
| MaxMemoryPercent | 2 | |
| MinCpuPercent | 3 | |
| MinIoPercent | 7 | |
| MinIopsPerVolume | 11 | |
| MinMemoryPercent | 4 | |
| TargetMemoryPercent | 6 | |
| Unknown | 0 |