Syntax
Members
continuationToken const char*is null-terminated (Optional) Continuation token if retrieving subsequent pages of results.
customTags PFStringDictionaryEntry const*may be nullptr (Optional) The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.).
customTagsCount uint32_t
Count of customTags
getProfilesAsync bool const*may be nullptr (Optional) If set to true, the profiles are loaded asynchronously and the response will include a continuation token and approximate profile count until the first batch of profiles is loaded. Use this parameter to help avoid network timeouts.
maxBatchSize uint32_t const*may be nullptr (Optional) Maximum is 10,000. The value 0 will prevent loading any profiles and return only the count of profiles matching this segment.
secondsToLive uint32_t const*may be nullptr (Optional) 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 5,400 (90 minutes).
segmentId const char*is null-terminated Unique identifier for this segment.
