Account

Account

Display account details, list containers and manage account metas

Available methods : all(), details(), containers(), metas(),

Constructor

new Account(context)

Account constructor

Parameters:
Name Type Description
context OVHStorage

OVHObjectStorage context

Source:

Methods

(async) all() → {Promise.<AccountAll>}

Show account details and list containers

Source:

(async) containers() → {Promise.<Array.<Object>>}

List containers of account

Source:

(async) details() → {Promise.<Object>}

Show account details

Source:

generateKey() → {Promise.<{key: String, headers: Objects}>}

Generate key for temporary download

Source:

metas() → {AccountMeta}

Manage meta data of account
Available methods : create(), update(), delete(), all(), has(), get()

Source: