2.2.4.18 Setting

Namespace: http://www.microsoft.com/performancepoint/scorecards

The Setting complex type specifies a configuration setting.

 <xs:complexType name="Setting" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:attribute name="Key" type="xs:string"/>
   <xs:attribute name="Type" type="tns:SettingType" use="required"/>
   <xs:attribute name="Value" type="xs:string"/>
   <xs:attribute name="DefaultValue" type="xs:string"/>
 </xs:complexType>

Key: A unique identifier for the setting. This element MUST NOT be null or empty. It MUST be one of the values from the following table.

Key

Description

Type

Minimum

Maximum

Illegal Characters

EnableAnnotation

Allows users to add comments to scorecard cells.

Boolean

EnableDeletionByAuthor

Allows scorecard to be deleted by author.

Boolean

MaxAnnotationAllowed

Max number of commented cells per scorecard.

Integer

0

1000000

FilterRememberUserSelectionsDays

Days to remember user filter selections.

Integer

1

10000

MaxHoursOfSessionObjects

Hours to keep user navigation history.

Integer

1

48

MsmQueueEnabled

Send notifications to Microsoft Message Queuing (MSMQ) on content change.

Boolean

MsmQueueName

Queue name of the Microsoft Messaging Queue.

String

0

380 chars

\+

,

"

\n

\r

SdLargeRowLimit

Maximum number of rows to retrieve for show details.

Integer

1

1000000

SdSmallRowLimit

Initial number of rows to retrieve for show details.

Integer

1

100000

SdLargeEnableLimit

Enable SdLargeRowLimit. If set to False, Analysis Services controls limit.

Boolean

SelectMeasureMaximum

Maximum number of measures to show in a dashboard Select Measure control.

Integer

0

1000000

DecompositionTreeMaximum

Set the maximum number of items (per level) returned to the decomposition tree visualization.

Integer

0

1000000

EnableAnalyticQueryLogging

Verbose logging of query events.

Boolean

IndicatorImageCacheTime

Seconds to cache KPI icons.

Integer

1

3600

DataSourceQueryTimeout

Seconds to time-out for a data source query.

Integer

1

3600

TreeViewControlMaxNumRecordsToRender

Maximum number of records to show in filter

Integer

1

100000

DataSourceTrustedLocationsRestricted

When switched on, only trust specified locations. Default is to trust all Data Source locations.

Boolean

WorkspaceTrustedLocationsRestricted

When switched on, only trust specified locations. Default is to trust all Content locations.

Boolean

SharedIdentityUsername

The username that that service application is using as the unattended service account. (read only)

String

0

268435455 chars

ApplicationProxyCacheEnabled

Enable or disable rendered output cache on the front-end Web server.

Boolean

ApplicationCacheEnabled

Enable or disable rendered output cache on the application server.

Boolean

ApplicationCacheMinimumHitCount

Set the minimum number of times rendered output MUST be requested before it is added to cache.

Integer

0

1000

SpFcoCacheTimeout

Set the first class object cache expiration time.

Integer

0

3600

AnalyticQueryCellMax

Sets a maximum number of returned cells in an analytic grid.

Integer

1

1000000000

AnalyticResultCacheMinimumHitCount

Set the minimum number of times an analytic result set MUST be requested before it is added to cache.

Integer

0

1000

Type: The type of the setting value. This element MUST be a value specified in SettingType (section 2.2.5.2).

Value: A value for the setting. This element MUST NOT be null.

DefaultValue: A default value for the setting.