@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ApiFrontendLimitRule
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
analyticsId
Logs traffic for this rule under a specific analytics project id.
|
int |
daily
The total queries per day to allow for this rule.
|
java.lang.String |
match
The matching rule that defines this segment.
|
int |
qps
The total queries per second to allow for this rule.
|
int |
userQps
The per-user queries per second to allow for this rule.
|
public abstract java.lang.String match
public abstract int qps
public abstract int userQps
public abstract int daily
public abstract java.lang.String analyticsId