Type property (for example Document 4 files) query

Hy All,

I would like to analyze our vault's size and user's behavior so I need some information.

As one of these I need the Type property, which show how many file content by multiple-document.

There are too much objects in the vault to use desktop client's export function (more than 100.000).

This property was in export file earlier, if I group by ID segment, but now there is not in it.

I thought that, I could query by API, but I don't know how could I identify this property at the script.

Could you help me with any idea?

Thanks in advance

Parents
  • The best way to perform this type of analysis is by using an external reporting database where you can export vault metadata.

    When you export document metadata, the reporting database also includes a Document_Files table. This table lists every file on its own row, whether the document is single-file or multi-file. You can then run database queries or use a reporting tool like Microsoft Power BI to analyze the number of files within multi-file documents.

    Example: Files in a multi-file document share the same document ID.

Reply
  • The best way to perform this type of analysis is by using an external reporting database where you can export vault metadata.

    When you export document metadata, the reporting database also includes a Document_Files table. This table lists every file on its own row, whether the document is single-file or multi-file. You can then run database queries or use a reporting tool like Microsoft Power BI to analyze the number of files within multi-file documents.

    Example: Files in a multi-file document share the same document ID.

Children