IPWorks Cloud 2020 Python Edition

Questions / Feedback?

prefix Property

A prefix used to restrict the results returned when listing resources or shares.

Syntax

def get_prefix() -> str: ...
def set_prefix(value: str) -> None: ...

prefix = property(get_prefix, set_prefix)

Default Value

""

Remarks

This property, if non-empty, is used to restrict the results returned by list_resources or list_shares to only the items whose names begin with the given value.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Python Edition - Version 20.0 [Build 8265]