AtlasSearchResultDownloadStatus Data Type

Properties
name data type description
searchDownloadRecords array of AtlasSearchDownloadRecord

Example

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