KMP PHP API Reference

TenantMigrationMarkerResult
in package

FinalYes

Non-sensitive pre-migration checkpoint metadata.

Table of Contents

Properties

$backupId  : string|null
$markerJobId  : string
$metadata  : array<string|int, mixed>

Methods

__construct()  : mixed

Properties

Methods

__construct()

public __construct(string $markerJobId, string|null $backupId, array<string, mixed> $metadata) : mixed
Parameters
$markerJobId : string

Platform job that recorded the marker

$backupId : string|null

Logical backup id associated with the marker

$metadata : array<string, mixed>

Scrubbed marker metadata for the migration job

On this page

Search results