DeleteStorageRequestFile
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
handle()
Execute the job.
Details
at line 61
__construct(StorageRequestFile $file)
Create a new job instance.
at line 81
handle()
Execute the job.