Skip to main content

Auki::ConjureKit::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 stringToString()
Outputs the EntityAction in string format suitable for display.

Public Attributes

Name
readonly uintEntityId
Entity id. (Vikja outer key.)
readonly stringName
Action name. (Vikja inner key.)
readonly byte[]Data
Custom data.
readonly longTimestamp
Timestamp.

Detailed Description

class Auki::ConjureKit::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.