IPWorks Cloud 2020 Python Edition

Questions / Feedback?

account_account Property

A storage service provider account string.

Syntax

def get_account_account() -> str: ...
def set_account_account(value: str) -> None: ...

account_account = property(get_account_account, set_account_account)

Default Value

""

Remarks

A storage service provider account string.

This property specifies the account string to use for authentication. It must be populated when using one of these storage service providers:

  • spAzureBlob (6)
  • spAzureFile (11)

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