Enum DatastructureOperationType
Enumeration that defines the operation on the data type.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public enum DatastructureOperationType : int
Fields
Name | Description |
---|---|
AddToDataType | Adding element to data type. |
CreateDataType | Create data tpe. |
DeleteDataType | Delete data type. |
DeleteFromDataType | Deleting element from data type. |
UpdateDataType | Updating element in data type. |