C# Class PlayFab.ClientModels.CollectionFilter

Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
Excludes List
Includes List

Property Details

Excludes public property

List of Exclude rules, with any of which if a collection matches, it is excluded by the filter.
public List Excludes
return List

Includes public property

List of Include rules, with any of which if a collection matches, it is included by the filter, unless it is excluded by one of the Exclude rule
public List Includes
return List