Type Alias DataFileBatchChangeSpaceRequest

Specifies the list of data file change space operations in a single batch.

type DataFileBatchChangeSpaceRequest = {
    "change-space": BatchChangeSpaceItem[];
}
Index

Properties

Properties

"change-space": BatchChangeSpaceItem[]

The list of data files to delete.