<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>The File Registry API on sillysky.net</title>
    <link>https://sillysky.net/docs/nyssr/plugins/supplied-plugins/plugin-jars/ny_localfilestoreplugin/message-api-of-the-fileregistry/</link>
    <description>Recent content in The File Registry API on sillysky.net</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Tue, 09 Dec 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://sillysky.net/docs/nyssr/plugins/supplied-plugins/plugin-jars/ny_localfilestoreplugin/message-api-of-the-fileregistry/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>CRecordFileRegistryAddFileInfos</title>
      <link>https://sillysky.net/docs/nyssr/plugins/supplied-plugins/plugin-jars/ny_localfilestoreplugin/message-api-of-the-fileregistry/crecordfileregistryaddfileinfos/</link>
      <pubDate>Tue, 09 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/nyssr/plugins/supplied-plugins/plugin-jars/ny_localfilestoreplugin/message-api-of-the-fileregistry/crecordfileregistryaddfileinfos/</guid>
      <description>This message is used for registering files in the FileRegistry. It contains an array with file information: relative path, hash value, file timestamps, and the address of the FileStore where the file is stored.&#xA;This message is part of the The File Registry API API.&#xA;{ &#34;id&#34;: &#34;1b7e5d1b-9da8-40d4-9aa4-accb093e7f96&#34;, &#34;name&#34;: &#34;FILE_REGISTRY_ADD_FILE_INFOS&#34;, &#34;isNanoService&#34;: false, &#34;type&#34;: &#34;REQUEST&#34;, &#34;description&#34;: &#34;Add information about files to the file registry.&#34;, &#34;slots&#34;: [ { &#34;key&#34;: &#34;rec&#34;, &#34;name&#34;: &#34;FILE_INFO&#34;, &#34;</description>
    </item>
    <item>
      <title>CRecordFileRegistryFileInfo</title>
      <link>https://sillysky.net/docs/nyssr/plugins/supplied-plugins/plugin-jars/ny_localfilestoreplugin/message-api-of-the-fileregistry/crecordfileregistryfileinfo/</link>
      <pubDate>Tue, 09 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/nyssr/plugins/supplied-plugins/plugin-jars/ny_localfilestoreplugin/message-api-of-the-fileregistry/crecordfileregistryfileinfo/</guid>
      <description>This record contains information about a file.&#xA;This message is part of the The File Registry API API.&#xA;{ &#34;id&#34;: &#34;e8994dd7-39e6-4acb-ab91-e680f2daf591&#34;, &#34;name&#34;: &#34;FILE_REGISTRY_FILE_INFO&#34;, &#34;isNanoService&#34;: false, &#34;type&#34;: &#34;DATA_RECORD&#34;, &#34;description&#34;: &#34;information about a file.&#34;, &#34;slots&#34;: [ { &#34;key&#34;: &#34;1&#34;, &#34;name&#34;: &#34;PATH&#34;, &#34;type&#34;: &#34;STRING&#34;, &#34;description&#34;: &#34;The relative path of the file.&#34; }, { &#34;key&#34;: &#34;2&#34;, &#34;name&#34;: &#34;HASH&#34;, &#34;type&#34;: &#34;STRING&#34;, &#34;description&#34;: &#34;The base-32-encoded hash of the file.&#34; }, { &#34;key&#34;: &#34;3&#34;, &#34;name&#34;: &#34;TIME_OF_LAST_MODIFICATION&#34;, &#34;type&#34;: &#34;</description>
    </item>
    <item>
      <title>CRecordFileRegistryGetFileInfo</title>
      <link>https://sillysky.net/docs/nyssr/plugins/supplied-plugins/plugin-jars/ny_localfilestoreplugin/message-api-of-the-fileregistry/crecordfileregistrygetfileinfo/</link>
      <pubDate>Tue, 09 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/nyssr/plugins/supplied-plugins/plugin-jars/ny_localfilestoreplugin/message-api-of-the-fileregistry/crecordfileregistrygetfileinfo/</guid>
      <description>With it, we retrieve information about available files. The key to the files is the provided relative path of the desired file.&#xA;This message is part of the The File Registry API API.&#xA;{ &#34;id&#34;: &#34;18124fad-2724-4d9f-bc85-1b835fde5a8d&#34;, &#34;name&#34;: &#34;FILE_REGISTRY_GET_FILE_INFO&#34;, &#34;isNanoService&#34;: false, &#34;type&#34;: &#34;REQUEST&#34;, &#34;description&#34;: &#34;Get information about a file from the file registry.&#34;, &#34;slots&#34;: [ { &#34;key&#34;: &#34;path&#34;, &#34;name&#34;: &#34;PATH&#34;, &#34;direction&#34;: &#34;REQUEST&#34;, &#34;presenceConstraint&#34;: &#34;MANDATORY&#34;, &#34;type&#34;: &#34;STRING&#34;, &#34;description&#34;: &#34;The relative path of the file.</description>
    </item>
    <item>
      <title>CRecordFileRegistryGetFilePaths</title>
      <link>https://sillysky.net/docs/nyssr/plugins/supplied-plugins/plugin-jars/ny_localfilestoreplugin/message-api-of-the-fileregistry/crecordfileregistrygetfilepaths/</link>
      <pubDate>Tue, 09 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/nyssr/plugins/supplied-plugins/plugin-jars/ny_localfilestoreplugin/message-api-of-the-fileregistry/crecordfileregistrygetfilepaths/</guid>
      <description>Retrieve all relative paths of files registered in the The File Registry API that correspond to the given subdirectory. The number of returned files is limited to 1000.&#xA;This message is part of the The File Registry API API.&#xA;{ &#34;id&#34;: &#34;fcbfda81-b40d-4bae-ad11-5a5d0a2da8f7&#34;, &#34;name&#34;: &#34;FILE_REGISTRY_GET_FILE_PATHS&#34;, &#34;isNanoService&#34;: false, &#34;type&#34;: &#34;REQUEST&#34;, &#34;description&#34;: &#34;Get information about all (max 1000) file paths registered in the registry for a given directory.&#34;, &#34;slots&#34;: [ { &#34;key&#34;: &#34;1&#34;, &#34;</description>
    </item>
  </channel>
</rss>
