Auki::Vikja::EntityAction
Inner value type of the Vikja key-key-value store. An EntityAction contains the outer Vikja key (EntityId), inner Vikja key (Name), an arbitrary byte array (Data), and a timestamp (Timestamp). More...
Public Functions
Name | |
---|---|
override string | ToString() Outputs the EntityAction in string format suitable for display. |
Public Attributes
Name | |
---|---|
readonly uint | EntityId Entity id. (Vikja outer key.) |
readonly string | Name Action name. (Vikja inner key.) |
readonly byte[] | Data Custom data. |
readonly long | Timestamp Timestamp. |
Detailed Description
class Auki::Vikja::EntityAction;
Inner value type of the Vikja key-key-value store. An EntityAction contains the outer Vikja key (EntityId), inner Vikja key (Name), an arbitrary byte array (Data), and a timestamp (Timestamp).
EntityActions are instantiated by calling the RequestAction method of the Vikja class.
Public Functions Documentation
function ToString
override string ToString()
Outputs the EntityAction in string format suitable for display.
Return: String with property values
Public Attributes Documentation
variable EntityId
readonly uint EntityId;
Entity id. (Vikja outer key.)
variable Name
readonly string Name;
Action name. (Vikja inner key.)
variable Data
readonly byte[] Data;
Custom data.
variable Timestamp
readonly long Timestamp;
Timestamp.