Ruby standard library Array subclass which mixes in Hoodoo::Client::AugmentedBase. See that for details.

Included Modules
Attributes
[RW] dataset_size

For lists, the (optional) total size of the data set, of which the contents of this Array will often only represent a single page. If unknown, the value is nil, but as an alternative, an estimated size may be available in estimated_dataset_size.

[RW] estimated_dataset_size

For lists, the (optional) estimated size of the data set, of which the contents of this Array will often only represent a single page. If unknown, the value is nil. The accuracy of the estimation is unknown.