Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 915 Bytes

get-document-metadata-only.java.markdown

File metadata and controls

26 lines (17 loc) · 915 Bytes

Commands: Documents: How to get document metadata only?

Head is used to retrieve document metadata from a database.

Syntax

{CODE:java head_1@ClientApi\Commands\Documents\HowTo\Head.java /}

Parameters
key String key of a document to get metadata for
Return Value
JsonDocumentMetadata Metadata information for document with given key.

Example

{CODE:java head_2@ClientApi\Commands\Documents\HowTo\Head.java /}

Related articles