CBFS Connect 2020 Python Edition

Questions / Feedback?

use_disk_quotas Property

Whether the virtual filesystem supports disk quotas.

Syntax

def get_use_disk_quotas() -> bool: ...
def set_use_disk_quotas(value: bool) -> None: ...

use_disk_quotas = property(get_use_disk_quotas, set_use_disk_quotas)

Default Value

FALSE

Remarks

This property specifies whether the virtual filesystem should indicate to the system that it supports disk quota management.

If this property is enabled, the application must properly handle the on_query_quotas, on_set_quotas, on_get_default_quota_info, on_set_default_quota_info events in order for quota management to function correctly. The on_get_file_name_by_file_id event must be handled as well.

Note: This property cannot be changed when active is True, and cannot be changed within events.

Copyright (c) 2022 Callback Technologies, Inc. - All rights reserved.
CBFS Connect 2020 Python Edition - Version 20.0 [Build 8348]