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