KiiCloudStorageSDK : KiiCorp.Cloud.Analytics Namespace

GroupedSnapShot Class

Contains the snapshot

Syntax

public class GroupedSnapShot

Remarks

Requirements

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

Members

See Also: Inherited members from object.

Public Properties

[read-only]
Data JsonOrg.JsonArray . Gets the data.
[read-only]
Name string . Gets the name specified with group.
[read-only]
PointInterval long . Gets the interval of aggregation procedure.
[read-only]
PointStart long . Gets the started time of aggregation procedure.

Member Details

Data Property

Gets the data.

Syntax

public JsonOrg.JsonArray Data { get; }

Value

The data.

Remarks

Requirements

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

Name Property

Gets the name specified with group.

Syntax

public string Name { get; }

Value

The name of key.

Remarks

Requirements

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

PointInterval Property

Gets the interval of aggregation procedure.

Syntax

public long PointInterval { get; }

Value

The point interval.

Remarks

Value is UNIX time in milliseconds.

Requirements

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

PointStart Property

Gets the started time of aggregation procedure.

Syntax

public long PointStart { get; }

Value

The point start.

Remarks

Value is UNIX time in milliseconds.

Requirements

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