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 input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for 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.