Operation interface

Microsoft Planetary Computer Pro geo-catalog operation

Properties

additionalInformation

Additional information elements about the particular operation type

collectionId

Collection ID

creationTime

The UTC time at which the operation was created

error

Error information

finishTime

The UTC time at which the operation finished its execution

id

Operation id

startTime

The UTC time at which the operation was started

status

Operation status

statusHistory

The history of the operation status in time

type

Operation type

Property Details

additionalInformation

Additional information elements about the particular operation type

additionalInformation?: Record<string, string>

Property Value

Record<string, string>

collectionId

Collection ID

collectionId?: string

Property Value

string

creationTime

The UTC time at which the operation was created

creationTime: Date

Property Value

Date

error

Error information

error?: ErrorInfo

Property Value

finishTime

The UTC time at which the operation finished its execution

finishTime?: Date

Property Value

Date

id

Operation id

id: string

Property Value

string

startTime

The UTC time at which the operation was started

startTime?: Date

Property Value

Date

status

Operation status

status: string

Property Value

string

statusHistory

The history of the operation status in time

statusHistory: OperationStatusHistoryItem[]

Property Value

type

Operation type

type: string

Property Value

string