NumericWorkSegmentationType (Complex Type)

Namespace: http://midpoint.evolveum.com/xml/ns/public/common/common-3

Supertype: AbstractWorkSegmentationType
Segmentation strategy that divides the processing space (represented by an interval of numeric values) into a number of work buckets. Each bucket itself is defined as an interval of values.
Item Summary  
Name Type Multiplicity Description
discriminator property
ItemPathType
[0,1] Item or OID whose values will used to divide objects into buckets - if applicable. 
matchingRule property
anyURI
[0,1] Matching rule to be applied when creating filters - if applicable. 
numberOfBuckets property
int
[0,1] Configurable number of buckets. 
from property
integer
[0,1] Start of the processing space (inclusive). 
to property
integer
[0,1] End of the processing space (exclusive). 
bucketSize property
integer
[0,1] Size of one bucket.