Property CustomMetadata
CustomMetadata
Gets or sets custom metadata to attach to all sections from this document.
public MetadataCollection CustomMetadata { get; set; }
Property Value
- MetadataCollection
A MetadataCollection containing custom key-value pairs, or
nullif no custom metadata is specified.
Remarks
Custom metadata fields are merged with the standard document metadata (ID, name, page number, source URI) for each section. Use this to add domain-specific attributes such as author, category, version, creation date, or any other properties relevant to your application.
These fields are stored in partition metadata and can be accessed when processing query results.