UpdatePersistedAggregationMetadataInput is an input for updating metadata of a persisted aggregation. This datatype is used by the updatePersistedAggregationMetadata() mutation.

Table: UpdatePersistedAggregationMetadataInput

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: Apr 6, 2026
descriptionstring  PreviewA new description with a maximum of 1024 characters. If not provided, the description is unchanged.
idstringyes PreviewThe unique identifier of the persisted aggregation to change.
labels[string]  PreviewA list of replacement labels, which are non-empty, contain only no more than sixty-four alphanumeric characters, spaces, hyphens, or underscores.
namestring  PreviewThe name for the persisted aggregation. Must start with an alphanumeric character, but can also contain spaces, hyphens, and underscores — for a maximum of 128 characters.