This defines the known record operations.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Enum NetricsRecOp.Op |
| C# |
|---|
| public enum NetricsRecOp.Op |
| C++ |
|---|
| public enum class NetricsRecOp.Op |
| J# |
|---|
| public enum NetricsRecOp.Op |
| JScript |
|---|
| public enum NetricsRecOp.Op |
Members
| Description | |
|---|---|
| ADD | Add a record to the table, it is an error if it already exists.o /// |
| UPD | Add a record if it doesn't exist, otherwise replace the record. |
| RPL | Replace a record, it is an error if it doesn't exist. |
| DEL | Delete a record, it is an error if it doesn't exist. |