Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 880 Bytes

Import.md

File metadata and controls

34 lines (18 loc) · 880 Bytes

LaunchDarklyApi.Import

Properties

Name Type Description Notes
id String The import ID
segmentKey String The segment key
creationTime Number
mode String The import mode used, either <code>merge</code> or <code>replace</code>
status String The import status
files [FileRep] The imported files and their status [optional]
links {String: Link} The location and content type of related resources

Enum: StatusEnum

  • preparing (value: "preparing")

  • pending_approval (value: "pending_approval")

  • ready (value: "ready")

  • in_progress (value: "in_progress")

  • complete (value: "complete")

  • stopped (value: "stopped")