You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/ Flag indicating if the FunctionResult was too large and was subsequently dropped from this event
1704
+
/ Flag indicating if the FunctionResult was too large and was subsequently dropped from this event. This only occurs if the total event size is larger than 350KB.
1705
1705
*/
1706
1706
FunctionResultTooLarge?: boolean;
1707
1707
/**
1708
1708
/ Entries logged during the function execution. These include both entries logged in the function code using log.info() and log.error() and error entries for API and HTTP request failures.
1709
1709
*/
1710
1710
Logs?: LogStatement[];
1711
1711
/**
1712
-
/ Flag indicating if the logs were too large and were subsequently dropped from this event
1712
+
/ Flag indicating if the logs were too large and were subsequently dropped from this event. This only occurs if the total event size is larger than 350KB after the FunctionResult was removed.
/ Flag indicating if the FunctionResult was too large and was subsequently dropped from this event
1772
+
/ Flag indicating if the FunctionResult was too large and was subsequently dropped from this event. This only occurs if the total event size is larger than 350KB.
1768
1773
*/
1769
1774
FunctionResultTooLarge?: boolean;
1770
1775
/**
1771
1776
/ Entries logged during the function execution. These include both entries logged in the function code using log.info() and log.error() and error entries for API and HTTP request failures.
1772
1777
*/
1773
1778
Logs?: LogStatement[];
1774
1779
/**
1775
-
/ Flag indicating if the logs were too large and were subsequently dropped from this event
1780
+
/ Flag indicating if the logs were too large and were subsequently dropped from this event. This only occurs if the total event size is larger than 350KB after the FunctionResult was removed.
/ Unique PlayFab assigned ID of the user on whom the operation will be performed.
2684
+
*/
2685
+
PlayFabId: string;
2686
+
/**
2687
+
/ If non-null, this determines which properties of the profile to return. If null, playfab will only include display names. On client, only ShowDisplayName, ShowStatistics, ShowAvatarUrl are allowed.
/ Flag indicating if the FunctionResult was too large and was subsequently dropped from this event
1728
+
/ Flag indicating if the FunctionResult was too large and was subsequently dropped from this event. This only occurs if the total event size is larger than 350KB.
1724
1729
*/
1725
1730
FunctionResultTooLarge?: boolean;
1726
1731
/**
1727
1732
/ Entries logged during the function execution. These include both entries logged in the function code using log.info() and log.error() and error entries for API and HTTP request failures.
1728
1733
*/
1729
1734
Logs?: LogStatement[];
1730
1735
/**
1731
-
/ Flag indicating if the logs were too large and were subsequently dropped from this event
1736
+
/ Flag indicating if the logs were too large and were subsequently dropped from this event. This only occurs if the total event size is larger than 350KB after the FunctionResult was removed.
/ Unique PlayFab assigned ID of the user on whom the operation will be performed.
2518
+
*/
2519
+
PlayFabId: string;
2520
+
/**
2521
+
/ If non-null, this determines which properties of the profile to return. If null, playfab will only include display names. On client, only ShowDisplayName, ShowStatistics, ShowAvatarUrl are allowed.
0 commit comments