METADATA JSON Method | VantageCloud Lake - METADATA - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

A JSON method to return metadata on the document.

This method returns a JSON object with the following format:

{
    “size”: Total uncompressed size of the document.
    “depth”: Levels of nesting (starts at 1).
    “keycnt”: Number of keys.
    “objcnt”: Number of values that are Objects.
    “arycnt”: Number of values that are Arrays.
    “strcnt”: Number of values that are Strings.
    “nbrcnt”: Number of values that are Numbers.
    “boolcnt”: Number of values that are “true” or “false”.
    “nullcnt”: Number of values that are “null”.
    “keylen”: Minimum, maximum, and average number of characters in the keys.
}