FileOperation#
- class FileOperation(*args, **kwargs)#
Bases:
object
Indicates the value of the file operations.
Allowed enum values:
_UNKNOWN
_REDACTED
FILE_CREATE: File operation type is FILE_CREATE.
FILE_DELETE: File operation type is FILE_DELETE.
FILE_READ: File operation type is FILE_READ.
FILE_WRITE: File operation type is FILE_WRITE.
FILE_OPEN: File operation type is FILE_OPEN.
FILE_CLOSE: File operation type is FILE_CLOSE.
DIRECTORY_CREATE: File operation type is DIRECTORY_CREATE.
DIRECTORY_DELETE: File operation type is DIRECTORY_DELETE.
RENAME: File operation type is RENAME.
SETATTR: File operation type is SETATTR.
SECURITY: File operation type is SECURITY.
SYMLINK_CREATE: File operation type is SYMLINK_CREATE.
LINK_CREATE: File operation type is LINK_CREATE.
TIER: File operation type is TIER.
RECALL: File operation type is RECALL.
INLINE_READ: File operation type is INLINE_READ.
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model