class DeleteStorageRequestFile extends Job implements ShouldQueue

Traits

InteractsWithQueue
Batchable
Queueable
Dispatchable

Properties

$fileId

ID of the file that should be deleted

string $path

Path of the file to be deleted.

bool $pending

Whether the request of the file was pending or not.

string $prefix

Directory prefix of the storage request.

array $chunks

Chunks of an uploaded file that was not assembled yet.

$oldRetryCount

Count for retry attempts of a chunked file

Methods

__construct(StorageRequestFile $file)

Create a new job instance.

handle()

Execute the job.

Details

at line 61
__construct(StorageRequestFile $file)

Create a new job instance.

Parameters

StorageRequestFile $file

at line 81
handle()

Execute the job.