KiiCloudStorageSDK : KiiCorp.Cloud.Storage Namespace

KiiServerCodeExecResult Class

Represents a result of server side code execution.

Syntax

public class KiiServerCodeExecResult

Remarks

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

Members

See Also: Inherited members from object.

Public Properties

[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.

Member Details

EnvironmentVersion Property

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

ExecutedSteps Property

Gets the executed steps.

Syntax

public int ExecutedSteps { get; }

Value

The executed steps.

Remarks

No

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

ReturnedValue Property

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