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 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: 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.