Table of Contents

LocalRoomsListItem

struct in Coherence.Cloud

Represents a single room item in a LocalRoomsResponse.

Fields
ConnectionCount

The current number of active connections to this room.

ID

The unique identifier for the room within a session.

KVP

Key-value pairs of custom room metadata.

LastCheckTime

The timestamp of the last health check for this room.

MaxClients

The maximum number of players allowed in the room.

ProjectID

Identifier of the project to which the room belongs.

SchemaName

The name of the schema being used by this room.

Tags

Collection of tags associated with the room for categorization and filtering.

UniqueID

The globally unique identifier for the room.

See Also
FetchRoomsAsync(string[])