Options
All
  • Public
  • Public/Protected
  • All
Menu

Details of the publication.

Hierarchy

  • Details

Index

Properties

expires: number

The time when the publication expires, expressed as the number of milliseconds since the Unix epoch.

message: string

A message describing the state.

modified?: number

The time when the publication was last modified, expressed as the number of milliseconds since the Unix epoch.

started: number

The time when the publication started, expressed as the number of milliseconds since the Unix epoch.

state: string

The state of the publication.

initialized - The publication is active and able to receive partitions. The publication can also be submitted while in this state. If you cancel the publication while it is in this state all uploaded partitions are discarded and a new publication is created. An initialized publication expires after a period of inactivity.

submitted - The publication is active and is processing the uploaded partitions. When a publication is in this state you cannot upload more partitions to the publication. You cannot cancel the publication at this point. It can only succeed, fail, or expire.

cancelled - The publication was cancelled, either by a cancel request from a user or by initializing a new publication while this one was in the initialized state.

succeeded - The publication was successfully processed.

failed - The publication failed due to an error. The error is provided in the message field.

expired - The publication has expired due to inactivity.

Generated using TypeDoc