TDbTenantCatalog.FindShard Method
Returns the catalog record of a shard.
Syntax
Unit: Aurelius.Tenancy.Catalog.Db
function TDbTenantCatalog.FindShard(const ShardId: string): TShardInfo; override;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | ShardId | string | The id of the shard. |
Returns
The shard record, or an empty record if the shard is not registered.