Class GlobalAppSettings
Inheritance
System.Object
GlobalAppSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Terrasoft.Core.dll
Syntax
public static class GlobalAppSettings
Properties
AliasMaxLengthInQuery
DB alias max length in a sql query.
Declaration
public static int AliasMaxLengthInQuery { get; }
Property Value
Type |
Description |
System.Int32 |
|
AllowGeneralUserPasswordRecovery
Allow password recovery for general users.
Declaration
public static bool AllowGeneralUserPasswordRecovery { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AlwaysAddPrimaryImageColumnInQuery
Flag that indicates when to use PrimaryImgColumn in contact card.
Declaration
public static bool AlwaysAddPrimaryImageColumnInQuery { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AppPathModifierDisabled
Declaration
public static bool AppPathModifierDisabled { get; }
Property Value
Type |
Description |
System.Boolean |
|
BusinessRulesProcessingDisabled
Indicates whether to disable processing business rules messages via web sockets.
Declaration
public static bool BusinessRulesProcessingDisabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DisableClearUserLicenseCacheInActorUserConnection
Declaration
public static bool DisableClearUserLicenseCacheInActorUserConnection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DisableCsrfTokenValidationForPaths
Allowed service methods for CSRF.
Declaration
public static string[] DisableCsrfTokenValidationForPaths { get; }
Property Value
Type |
Description |
System.String[] |
|
Disable DataService xml and csv format.
Declaration
public static bool DisableDataServiceXmlAndCsvFormat { get; }
Property Value
Type |
Description |
System.Boolean |
|
DisabledSyncAgentClientLogging
Disabled SyncAgent client logging.
Declaration
public static bool DisabledSyncAgentClientLogging { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Flag that indicates when to enable client PerformanceManager.
Declaration
public static bool EnableClientPerformanceManager { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableColumnDefValueUserConnectionRaceConditionFix
Enable ColumnDefValue UserConnection race condition fix while getting SettingsDisplayValue
of same schema column from few parallel threads.
Declaration
public static bool EnableColumnDefValueUserConnectionRaceConditionFix { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableCustomPrefixRouteApi
Flag that enables web services custom routing and restricts SSP user access services without ssp prefix.
Declaration
public static bool EnableCustomPrefixRouteApi { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Flag that indicates when lookup ordered columns is formed with other columns in ESQ.
Declaration
public static bool EnableFormingOrderedLookupColumnWithOtherColumnsInEsq { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public static bool EnableImediateActualizeSysAdminUnitInRole { get; }
Property Value
Type |
Description |
System.Boolean |
|
EnableNodeJsAllCombinedBuilding
Declaration
public static bool EnableNodeJsAllCombinedBuilding { get; }
Property Value
Type |
Description |
System.Boolean |
|
EnablePerfSqlLogWriteCallstack
Performance. Enable callstack writing
Declaration
public static bool EnablePerfSqlLogWriteCallstack { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableRegisterAddonsFromRefAssemblies
Flag that indicates whether addons will be registered
in AddonRegistry from reference assemblies.
Declaration
public static bool EnableRegisterAddonsFromRefAssemblies { get; }
Property Value
Type |
Description |
System.Boolean |
|
EnableRegisterDIBindingsFromRefAssemblies
Flag that indicates whether default implementations will be bound using
ClassFactory from reference assemblies.
Declaration
public static bool EnableRegisterDIBindingsFromRefAssemblies { get; }
Property Value
Type |
Description |
System.Boolean |
|
EnableRegisterEntityEventsFromRefAssemblies
Flag that indicates whether entity events will be registered
in Terrasoft.Core.Entities.Events.EntityEventListenersLoader from reference assemblies.
Declaration
public static bool EnableRegisterEntityEventsFromRefAssemblies { get; }
Property Value
Type |
Description |
System.Boolean |
|
EnableRegisterServicesFromRefAssemblies
Flag that indicates whether web-services will be registered as service routes
from reference assemblies.
Declaration
public static bool EnableRegisterServicesFromRefAssemblies { get; }
Property Value
Type |
Description |
System.Boolean |
|
EnableThrowExceptionOnInsertToDBIfValidatingFailure
Enable throw Exception on validation failure
Declaration
public static bool EnableThrowExceptionOnInsertToDBIfValidatingFailure { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureActualizeSchemaRightPositions
Enable schema right positions actualizing after package data installing.
Declaration
public static bool FeatureActualizeSchemaRightPositions { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureAutoAddPackageDependenciesInProcesses
Indicates whether to use automatic dependency applier in process designers.
Declaration
public static bool FeatureAutoAddPackageDependenciesInProcesses { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureChangeExistingColumnDataValueTypeFromSectionWizard
Declaration
public static bool FeatureChangeExistingColumnDataValueTypeFromSectionWizard { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureClientEntitySchemaDesignTimeExtendedDataValueType
Declaration
public static bool FeatureClientEntitySchemaDesignTimeExtendedDataValueType { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureDetachWorkspaceAssemblyChangedFromCompilation
Declaration
public static bool FeatureDetachWorkspaceAssemblyChangedFromCompilation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureDisableJoinRightsWhenUsingMasterRecords
Disable performing record rights check while joining if using master record rights of the same schema.
Declaration
public static bool FeatureDisableJoinRightsWhenUsingMasterRecords { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureDisableODataSystemTablesAccess
Declaration
public static bool FeatureDisableODataSystemTablesAccess { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureDuplicateIsNullConditionInRightsSubquery
Enable duplication IsNull query conditions to exists-subquery (record rights) to improve filtering
by localizable string column performance when working in non-default culture.
Declaration
public static bool FeatureDuplicateIsNullConditionInRightsSubquery { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureEmailMacrosParametersEvaluation
Enable read email macros Date and Time parameters type evaluating.
Declaration
public static bool FeatureEmailMacrosParametersEvaluation { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureEnableCookieClearing
Declaration
public static bool FeatureEnableCookieClearing { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureEnableDcmBackgroundMode
Enables background mode for subprocess execution in DCM Cases.
Declaration
public static bool FeatureEnableDcmBackgroundMode { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureEnableIntToBoolImplicitCastPostgreSql
Enable altering int->bool cast to implicit for PostgreSql on webapp start.
Declaration
public static bool FeatureEnableIntToBoolImplicitCastPostgreSql { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureEnableManagerServiceSecurity
Enables to check security options in Manager Service.
Declaration
public static bool FeatureEnableManagerServiceSecurity { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureEnableOAuth20Integration
Declaration
public static bool FeatureEnableOAuth20Integration { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureEnablePerfSqlLog
Performance. Enable Performance sql log
Declaration
public static bool FeatureEnablePerfSqlLog { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureEnableSysSettingsRightsEngine
Declaration
[Obsolete("7.15.4")]
public static bool FeatureEnableSysSettingsRightsEngine { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureEntityEventsAsynchronousExecution
Declaration
public static bool FeatureEntityEventsAsynchronousExecution { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureEsqResetSelectQueryWhenFilterStateChanged
Disable performing record rights check while joining if using master record rights of the same schema.
Declaration
public static bool FeatureEsqResetSelectQueryWhenFilterStateChanged { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureIgnoreDisplayValuesInDataUserTasks
Flag that turns off fetching of extra columns in Change- and DeleteDataUserTask.
Declaration
public static bool FeatureIgnoreDisplayValuesInDataUserTasks { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureIndexCommunicationOptionsAndLookupsBy2Symbols
Flag that indicates whether communication options and lookups will be indexed starting from 2 symbols.
Declaration
public static bool FeatureIndexCommunicationOptionsAndLookupsBy2Symbols { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureLoadPackagesBinAssembliesOnAppStart
Enables feature that allows to load bin assemblies in packages into the
domain at application startup.
Declaration
public static bool FeatureLoadPackagesBinAssembliesOnAppStart { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureLoadPackagesRefAssembliesOnAppStart
Enables feature that allows to load reference assemblies in packages into the
domain at application startup.
Declaration
public static bool FeatureLoadPackagesRefAssembliesOnAppStart { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureLocalizableStringToDictionaryWithInactiveCultureValues
Declaration
public static bool FeatureLocalizableStringToDictionaryWithInactiveCultureValues { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureOptimiseLastProcessElementQuery
Declaration
public static bool FeatureOptimiseLastProcessElementQuery { get; }
Property Value
Type |
Description |
System.Boolean |
|
Perform assembly resolve and load to domain in one thread.
Declaration
public static bool FeaturePerformAssemblyResolveInLock { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureProcessParameterCollections
Allows process nested parameters in process parameter value provider.
Declaration
public static bool FeatureProcessParameterCollections { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureReadDataUserTaskEntityReadOldMode
Flag that indicates whether ReadDataUserTask will read all records instead TOP 1 in "Entity read" mode.
Declaration
public static bool FeatureReadDataUserTaskEntityReadOldMode { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureReadDataUserTaskUseChunks
Allows ReadDataUserTask to read data in batches.
Declaration
public static bool FeatureReadDataUserTaskUseChunks { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureRedirectToNewLicenseManager
Flag that indicates whether the user should be redirected to the new license manager in case
he has no license to login.
Declaration
public static bool FeatureRedirectToNewLicenseManager { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureReInitializeDesignResources
Declaration
public static bool FeatureReInitializeDesignResources { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureResetParameterValuesBeforeReExecuteProcessElement
Enables obsolete mode of re-execution of process elements from process log section, which resets parameter
values before re-execution.
Declaration
public static bool FeatureResetParameterValuesBeforeReExecuteProcessElement { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureSsoJitWithoutScheduler
Do not use scheduler for single sign on JiT flow.
Declaration
public static bool FeatureSsoJitWithoutScheduler { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureSspSystemSchemaRestricted
Sign that system schemas restricted for portal users.
Declaration
public static bool FeatureSspSystemSchemaRestricted { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureUpdateCallModifiedById
Sign that ModifiedById column updates after new call update event.
Declaration
public static bool FeatureUpdateCallModifiedById { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureUseAdminRightsInEmbeddedLogic
Flag that indicates whether it is necessary to check admin roles in embedded logic.
Declaration
public static bool FeatureUseAdminRightsInEmbeddedLogic { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureUseAppDescriptor
Adds app-descriptor.json to package archive and indicates whether to synchronize it between
database and file system.
Declaration
public static bool FeatureUseAppDescriptor { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureUseCodeAnalyzer
Enables code analysis for scripts in business processes.
Declaration
[Obsolete("8.0.8 | Property is not in use and will be removed in upcoming releases.")]
public static bool FeatureUseCodeAnalyzer { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureUseEnCultureForServiceStackOnCurrentThread
Flag that indicates when need using en culture for servicestack on current thread.
Declaration
public static bool FeatureUseEnCultureForServiceStackOnCurrentThread { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureUseEntityCollectionChunksInProcessUserTask
Flag that indicates whether to read entity collection chunks in process user tasks.
Declaration
public static bool FeatureUseEntityCollectionChunksInProcessUserTask { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureUseFileApi
Value that determines whether to use file API to work with files.
Declaration
public static bool FeatureUseFileApi { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureUseFileStorageInProcessUserTasks
Determines whether to use file storage for process user tasks.
Declaration
public static bool FeatureUseFileStorageInProcessUserTasks { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureUseInterpretableProcessOnly
Disallows using force compiled processes.
Declaration
public static bool FeatureUseInterpretableProcessOnly { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureUseIsDebugSysSettings
Flag that indicates when to use client JS debug mode.
Declaration
public static bool FeatureUseIsDebugSysSettings { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureUseMessageBusForCompleteExecutingProcessElements
Determines whether to use ServiceBus for completion of processes.
Declaration
public static bool FeatureUseMessageBusForCompleteExecutingProcessElements { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureUseNewProcessLogMaintenance
Flag that indicates whether to use new process log maintenance actions.
Declaration
public static bool FeatureUseNewProcessLogMaintenance { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureUseNewRightsManagement
Flag that enables new rights management.
Declaration
public static bool FeatureUseNewRightsManagement { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureUseOnlyLastProcessElementState
Allows to select only last element's run data in ProcessElementData selects.
Declaration
public static bool FeatureUseOnlyLastProcessElementState { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureUseParentQueryAdminRightsInSubQuery
Flag that indicates whether the ESQ sub queries will use UseAdminRights of root query.
Declaration
public static bool FeatureUseParentQueryAdminRightsInSubQuery { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureUseProcessFailoverExecution
Allow using process failover execution mechanism.
Declaration
public static bool FeatureUseProcessFailoverExecution { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureUseProcessSplitState
Allows using process split state mechanism.
Declaration
[Obsolete("7.18.3 | Property is not in use and will be removed in upcoming releases.")]
public static bool FeatureUseProcessSplitState { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureUseProcessSynchronization
Allow using multi-node process synchronization mechanism.
Declaration
public static bool FeatureUseProcessSynchronization { get; }
Property Value
Type |
Description |
System.Boolean |
|
Flag that indicates whether the runtime EntitySchema metadata is stored in an external storage.
Declaration
public static bool FeatureUseRuntimeEntitySchemaMetadata { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureUseSchemaManagerCaptionOptimization
Declaration
public static bool FeatureUseSchemaManagerCaptionOptimization { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureUseScopedActiveProcessDataStore
Allow using active process data storage that works when HTTP context is not defined.
Declaration
public static bool FeatureUseScopedActiveProcessDataStore { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureUseSeparateSettingsForOAuth20
Declaration
public static bool FeatureUseSeparateSettingsForOAuth20 { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureUseSysSettingsEngine
Declaration
public static bool FeatureUseSysSettingsEngine { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureUseSystemUserForBackgroundExecution
Allows use of system user in case of empty userName for ActorUserConnection.
Declaration
public static bool FeatureUseSystemUserForBackgroundExecution { get; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureUseViewModuleCaching
Flag that indicates when to enable ViewModule.aspx caching.
Declaration
public static bool FeatureUseViewModuleCaching { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureWCStartAndStopScheduler
Start and stop scheduler after workspace console operation executed.
Declaration
public static bool FeatureWCStartAndStopScheduler { get; }
Property Value
Type |
Description |
System.Boolean |
|
HealthCheckCpuUsageThreshold
Declaration
public static int HealthCheckCpuUsageThreshold { get; }
Property Value
Type |
Description |
System.Int32 |
|
IncludedHealthCheckOptions
Gets or sets application health checking options list.
Valid values are "PingDb", "PingConfigurationAssembly".
Declaration
public static HashSet<string> IncludedHealthCheckOptions { get; }
Property Value
Type |
Description |
System.Collections.Generic.HashSet<System.String> |
|
IsFileDesignModeEnabled
Flag that indicates whether the fileDesignMode option is enabled.
Declaration
public static bool IsFileDesignModeEnabled { get; }
Property Value
Type |
Description |
System.Boolean |
|
MarketPlaceUrlTemplate
URL-template for MarketPlaceWidget on start page.
Declaration
public static string MarketPlaceUrlTemplate { get; set; }
Property Value
Type |
Description |
System.String |
|
MemoryCacheStoreSlidingExpiration
Data expiration time in global application memory cache.
Declaration
public static TimeSpan MemoryCacheStoreSlidingExpiration { get; }
Property Value
Type |
Description |
System.TimeSpan |
|
MinQueryDurationToSaveMetrics
Minimal query duration to send metrics (in milliseconds).
Declaration
public static int MinQueryDurationToSaveMetrics { get; }
Property Value
Type |
Description |
System.Int32 |
|
NeedCastMaxSizeTextColumnInEsqCondition
Flag that indicates when need a cast for max size text columns in esq clause where.
Declaration
public static bool NeedCastMaxSizeTextColumnInEsqCondition { get; }
Property Value
Type |
Description |
System.Boolean |
|
NeedCheckAliasInQuery
Flag that indicates whether needs validation the DB object alias or DB object system name.
Declaration
public static bool NeedCheckAliasInQuery { get; }
Property Value
Type |
Description |
System.Boolean |
|
NeedWrapCastIndexedTextColumn
Flag that indicates when need a wrapper for indexed text columns in index.
Declaration
public static bool NeedWrapCastIndexedTextColumn { get; }
Property Value
Type |
Description |
System.Boolean |
|
NeedWrapOrderedTextColumnInUpper
Flag that indicates when need a wrapper for ordered text columns in upper function.
Declaration
public static bool NeedWrapOrderedTextColumnInUpper { get; }
Property Value
Type |
Description |
System.Boolean |
|
OldUIDataSourceFilterConverter
Declaration
public static bool OldUIDataSourceFilterConverter { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
OmnichannelMessagingIntegrationApiUrl
Stores url to message integration api.
Declaration
public static string OmnichannelMessagingIntegrationApiUrl { get; }
Property Value
Type |
Description |
System.String |
|
The time in milliseconds when to log process info.
Declaration
public static int PerformanceLoggerThreshold { get; }
Property Value
Type |
Description |
System.Int32 |
|
PerfSqlLogsDirectory
Performance. Directory for writing sql log
Declaration
public static string PerfSqlLogsDirectory { get; set; }
Property Value
Type |
Description |
System.String |
|
PerfSqlLogTimeElapsedThreshold
Performance. Sql log threshold
Declaration
public static int PerfSqlLogTimeElapsedThreshold { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PreventMassSessionStartOfOneUser
Declaration
public static bool PreventMassSessionStartOfOneUser { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ProcessFailoverExecutionTimeout
Process failover execution timeout in milliseconds.
Declaration
public static TimeSpan ProcessFailoverExecutionTimeout { get; }
Property Value
Type |
Description |
System.TimeSpan |
|
ProcessLogMaintenanceThrottling
Process log maintenance operations throttling.
Declaration
public static TimeSpan ProcessLogMaintenanceThrottling { get; set; }
Property Value
Type |
Description |
System.TimeSpan |
|
ProcessSynchronizationWaitTimeout
Process synchronization wait timeout in milliseconds.
Declaration
public static TimeSpan ProcessSynchronizationWaitTimeout { get; }
Property Value
Type |
Description |
System.TimeSpan |
|
QueryOptimizeRowsCountExpireMinutes
Gets the schema rows count cache expire in minutes.
Declaration
public static int QueryOptimizeRowsCountExpireMinutes { get; }
Property Value
Type |
Description |
System.Int32 |
|
QueryOptimizeRowsCountInSourceSchema
Allows rows count in source schema.
Declaration
public static int QueryOptimizeRowsCountInSourceSchema { get; }
Property Value
Type |
Description |
System.Int32 |
|
RedisLockEntryExpireTimeMin
Indicates when expire redis lock on entry.
Declaration
public static int RedisLockEntryExpireTimeMin { get; }
Property Value
Type |
Description |
System.Int32 |
|
SchemaSourcesGenerationChunkSize
Declaration
public static int SchemaSourcesGenerationChunkSize { get; }
Property Value
Type |
Description |
System.Int32 |
|
SetOracleConnectionClientId
Flag that indicates whether to set ClientId to Oracle DB connection.
Declaration
public static bool SetOracleConnectionClientId { get; }
Property Value
Type |
Description |
System.Boolean |
|
ShowPortalSelfRegistrationLink
Flag, that is indicated necessity of showing link for self registration on portal.
Declaration
public static bool ShowPortalSelfRegistrationLink { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowSessionEndNotification
Declaration
public static bool ShowSessionEndNotification { get; }
Property Value
Type |
Description |
System.Boolean |
|
UpdateDbStructureOnceForEachSchemaName
Flag that indicates whether update DB structure once for each schema.
Declaration
public static bool UpdateDbStructureOnceForEachSchemaName { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseAdditionalSortingByIdWhenOffsetFetch
Indicates whether to add additional sorting by primary column when using offset fetch
and there is order by nullable columns only.
Declaration
public static bool UseAdditionalSortingByIdWhenOffsetFetch { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseApplicationScheduler
Flag that indicates whether Application uses scheduler
Declaration
public static bool UseApplicationScheduler { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseAsyncPackageInstallation
Enable async package installing.
Declaration
public static bool UseAsyncPackageInstallation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UseAsyncRegenerateSchemaSources
Enable async regenerate schema sources.
Declaration
public static bool UseAsyncRegenerateSchemaSources { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UseAsyncStaticContentGeneration
Enable async static content generation when package installing.
Declaration
public static bool UseAsyncStaticContentGeneration { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UseBackgroundProcessMode
Flag that indicates whether processes can be executed in background mode.
Declaration
public static bool UseBackgroundProcessMode { get; }
Property Value
Type |
Description |
System.Boolean |
|
Allow using client performance logger.
Declaration
public static bool UseClientPerformanceLogger { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseConcurrentlyRefreshMaterializedView
Enables refresh materialized view concurrently.
Declaration
public static bool UseConcurrentlyRefreshMaterializedView { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseConvertingEmptyConditionToIsNull
Indicates whether to use Convert Empty Condition To IsNull
Declaration
public static bool UseConvertingEmptyConditionToIsNull { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseCoreDsaCryptoServiceProvider
Declaration
public static bool UseCoreDsaCryptoServiceProvider { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UseCSATRatingService
Indicates whether CSAT rating service is enabled.
Declaration
public static bool UseCSATRatingService { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseCsrfToken
Indicates whether to use CSRF token.
Declaration
public static bool UseCsrfToken { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseDBSequence
Indicates whether be used data base sequence in application or not.
Declaration
public static bool UseDBSequence { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseDbStructureReader
Flag that indicates whether using DbStructureReader.
Declaration
public static bool UseDbStructureReader { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseDoubleCheckForSchemaUseMasterRecordRights
Uses both workspace cache and instance for checking if entity schema administrated by master records.
Declaration
public static bool UseDoubleCheckForSchemaUseMasterRecordRights { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseEntityEventListeners
Gets a value indicating whether use entity event listeners.
Declaration
public static bool UseEntityEventListeners { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseEntitySchemaLczNaming
Indicates whether to use name for Lcz table from EntitySchema or from hardcoded string.
Declaration
public static bool UseEntitySchemaLczNaming { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseFeatureService
Indicates whether to use feature toggle service to implement and manage feature toggles.
Declaration
public static bool UseFeatureService { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseHealthCheck
Enable application health checking endpoint.
Declaration
public static bool UseHealthCheck { get; }
Property Value
Type |
Description |
System.Boolean |
|
The flag indicates whether HttpHeaderProvider is getting custom HTTP headers.
Declaration
public static bool UseHttpHeaderProvider { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UseLocalCacheInSystemUserConnection
Flag that indicates whether the SystemUserConnection can use local cache.
Declaration
public static bool UseLocalCacheInSystemUserConnection { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseLocalDataInSystemUserConnection
Flag that indicates whether the SystemUserConnection can use local data.
Declaration
public static bool UseLocalDataInSystemUserConnection { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseLookupNotEqualOrNullQueryCondition
Determines if IsNull filter presents in NotEqual filter for lookup columns.
Declaration
public static bool UseLookupNotEqualOrNullQueryCondition { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseMarkerValue
Allow using marker value in UI component.
Declaration
public static bool UseMarkerValue { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseMasterRecordRights
Flag that indicates whether entities are allowed to use master record rights.
Declaration
public static bool UseMasterRecordRights { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseMetricReporter
Allows reporting application metrics.
Declaration
public static bool UseMetricReporter { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseMobileClientUnitSchemaCache
Allow using mobile client unit schema cache.
Declaration
public static bool UseMobileClientUnitSchemaCache { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseMobileManifestCache
Allow using mobile manifest cache.
Declaration
public static bool UseMobileManifestCache { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseMultiMasterRecordRight
Activates the MultiMasterRecordRight mechanism to check record rights for tables that contain
records associated with different entities.
Declaration
public static bool UseMultiMasterRecordRight { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UseNewActualizePackageHierarchy
Use new actualize package hierarchy method.
Declaration
public static bool UseNewActualizePackageHierarchy { get; }
Property Value
Type |
Description |
System.Boolean |
|
Indicates whether be used new caching for SSP user.
Declaration
public static bool UseNewCachingForSSPUser { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseNewExecutorForEachThread
Create new DbExecutor for each thread at EnsureDBConnection().
Should be used for Oracle when executing in parallel under one UserConnection.
Declaration
public static bool UseNewExecutorForEachThread { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseOffsetFetchPaging
Determines if offset-fetch paging enabled.
Declaration
public static bool UseOffsetFetchPaging { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseOldCsrfValidation
Indicates whether to use old CSRF validation.
Declaration
public static bool UseOldCsrfValidation { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseOracleFirstRowsHint
Allows using Oracle FIRST_ROWS hint in queries with row count.
Declaration
public static bool UseOracleFirstRowsHint { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseOracleServer2012ConstraintsQueryOptimization
Allows using Oracle constraints reading queries, optimized for Oracle Server 2012.
Declaration
public static bool UseOracleServer2012ConstraintsQueryOptimization { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseOracleServer2012NullsSortingOptimization
Allows using Oracle sorting nulls optimization.
Must be used only with flag UseOffsetFetchPaging for Oracle Server 2012 and higher.
Declaration
public static bool UseOracleServer2012NullsSortingOptimization { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseOrgStructureManagerForActualizeOneUserRoles
Use OrgStructureManager for actualizing roles of specified user.
Declaration
public static bool UseOrgStructureManagerForActualizeOneUserRoles { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseOrgStructureManagerForActualizeUsersRoles
Use OrgStructureManager for actualizing users roles.
Declaration
public static bool UseOrgStructureManagerForActualizeUsersRoles { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseOrgStructureUserAsManagerDelegation
Enables logic that sets AsManager source for all roles delegated from manager.
Declaration
public static bool UseOrgStructureUserAsManagerDelegation { get; }
Property Value
Type |
Description |
System.Boolean |
|
UsePersonalSessionTimeout
Use personal user session timeout feature.
Declaration
public static bool UsePersonalSessionTimeout { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UsePingServiceToWakeupDomain
Flag that indicates whether ProcessJobStub uses ping service to wakeup AppDomain.
Declaration
public static bool UsePingServiceToWakeupDomain { get; }
Property Value
Type |
Description |
System.Boolean |
|
UsePortalDataService
Flag that closes system data services for SSP users and SSP data services for system users.
Declaration
public static bool UsePortalDataService { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UsePortalSchemaAllowedColumns
Flag that enables allowed columns filtration on portal.
Declaration
public static bool UsePortalSchemaAllowedColumns { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UseProcessRemindings
Flag that indicates whether processes can use remindings.
Declaration
public static bool UseProcessRemindings { get; }
Property Value
Type |
Description |
System.Boolean |
|
UsePubSubNotificationOnAssemblyChangedEvent
Use subscribe on assembly changed event
Declaration
public static bool UsePubSubNotificationOnAssemblyChangedEvent { get; }
Property Value
Type |
Description |
System.Boolean |
|
UsePubSubNotificationOnOdataChangedEvent
Use pubsub notification subscribe on odata changed event
Declaration
public static bool UsePubSubNotificationOnOdataChangedEvent { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseQueryKinds
Allows using multiple executors.
Declaration
public static bool UseQueryKinds { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseQueryOptimize
Allows using query optimization.
Declaration
public static bool UseQueryOptimize { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseQueryOptimizeOperatorCheck
Gets a value indicating whether query operators are checked during query optimization analyzing.
Declaration
public static bool UseQueryOptimizeOperatorCheck { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseReportGenerationBasedOnSchema
Declaration
[Obsolete("7.15.3")]
public static bool UseReportGenerationBasedOnSchema { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseSaveEntityLocalizationOptimization
Declaration
public static bool UseSaveEntityLocalizationOptimization { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UseSchemaManagersDI
Indicates whether to use DI container for SchemaManagers instantiation.
Declaration
public static bool UseSchemaManagersDI { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseSspColumnsCountRestriction
Flag that enables restriction policy on the count of queried columns by DataService.
Declaration
public static bool UseSspColumnsCountRestriction { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UseSspServicesListAsAccessExclusions
Flag that enables exclusions in self-service portal access policy for services listed in /SspServices folder
files.
Declaration
public static bool UseSspServicesListAsAccessExclusions { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UseStaticFileContent
Declaration
public static bool UseStaticFileContent { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseSysSettingsDefValueFix
Declaration
public static bool UseSysSettingsDefValueFix { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UseSysSettingsRedisCacheProvider
Declaration
public static bool UseSysSettingsRedisCacheProvider { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UseTypedSspLicense
Flag that switch on new ssp licenses.
Declaration
public static bool UseTypedSspLicense { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UseUserLicenseRedistribution
Flag that indicates whether to try to redistribute user licenses if needed.
Declaration
public static bool UseUserLicenseRedistribution { get; }
Property Value
Type |
Description |
System.Boolean |
|
UseWebApiDataService
Enable Web API 2 for DataService. Otherwise the ServiceStack will be used.
Declaration
public static bool UseWebApiDataService { get; }
Property Value
Type |
Description |
System.Boolean |
|