Table of Contents

TAureliusTenantCatalog.OnProvisionShard Event

Fired by AddTenant when the tenant's shard has no catalog record yet, before the tenant itself is provisioned.

Remarks

Use it to create the shard database and/or register the shard in the catalog - typical with a shard-per-tenant topology, where every new tenant implies a new database. Like OnProvisionTenant, the handler may run again on retries, so it must be idempotent.

Syntax

Unit: Aurelius.Comp.TenantCatalog

property TAureliusTenantCatalog.OnProvisionShard: TProvisionShardEvent

See also