PropertyCacheClearOptions Enumeration
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties
Options for clearing property values out of the cache
Syntax
public enum PropertyCacheClearOptions : System.Enum Public Enum PropertyCacheClearOptions
Inherits System.EnumMembers
| Member | Description |
|---|---|
| AllProperties | All property values will be removed from the cache for an entity |
| DynamicProperties | Only Dynamic Property values will be removed from the cache. Dynamic property values are those where the value for a property can change it's value for the same iteration. |
Inheritance Hierarchy
- System.Object
- System.ValueType
- System.Enum
- Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties.PropertyCacheClearOptions