FileIndexItemDescriptor

data class FileIndexItemDescriptor(val documentPath: String, val documentUid: String)

Descriptor containing metadata for a file index item.

Constructors

Link copied to clipboard
constructor(documentPath: String, documentUid: String)

Properties

Link copied to clipboard

The relative path of the document within the indexed directory.

Link copied to clipboard

The unique identifier of the document.