ADO.NET Provider for Adobe Analytics

Build 25.0.9434

SupportEnhancedBreakDown

Specifies whether the provider uses a breadth-first strategy to retrieve rows for all combinations of dimensions in a multi-level report.

データ型

bool

デフォルト値

false

解説

This property determines how the 本製品 retrieves dimension combinations in reports that involve multiple breakdown levels.

If this property is set to true, the 本製品 uses a breadth-first approach to include more dimension records per request. Each breakdown level is queried in a wide, flat structure, which is useful when analyzing reports across multiple dimensions. When this property is enabled, the 本製品 does not support returning summary data rows. This mode may also result in additional empty rows. To suppress them, enable the SkipEmptyRows property.

If this property is set to false, the 本製品 uses a depth-first breakdown strategy. Each record in the root breakdown is queried separately, which is more efficient for single-dimension analysis.

This property only applies to reports created using the CreateReport stored procedure.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434