Type Alias DataFileBatchChangeSpaceRequestV2

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

type DataFileBatchChangeSpaceRequestV2 = {
    changeSpace: dataFiles.BatchChangeSpaceItem[];
}
Index

Properties

Properties

The list of data files to delete.