StaticFieldInput is an input for a static key-value field to attach to persisted aggregation result events.

This datatype is used by the CreatePersistedAggregationInput input datatype, which is used by the createPersistedAggregation() mutation for creating a persisted aggregation.

Table: StaticFieldInput

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: Jun 22, 2026
namestringyes LengthThe name of the field. It must not start with @ or with #, and contain only alphanumeric characters, dots, hyphens, and underscores. Also, it cannot be more than 128 characters.
valuestringyes LengthThe static value for the field — which cannot be more than 256 characters