Annotation Type Query
-
@Retention(RUNTIME) @Target(METHOD) @Documented public @interface Query
-
-
Element Detail
-
fields
java.lang.String fields
A string that identifies the attributes you want. To retrieve a single attribute, specify its name. For multiple attributes, the names must be comma-separated.- See Also:
- Projection Expressions
- Default:
- ""
-
-
-
limit
int limit
An integer to limit the number of elements returned.- See Also:
- Projection Expressions
- Default:
- -2147483648
-
-