Enum Class DatasetWithLinks.StatusEnum

java.lang.Object
java.lang.Enum<DatasetWithLinks.StatusEnum>
com.qtsurfer.api.client.model.DatasetWithLinks.StatusEnum
All Implemented Interfaces:
Serializable, Comparable<DatasetWithLinks.StatusEnum>, Constable
Enclosing class:
DatasetWithLinks

public static enum DatasetWithLinks.StatusEnum extends Enum<DatasetWithLinks.StatusEnum>
* `ready` — `currentVersionId` is set; `from`/`to`/`cadence`/`bytes`/`rows`/`gaps`/ `largestGapSteps` describe it. * `failed` — the most recent upload/import attempt failed. `currentVersionId` and the fields above are absent — there is nothing to read yet. See `error`. * `pending` — nothing has ever been attempted (just created, or an upload was never finalized).