AI Disclosure: This page was generated by an LLM and may contain inaccuracies. Hand-crafted documentation will be implemented over time on the road to 1.0
MetadataProviderDirectoryStats
Since Plugin API: 1.0.0
Per-provider stats from scanning directory file entries (no metadata extraction).
Signature
interface MetadataProviderDirectoryStats {
providerId: string;
matchedFiles: number;
ratio: number;
fields: MetadataSchemaField[];
dominant: boolean;
valueSampledFiles?: number;
valueMatchedFiles?: number;
}Members
| Name | Type | Required | Description |
|---|---|---|---|
providerId | string | yes | - |
matchedFiles | number | yes | - |
ratio | number | yes | - |
fields | MetadataSchemaField[] | yes | - |
dominant | boolean | yes | - |
valueSampledFiles | number | no | Number of matched files inspected for sparse extracted values. |
valueMatchedFiles | number | no | Number of inspected files containing at least one eligible value. |