Contains the snapshot
See Also: Inherited members from object.
[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. |
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
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
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
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