GuestInfoNamespaceGenerationInfo

GuestInfoNamespaceGenerationInfo
GuestInfoNamespaceGenerationInfo

A data class for the namespace and its corresponding generation number The generation number can be used to track updates to the corresponding namespace.

An update to the generation number indicates that the return value of FetchEventsFromGuest may have changed.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "key": "string",
    "generationNo": 0
}
string
key
Required

The namespace name as the unique key.

integer As int32 As int32
generationNo
Required

Namespace generation number.

Generation number is changed whenever there is new unread event pending from the guest to the VMODL.