Interface DataCountAccessor
public interface DataCountAccessor
Accessor for
DataCount
that allows for the use of optional parameters like category(SeparateByCategory)
- Since:
- 3.17.2
-
Method Summary
Modifier and TypeMethodDescriptioncategory
(SeparateByCategory category) Specify optionalSeparateByCategory
interval
(IntervalField field, TimeAxisInterval interval) Completes theDataCount
access.Completes theDataCount
access.
-
Method Details
-
revision
Completes theDataCount
access. Result contains the item count in the specified revision.- Throws:
IllegalStateException
- if this accessor has already completed.
-