DataCubeService.previewTransformStatistics Method
        
 Gets the data preview for a specific transform.
 
         
        Parameters
        
            - dataCubeId
            
 
            - 
                
Type: String
The ID of the data cube. 
            - transformId
            
 
            - 
                
Type: String
The ID of the transform. 
            - outputElementIds
            
 
            - 
                
Type: Array
ElementType: String
(optional) The output element IDs for which the statistics should be calculated.
Optional: True 
            - parameterValues
            
 
            - 
                
Type: Array
ElementType: ParameterValue
(optional) Any parameter values to use for this data request.
Optional: True 
        
        Return Value
        
Type: jQuery.Promise
        
Value: dundas.data.TransformStatistics
        
A promise object that is resolved when the call is complete.
 If successful, a dundas.data.TransformStatistics is returned.