Share via


ConfigurationOptions Class

Definition

Client Configuration Options Array.

public class ConfigurationOptions
type ConfigurationOptions = class
Public Class ConfigurationOptions
Inheritance
ConfigurationOptions

Constructors

ConfigurationOptions()

Properties

EnableAffinityCookie

Defaults to True.

When true, this setting applies the default connection routing strategy to connections to Dataverse.

This will 'prefer' a given node when interacting with Dataverse which improves overall connection performance.

When set to false, each call to Dataverse will be routed to any given node supporting your organization.

See https://docs.microsoft.com/en-us/powerapps/developer/data-platform/api-limits#remove-the-affinity-cookie for proper use.

MaxBufferPoolSizeOverride
MaxFaultSizeOverride

MaxFaultSize override. - Use under Microsoft Direction only.

MaxReceivedMessageSizeOverride

MaxReceivedMessageSize override. - Use under Microsoft Direction only.

MaxRetryCount

Number of retries for an execute operation

MSALEnabledLogPII

Enabled Logging of PII in MSAL Log. - defaults to false.

MSALRequestTimeout

Amount of time to wait for MSAL/AAD to wait for a token response before timing out

MSALRetryCount

Number of retries to Get a token from MSAL.

RetryPauseTime

Amount of time to wait between retries

UseWebApi

Use Web API instead of org service

UseWebApiLoginFlow

Use Web API instead of org service for logging into and getting boot up data.

Methods

UpdateOptions(ConfigurationOptions)

Updates the instance of Options with a previously created Options Object.

Applies to