CBFS Connect 2020 Python Edition

Questions / Feedback?

storage_present Property

Whether a virtual drive has been created.

Syntax

def get_storage_present() -> bool: ...

storage_present = property(get_storage_present, None)

Default Value

FALSE

Remarks

This property reflects whether a virtual drive has been created; it is automatically updated by the class whenever the virtual drive's presence changes (e.g., due to calls to create_storage, delete_storage, etc.).

This property is read-only.

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