Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/data-archival/References/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"position": 7,
"label": "References"
}
31 changes: 31 additions & 0 deletions docs/data-archival/References/client-api-references.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: "Client API References"
hide_table_of_contents: true
sidebar_label: "Client API References"
sidebar_position: 1
---

import Admonition from '@theme/Admonition';
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import CodeBlock from '@theme/CodeBlock';
import LanguageSwitcher from "@site/src/components/LanguageSwitcher";
import LanguageContent from "@site/src/components/LanguageContent";

# Data Archival: Client API References

<Admonition type="note" title="">

Refer to the following links for managing data archival via the Client API:

* [Enable archiving - from the Client API](../../data-archival/enable-data-archiving#enable-archiving---from-the-client-api)
* [Schedule a SINGLE document for archiving - from the Client API](../../data-archival/schedule-document-archiving#schedule-a-single-document-for-archiving---from-the-client-api)
* [Schedule MULTIPLE documents for archiving - from the Client API](../../data-archival/schedule-document-archiving#schedule-multiple-documents-for-archiving---from-the-client-api)
* [Unarchive documents - from the Client API](../../data-archival/unarchiving-documents#unarchive-documents---from-the-client-api)
* [Archived documents and indexing](../../data-archival/archived-documents-and-other-features#archived-documents-and-indexing)
* [Archived documents and subscriptions](../../data-archival/archived-documents-and-other-features#archived-documents-and-subscriptions)
* [Archived documents and smuggler (export/import)](../../data-archival/archived-documents-and-other-features#archived-documents-and-smuggler-exportimport)
* [Archived documents and expiration](../../data-archival/archived-documents-and-other-features#archived-documents-and-expiration)
* [Archived documents and ETL](../../data-archival/archived-documents-and-other-features#archived-documents-and-etl)

</Admonition>
31 changes: 31 additions & 0 deletions docs/data-archival/References/studio-references.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: "Studio References"
hide_table_of_contents: true
sidebar_label: "Studio References"
sidebar_position: 0
---

import Admonition from '@theme/Admonition';
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import CodeBlock from '@theme/CodeBlock';
import LanguageSwitcher from "@site/src/components/LanguageSwitcher";
import LanguageContent from "@site/src/components/LanguageContent";

# Data Archival: Studio References

<Admonition type="note" title="">

Refer to the following links for managing data archival via the Studio:

* [The archived document](../../data-archival/overview#the-archived-document)
* [Enable archiving](../../data-archival/enable-data-archiving#enable-archiving---from-the-studio)
* [Schedule a single document for archiving](../../data-archival/enable-data-archiving#enable-archiving---from-the-studio)
* [Schedule multiple documents for archiving](../../data-archival/schedule-document-archiving#schedule-multiple-documents-for-archiving---from-the-studio)
* [Configure how a static index handles archived documents](../../data-archival/archived-documents-and-other-features#configuring-archived-document-processing-for-a-static-index---from-the-studio)
* [Configure how a subscription task handles archived documents](../../data-archival/archived-documents-and-other-features#configuring-archived-document-processing-for-a-data-subscription-task---from-the-studio)
* [Export archived documents](../../data-archival/archived-documents-and-other-features#export-archived-documents---from-the-studio)
* [Import archived documents](../../data-archival/archived-documents-and-other-features#import-archived-documents---from-the-studio)
* [Unarchive documents](../../data-archival/unarchiving-documents#unarchive-documents---from-the-studio)

</Admonition>
Loading
Loading