alfresco-js-api
Version:
JavaScript client library for the Alfresco REST API
17 lines (13 loc) • 875 B
Markdown
# AlfrescoContentServicesRestApi.RequestRange
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**field** | **String** | The name of the field to perform range | [optional]
**start** | **String** | The start of the range | [optional]
**end** | **String** | The end of the range | [optional]
**gap** | **String** | Bucket size | [optional]
**hardend** | **Boolean** | If true means that the last bucket will end at “end” even if it is less than “gap” wide. | [optional]
**other** | **[String]** | before, after, between, non, all | [optional]
**include** | **[String]** | lower, upper, edge, outer, all | [optional]
**label** | **String** | A label to include as a pivot reference | [optional]
**excludeFilters** | **[String]** | Filter queries to exclude when calculating statistics | [optional]