API Reference
Enum
StoragePolicy
Policy controlling if and how the results store is used.
Inheritance
- Enum
- StoragePolicy
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property StorageConfig.Policy
- Method StorageConfigParser.ParsePolicy
- Field StoragePolicy.Off
- Field StoragePolicy.Read
- Field StoragePolicy.ReadWrite
- Field StoragePolicy.Write
- Property RunContext.Policy
Accepted by parameters
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const StoragePolicy Read #Read-only; reuse existing results when possible, do not write.
Value:
1public const StoragePolicy Write #Write-only; always execute rules and write results, never reuse.
Value:
2public const StoragePolicy ReadWrite #Read and write; reuse fresh results and write new ones as rules complete.
Value:
3