Interface DocumentMetadataInterface

A Document metadata content interface.

This type is included in a DocumentContentInterface and SearchDocumentResultInterface.


Data Retrievers

interface DocumentMetadataInterface {
    id: string;
    metadata?: Object;
    type: string;
}

Properties

Properties

id: string

The name of the metadata document.

metadata?: Object

The content of the metadata.

type: string

The type of the metadata document.