Group - Put

Update group settings

PUT http://localhost/BizTalkManagementService/Group/Settings

Request Body

Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"

Name Type Description
AllowTrackingSettingsImport

boolean

if tracking settings will be applied during import

AnalyticsEnabled

boolean

If analytics is enabled or not

AnalyticsTargetProviderConfig

string

Analytics target provider parameters.

AnalyticsTargetProviderId

string

Analytics target provider id

ConfigurationCacheRefreshInterval

integer

This property indicates how often the server refreshes the cache of the BizTalk Messaging Configuration objects (in seconds).

EnableGroupLevelTracking

boolean

Indicates the level of tracking which BizTalk server should perform.

LargeMessageBatchThreshold

integer

Message size below which message will be handled in memory. Any message with a size above this wull be buffered to the file system to reduce memory requirements.

LargeMessageThreshold

integer

Threshold size (in bytes) for large message support

PerfCounterSamplingInterval

integer

Interval at which performance counters are refreshed.

Responses

Name Type Description
204 No Content

No Content

Definitions

GroupSettings

Group settings

Name Type Description
AllowTrackingSettingsImport

boolean

if tracking settings will be applied during import

AnalyticsEnabled

boolean

If analytics is enabled or not

AnalyticsTargetProviderConfig

string

Analytics target provider parameters.

AnalyticsTargetProviderId

string

Analytics target provider id

ConfigurationCacheRefreshInterval

integer

This property indicates how often the server refreshes the cache of the BizTalk Messaging Configuration objects (in seconds).

EnableGroupLevelTracking

boolean

Indicates the level of tracking which BizTalk server should perform.

LargeMessageBatchThreshold

integer

Message size below which message will be handled in memory. Any message with a size above this wull be buffered to the file system to reduce memory requirements.

LargeMessageThreshold

integer

Threshold size (in bytes) for large message support

PerfCounterSamplingInterval

integer

Interval at which performance counters are refreshed.