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

Hierarchy (view full)

Properties

Properties

Name?: string

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

The status of the parallel data deletion.