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
DirectoryMetadataProfile
Since Plugin API: 1.0.0
Aggregated column-relevant metadata coverage for a directory listing.
Signature
interface DirectoryMetadataProfile {
path: string;
fileCount: number;
sampledCount: number;
providers: MetadataProviderDirectoryStats[];
}Members
| Name | Type | Required | Description |
|---|---|---|---|
path | string | yes | - |
fileCount | number | yes | - |
sampledCount | number | yes | - |
providers | MetadataProviderDirectoryStats[] | yes | - |