StoragePermissions
QuantConnect.Packets.StoragePermissions
StoragePermissions()
Bases: Object
Holds the permissions for the object store
Initializes a new instance of the StoragePermissions struct with default permissions.
read
read: bool
Whether the user has read permissions on the object store
write
write: bool
Whether the user has write permissions on the object store
delete
delete: bool
Whether the user has delete permissions on the object store
to_string
to_string() -> str
Returns a string representation of the storage permissions.