Enum FilterField
Supported fields and indices to sort query results by.
Namespace: Unity.Services.Multiplayer
Assembly: Unity.Services.Multiplayer.dll
Syntax
public enum FilterField
Fields
Name | Description |
---|---|
AvailableSlots | Filter based on the available slots in the session. |
Created | Filter based on the created DateTime of the session. Must be in RFC3339 format! |
HasPassword | Filter based on weather the sessions has a password defined. |
IsLocked | Filter based on the locked state of the sessions. |
LastUpdated | Filter based on the last update DateTime of the session. Must be in RFC3339 format! |
MaxPlayers | Filter based on the number of maximum number of players in the session. |
Name | Filter based on the session name. |
NumberIndex1 | Custom numerical data field index 1. |
NumberIndex2 | Custom numerical data field index 2. |
NumberIndex3 | Custom numerical data field index 3. |
NumberIndex4 | Custom numerical data field index 4. |
NumberIndex5 | Custom numerical data field index 5. |
StringIndex1 | Custom string data field index 1. |
StringIndex2 | Custom string data field index 2. |
StringIndex3 | Custom string data field index 3. |
StringIndex4 | Custom string data field index 4. |
StringIndex5 | Custom string data field index 5. |