Type Alias DataFileDeleteRecordResponseV2

type DataFileDeleteRecordResponseV2 = {
    baseName?: string;
    createdBy: string;
    deletedDate: string;
    fileMetadataId: string;
    folder?: boolean;
    folderId?: string;
    folderPath?: string;
    name: string;
    spaceId?: string;
    tenantId: string;
    userId?: string;
}
Index

Properties

baseName?: string

The name of the file or folder, not including any folder path prefix.

createdBy: string
deletedDate: string
fileMetadataId: string
folder?: boolean
folderId?: string

If the file or folder reside in a parent folder, this is the parent folder ID. If the file or folder did not reside in a parent folder, this value is null.

folderPath?: string

If the file or folder resided in a parent folder, this is the parent folder path. If the file or folder did not reside in a parent folder, this value is null.

name: string
spaceId?: string

If not null, the ID of the space that the uploaded file or resideed in. If null, this implies that the item was stored in the user-private area (DataFiles)

tenantId: string
userId?: string