View on GitHub

analyticsapi-engines-java-sdk

CalculationsSummary

Properties

Name Type Description Notes
status StatusEnum Last poll status of the calculation. [optional]
units Integer Number of calculation units in batch. [optional]
requestTime OffsetDateTime Request time of calculation. [optional]
lastPollTime OffsetDateTime Last poll time of calculation. [optional]

Enum: StatusEnum

Name Value
QUEUED "Queued"
EXECUTING "Executing"
COMPLETED "Completed"
CANCELLED "Cancelled"

Implemented Interfaces