API Reference
Class
OfficeDocumentMetadataEntry
Normalized document-level metadata entry emitted by a document read adapter.
Inheritance
- Object
- OfficeDocumentMetadataEntry
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property OfficeDocumentReadResult.Metadata
Constructors
public OfficeDocumentMetadataEntry() #Inherited Methods
Properties
public String Id { get; set; } #Stable metadata identifier within the read result.
public String Category { get; set; } #Producer-normalized metadata category, such as core, catalog, outline, or destination.
public String Name { get; set; } #Metadata entry name.
public String Value { get; set; } #Metadata entry value when it can be represented as stable text.
public String ValueType { get; set; } #Producer-normalized value kind, such as string, number, boolean, count, or object.
public String SourceObjectId { get; set; } #Source-specific object, relationship, or resource identifier.
public ReaderLocation Location { get; set; } #Source location for metadata that targets a document region or page.
public IReadOnlyDictionary<String, String> Attributes { get; set; } #Additional stable scalar attributes for metadata that needs more than one value.