Table of Contents

TCustomTenantCatalog.FindShard Method

Returns the catalog record of a shard. The default implementation always returns an empty record, meaning the shard is not tracked and is treated as active.

Syntax

Unit: Aurelius.Tenancy.Catalog

function TCustomTenantCatalog.FindShard(const ShardId: string): TShardInfo; virtual;

Parameters

<-> Parameter Type Description
const ShardId string The id of the shard.

Returns

The shard record, or an empty record.

See also