Enum DistributedDataType
Enumeration that defines the data type.
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public enum DistributedDataType : byte
Fields
| Name | Description |
|---|---|
| Counter | For a Distributed Counter. |
| Dictionary | For a Distributed Dictionary. |
| List | For a Distributed List. |
| Queue | For a Distributed Queue. |
| Set | For a Distributed Set. |