Table of Contents

ITenantCatalog.FindShard Method

Returns the catalog record of a shard.

Syntax

Unit: Aurelius.Tenancy.Catalog

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

Parameters

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

Returns

The TShardInfo of the shard, or an empty record if the catalog does not track the shard.

See also