C# Class PlayFab.ServerModels.GetPlayersInSegmentRequest

Inheritance: PlayFabRequestCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство Type Description
ContinuationToken string
MaxBatchSize uint?
SecondsToLive uint?
SegmentId string

Property Details

ContinuationToken public_oe property

Continuation token if retrieving subsequent pages of results.
public string ContinuationToken
Résultat string

MaxBatchSize public_oe property

Maximum number of profiles to load. Default is 1,000. Maximum is 10,000.
public uint? MaxBatchSize
Résultat uint?

SecondsToLive public_oe property

Number of seconds to keep the continuation token active. After token expiration it is not possible to continue paging results. Default is 300 (5 minutes). Maximum is 1,800 (30 minutes).
public uint? SecondsToLive
Résultat uint?

SegmentId public_oe property

Unique identifier for this segment.
public string SegmentId
Résultat string