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