본문으로 건너뛰기

OntologyBulkDeleteItemStatus

Per-resource cleanup progress for a collection-scoped bulk delete.

idId (string)필수
nameName (string)필수
kindKind (string)필수

Possible values: [relation_type, entity_type]

stateState (string)

Possible values: [pending, running, completed, failed, skipped]

기본값: pending
steps object
property name*string
error object
하나 이상(anyOf)
string
OntologyBulkDeleteItemStatus
{
"id": "string",
"name": "string",
"kind": "relation_type",
"state": "pending",
"steps": {},
"error": "string"
}