Type Alias: ClusterVariableSearchQueryFilterRequest
type ClusterVariableSearchQueryFilterRequest = object;
Cluster variable filter request.
Properties
isTruncated?
optional isTruncated?: boolean;
Filter cluster variables by truncation status of their stored values. When true, returns only variables whose stored values are truncated (i.e., the value exceeds the storage size limit and is truncated in storage). When false, returns only variables with non-truncated stored values. This filter is based on the underlying storage characteristic, not the response format.
name?
optional name?: StringFilterProperty;
Name of the cluster variable.
scope?
optional scope?: ClusterVariableScopeFilterProperty;
The scope filter for cluster variables.
tenantId?
optional tenantId?: StringFilterProperty;
Tenant ID of this variable.
value?
optional value?: StringFilterProperty;
The value of the cluster variable.