Represents a result of server side code execution.
See Also: Inherited members from object.
[read-only] | EnvironmentVersion | Nullable<KiiServerCodeEnvironmentVersion> . Gets the version of Node.js which the server code was executed. |
[read-only] | ExecutedSteps | int . Gets the executed steps. |
[read-only] | ReturnedValue | JsonOrg.JsonObject . Gets the returned object. |
Gets the version of Node.js which the server code was executed.Syntax
public Nullable<KiiServerCodeEnvironmentVersion> EnvironmentVersion { get; }Value
The environment version.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0
Gets the executed steps.Syntax
public int ExecutedSteps { get; }Value
The executed steps.Remarks
NoRequirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0
Gets the returned object.Syntax
public JsonOrg.JsonObject ReturnedValue { get; }Value
The returned object.Remarks
This property does not return null.Requirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0