AtlasSearchResultDownloadStatus Data Type

Properties
name data type description
searchDownloadRecords array of AtlasSearchDownloadRecord

Example

{
  "searchDownloadRecords" : [ {
    "createdBy" : "...",
    "createdTime" : 12345,
    "fileName" : "...",
    "startTime" : 12345,
    "status" : "FAILED"
  }, {
    "createdBy" : "...",
    "createdTime" : 12345,
    "fileName" : "...",
    "startTime" : 12345,
    "status" : "IN_PROGRESS"
  } ]
}