SapBusinessWarehouseExecutionMode.BasXmlGzip

Updated on

SapBusinessWarehouseExecutionMode.BasXmlGzip (65) is an enumeration that specifies valid options for SAP Business Warehouse execution mode option. It is a member of the SapBusinessWarehouseExecutionMode.Type and describes the ‘Gzip compressed bXML flattening mode’ option for MDX execution in SAP Business Warehouse. Recommended for low latency or high volume queries.

Examples

Here’s an example of how the SapBusinessWarehouseExecutionMode.BasXmlGzip enumeration can be used:

SapBusinessWarehouse.Cubes (
    "sapbwtestserver", 
    "00", 
    "837", 
    [ ExecutionMode = SapBusinessWarehouseExecutionMode.BasXmlGzip, 
      Implementation = "2.0" ]
  )

You can go here for more information on Implementation 2 of the Power Query SAP Business Warehouse connector.

Other related enumerations are:

Applies to

Here’s a list of functions that work with SapBusinessWarehouseExecutionMode.Type:

Contribute » | Contributors: Rick de Groot

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy