My Project
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Pages
Public Attributes | List of all members
PlayFab.ClientModels.ExecuteCloudScriptResult Class Reference
Inheritance diagram for PlayFab.ClientModels.ExecuteCloudScriptResult:
PlayFab.SharedModels.PlayFabResultCommon PlayFab.SharedModels.PlayFabBaseModel

Public Attributes

int APIRequestsIssued
 Number of PlayFab API requests issued by the CloudScript function.
 
ScriptExecutionError Error
 Information about the error, if any, that occurred during execution.
 
double ExecutionTimeSeconds
 
string FunctionName
 The name of the function that executed.
 
object FunctionResult
 The object returned from the CloudScript function, if any.
 
bool? FunctionResultTooLarge
 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.
 
int HttpRequestsIssued
 Number of external HTTP requests issued by the CloudScript function.
 
List< LogStatementLogs
 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.
 
bool? LogsTooLarge
 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.
 
uint MemoryConsumedBytes
 
double ProcessorTimeSeconds
 Processor time consumed while executing the function. This does not include time spent waiting on API calls or HTTP requests.
 
int Revision
 The revision of the CloudScript that executed.
 
- Public Attributes inherited from PlayFab.SharedModels.PlayFabResultCommon
PlayFabRequestCommon Request
 
object CustomData
 

Additional Inherited Members

- Public Member Functions inherited from PlayFab.SharedModels.PlayFabBaseModel
string ToJson ()
 

The documentation for this class was generated from the following file: