AzureArchivingConfigurationDTO is a datatype for archiving configuration for Azure (i.e., bucket and format). This datatype is used by another datatype, Repository, which is used by the createRepository() mutation field.

Table: AzureArchivingConfigurationDTO

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: Jan 7, 2026
bucketstringyes Short-TermThe name of the bucket for storing archived data (e.g., acme-bucket).
disabledboolean  Short-TermWhether archiving has been disabled.
formatArchivingFormat  Short-TermThe format for storing archived data in Azure (i.e., NDJSON). See ArchivingFormat.
startFromdatetime  Short-TermThe date from which to begin archiving logs.
tagOrderInName[string]yes Short-TermAn array of names of tag fields to use and in the order in the output file names.