KMP PHP API Reference

ConfiguredTenantBackupStorage
in package
implements TenantBackupStorageInterface

FinalYes

Table of Contents

Interfaces

TenantBackupStorageInterface

Properties

$objects  : BackupObjectStorage

Methods

__construct()  : mixed
Constructor.
delete()  : void
Delete a stored encrypted archive.
retrieve()  : TenantBackupStoredObject
Retrieve and verify basic metadata for an encrypted archive.
store()  : TenantBackupStoredObject
workPath()  : string
Return an isolated local staging path for an archive.

Properties

Methods

delete()

Delete a stored encrypted archive.

public delete(string $objectUri) : void
Parameters
$objectUri : string
Tags
inheritDoc

workPath()

Return an isolated local staging path for an archive.

public workPath(string $backupId, string $suffix) : string
Parameters
$backupId : string
$suffix : string
Tags
inheritDoc
Return values
string
On this page

Search results