Closed tobiasKaminsky closed 1 month ago
OfflineOperationEntity Data Class:
id
: Unique identifier for the operation (nullable).parentOCFileId
: ID of the parent directory (nullable).parentPath
: Full path of the parent directory (nullable).type
: Type of offline operation (uses the OfflineOperationType
enum).path
: Path where the operation will be executed.filename
: Name of the folder or file involved in the operation.createdAt
: Timestamp of when the operation was created.OfflineOperationType Enum:
CreateFolder
.Handling parentPath
:
parentPath
is critical as it represents the full path of the parent directory.null
parentPath
, it cannot be executed because a folder cannot be created in a non-existent directory. The parent directory must exist before any sub-directory operations can be performed.Purpose:
Triggers:
Execution Logic:
Supported Actions:
Unsupported Actions:
Operation Updates: