interface DeleteParallelDataResponse {
    Name?: string;
    Status?: string;
}

Hierarchy (view full)

Properties

Properties

Name?: string

The name of the parallel data resource that is being deleted.

Status?: string

The status of the parallel data deletion.