com.microstrategy.webapi.EnumDSSXMLBinaryContextDetailFlags |
This interface defines the enumeration used to specify addition information for binary result. All flags are bit-wise.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DssXMLBinaryContextDetailAnnotation | The detail flag for annotation information. | |||||||||
int | DssXMLBinaryContextDetailCurrentGroupBy | The detail flag for including current group by only. | |||||||||
int | DssXMLBinaryContextDetailCurrentLayout | The detail flag for layout. | |||||||||
int | DssXMLBinaryContextDetailDefault | The default binary detail Flag. | |||||||||
int | DssXMLBinaryContextDetailPartial | The detail flag for partial result. | |||||||||
int | DssXMLBinaryContextDetailSlice | The detail flag for using slice id. | |||||||||
int | DssXMLBinaryContextDetailVisFramework | The detail flag for VisFramework. |
The detail flag for annotation information. If this is set, it means including annotations. Otherwise, it means excluding annotations
The detail flag for including current group by only.
The detail flag for layout. If this is set, it means the current layout only. Otherwise it means all layouts
The default binary detail Flag.
The detail flag for partial result.
The detail flag for using slice id.
The detail flag for VisFramework. If this is set, it means simplifying the result for VisFramework. Otherwise, it means no simplification for VisFramework.