PhoenixmlDb.Core

DocumentInfo

Lightweight summary information about a stored document, returned by and .

#DocumentInfo

Namespace: PhoenixmlDb.Core

Lightweight summary information about a stored document, returned by

and

.

DocumentInfo provides document metadata without loading the full document content. This makes it efficient for listing, filtering, and displaying document inventories. To access the actual content, use IContainer.GetDocumentAsync to obtain the full IDocument.

#Properties

Name Description
ContentType Gets the content type (XML or JSON) of the document.
Created Gets the timestamp when the document was first stored in the container.
Id Gets the database-assigned unique identifier for this document.
Modified Gets the timestamp of the most recent update to this document's content.
Name Gets the document name (the URI-like identifier passed to IContainer.PutDocumentAsync).
SizeBytes Gets the size of the stored document content in bytes.