Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

HoleFoods.Cube

class HoleFoods.Cube extends %DeepSee.CubeDefinition

This is a sample DeepSee data model.
This cube represents a model for the fictional "HoleFoods" corporation. It is based on the classes within the HoleFoods package.
To create data for this model, the easiest thing to do is to use the BuildData method within the HoleFoods.Utils class:
From the command line:
Do ##class(HoleFoods.Utils).BuildData(1000000,1,1)
The first argument is the number of records to create, the second argument indicates that index building should be done in parallel, the third is a verbose flag; if true, then progress is displayed as the data is built.

Parameters

parameter DOMAIN = HOLEFOODS;

Inherited Members

Inherited Methods

FeedbackOpens in a new tab