ArchivingConfiguration is an interface datatype for configuring archiving (e.g., bucket name or region).

This datatype is used by another datatype, Repository, which is used by the createRepository() mutation field.

As an interface, ArchivingConfiguration is implemented by three datatypes: AzureArchivingConfigurationDTO; GCSArchivingConfiguration; and S3Configuration.

Table: ArchivingConfiguration

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Mar 12, 2025
bucketstringyes Short-TermThe bucket name for storing archived data (e.g., acme-bucket).
disabledboolean  Short-TermWhether archiving has been disabled.
startFromdatetime  Short-TermThe date and time from which to archive.
tagOrderInName[string]yes Short-TermA list of tag field names to be used in the order given for the output of file names.