/// <summary> /// Initializes a new instance of the <see cref="OrgApacheJackrabbitOakSecurityAuthenticationLdapImplLdapIdentiProperties" /> class. /// </summary> /// <param name="providerName">providerName.</param> /// <param name="hostName">hostName.</param> /// <param name="hostPort">hostPort.</param> /// <param name="hostSsl">hostSsl.</param> /// <param name="hostTls">hostTls.</param> /// <param name="hostNoCertCheck">hostNoCertCheck.</param> /// <param name="bindDn">bindDn.</param> /// <param name="bindPassword">bindPassword.</param> /// <param name="searchTimeout">searchTimeout.</param> /// <param name="adminPoolMaxActive">adminPoolMaxActive.</param> /// <param name="adminPoolLookupOnValidate">adminPoolLookupOnValidate.</param> /// <param name="userPoolMaxActive">userPoolMaxActive.</param> /// <param name="userPoolLookupOnValidate">userPoolLookupOnValidate.</param> /// <param name="userBaseDN">userBaseDN.</param> /// <param name="userObjectclass">userObjectclass.</param> /// <param name="userIdAttribute">userIdAttribute.</param> /// <param name="userExtraFilter">userExtraFilter.</param> /// <param name="userMakeDnPath">userMakeDnPath.</param> /// <param name="groupBaseDN">groupBaseDN.</param> /// <param name="groupObjectclass">groupObjectclass.</param> /// <param name="groupNameAttribute">groupNameAttribute.</param> /// <param name="groupExtraFilter">groupExtraFilter.</param> /// <param name="groupMakeDnPath">groupMakeDnPath.</param> /// <param name="groupMemberAttribute">groupMemberAttribute.</param> /// <param name="useUidForExtId">useUidForExtId.</param> /// <param name="customattributes">customattributes.</param> public OrgApacheJackrabbitOakSecurityAuthenticationLdapImplLdapIdentiProperties(ConfigNodePropertyString providerName = default(ConfigNodePropertyString), ConfigNodePropertyString hostName = default(ConfigNodePropertyString), ConfigNodePropertyInteger hostPort = default(ConfigNodePropertyInteger), ConfigNodePropertyBoolean hostSsl = default(ConfigNodePropertyBoolean), ConfigNodePropertyBoolean hostTls = default(ConfigNodePropertyBoolean), ConfigNodePropertyBoolean hostNoCertCheck = default(ConfigNodePropertyBoolean), ConfigNodePropertyString bindDn = default(ConfigNodePropertyString), ConfigNodePropertyString bindPassword = default(ConfigNodePropertyString), ConfigNodePropertyString searchTimeout = default(ConfigNodePropertyString), ConfigNodePropertyInteger adminPoolMaxActive = default(ConfigNodePropertyInteger), ConfigNodePropertyBoolean adminPoolLookupOnValidate = default(ConfigNodePropertyBoolean), ConfigNodePropertyInteger userPoolMaxActive = default(ConfigNodePropertyInteger), ConfigNodePropertyBoolean userPoolLookupOnValidate = default(ConfigNodePropertyBoolean), ConfigNodePropertyString userBaseDN = default(ConfigNodePropertyString), ConfigNodePropertyArray userObjectclass = default(ConfigNodePropertyArray), ConfigNodePropertyString userIdAttribute = default(ConfigNodePropertyString), ConfigNodePropertyString userExtraFilter = default(ConfigNodePropertyString), ConfigNodePropertyBoolean userMakeDnPath = default(ConfigNodePropertyBoolean), ConfigNodePropertyString groupBaseDN = default(ConfigNodePropertyString), ConfigNodePropertyArray groupObjectclass = default(ConfigNodePropertyArray), ConfigNodePropertyString groupNameAttribute = default(ConfigNodePropertyString), ConfigNodePropertyString groupExtraFilter = default(ConfigNodePropertyString), ConfigNodePropertyBoolean groupMakeDnPath = default(ConfigNodePropertyBoolean), ConfigNodePropertyString groupMemberAttribute = default(ConfigNodePropertyString), ConfigNodePropertyBoolean useUidForExtId = default(ConfigNodePropertyBoolean), ConfigNodePropertyArray customattributes = default(ConfigNodePropertyArray)) { this.ProviderName = providerName; this.HostName = hostName; this.HostPort = hostPort; this.HostSsl = hostSsl; this.HostTls = hostTls; this.HostNoCertCheck = hostNoCertCheck; this.BindDn = bindDn; this.BindPassword = bindPassword; this.SearchTimeout = searchTimeout; this.AdminPoolMaxActive = adminPoolMaxActive; this.AdminPoolLookupOnValidate = adminPoolLookupOnValidate; this.UserPoolMaxActive = userPoolMaxActive; this.UserPoolLookupOnValidate = userPoolLookupOnValidate; this.UserBaseDN = userBaseDN; this.UserObjectclass = userObjectclass; this.UserIdAttribute = userIdAttribute; this.UserExtraFilter = userExtraFilter; this.UserMakeDnPath = userMakeDnPath; this.GroupBaseDN = groupBaseDN; this.GroupObjectclass = groupObjectclass; this.GroupNameAttribute = groupNameAttribute; this.GroupExtraFilter = groupExtraFilter; this.GroupMakeDnPath = groupMakeDnPath; this.GroupMemberAttribute = groupMemberAttribute; this.UseUidForExtId = useUidForExtId; this.Customattributes = customattributes; }
/// <summary> /// Initializes a new instance of the <see cref="ComAdobeGraniteLoggingImplLogAnalyserImplProperties" /> class. /// </summary> /// <param name="messagesQueueSize">messagesQueueSize.</param> /// <param name="loggerConfig">loggerConfig.</param> /// <param name="messagesSize">messagesSize.</param> public ComAdobeGraniteLoggingImplLogAnalyserImplProperties(ConfigNodePropertyInteger messagesQueueSize = default(ConfigNodePropertyInteger), ConfigNodePropertyArray loggerConfig = default(ConfigNodePropertyArray), ConfigNodePropertyInteger messagesSize = default(ConfigNodePropertyInteger)) { this.MessagesQueueSize = messagesQueueSize; this.LoggerConfig = loggerConfig; this.MessagesSize = messagesSize; }
/// <summary> /// Initializes a new instance of the <see cref="OrgApacheJackrabbitOakPluginsIndexLuceneLuceneIndexProviderServProperties" /> class. /// </summary> /// <param name="disabled">disabled.</param> /// <param name="debug">debug.</param> /// <param name="localIndexDir">localIndexDir.</param> /// <param name="enableOpenIndexAsync">enableOpenIndexAsync.</param> /// <param name="threadPoolSize">threadPoolSize.</param> /// <param name="prefetchIndexFiles">prefetchIndexFiles.</param> /// <param name="extractedTextCacheSizeInMB">extractedTextCacheSizeInMB.</param> /// <param name="extractedTextCacheExpiryInSecs">extractedTextCacheExpiryInSecs.</param> /// <param name="alwaysUsePreExtractedCache">alwaysUsePreExtractedCache.</param> /// <param name="booleanClauseLimit">booleanClauseLimit.</param> /// <param name="enableHybridIndexing">enableHybridIndexing.</param> /// <param name="hybridQueueSize">hybridQueueSize.</param> /// <param name="disableStoredIndexDefinition">disableStoredIndexDefinition.</param> /// <param name="deletedBlobsCollectionEnabled">deletedBlobsCollectionEnabled.</param> /// <param name="propIndexCleanerIntervalInSecs">propIndexCleanerIntervalInSecs.</param> /// <param name="enableSingleBlobIndexFiles">enableSingleBlobIndexFiles.</param> public OrgApacheJackrabbitOakPluginsIndexLuceneLuceneIndexProviderServProperties(ConfigNodePropertyBoolean disabled = default(ConfigNodePropertyBoolean), ConfigNodePropertyBoolean debug = default(ConfigNodePropertyBoolean), ConfigNodePropertyString localIndexDir = default(ConfigNodePropertyString), ConfigNodePropertyBoolean enableOpenIndexAsync = default(ConfigNodePropertyBoolean), ConfigNodePropertyInteger threadPoolSize = default(ConfigNodePropertyInteger), ConfigNodePropertyBoolean prefetchIndexFiles = default(ConfigNodePropertyBoolean), ConfigNodePropertyInteger extractedTextCacheSizeInMB = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger extractedTextCacheExpiryInSecs = default(ConfigNodePropertyInteger), ConfigNodePropertyBoolean alwaysUsePreExtractedCache = default(ConfigNodePropertyBoolean), ConfigNodePropertyInteger booleanClauseLimit = default(ConfigNodePropertyInteger), ConfigNodePropertyBoolean enableHybridIndexing = default(ConfigNodePropertyBoolean), ConfigNodePropertyInteger hybridQueueSize = default(ConfigNodePropertyInteger), ConfigNodePropertyBoolean disableStoredIndexDefinition = default(ConfigNodePropertyBoolean), ConfigNodePropertyBoolean deletedBlobsCollectionEnabled = default(ConfigNodePropertyBoolean), ConfigNodePropertyInteger propIndexCleanerIntervalInSecs = default(ConfigNodePropertyInteger), ConfigNodePropertyBoolean enableSingleBlobIndexFiles = default(ConfigNodePropertyBoolean)) { this.Disabled = disabled; this.Debug = debug; this.LocalIndexDir = localIndexDir; this.EnableOpenIndexAsync = enableOpenIndexAsync; this.ThreadPoolSize = threadPoolSize; this.PrefetchIndexFiles = prefetchIndexFiles; this.ExtractedTextCacheSizeInMB = extractedTextCacheSizeInMB; this.ExtractedTextCacheExpiryInSecs = extractedTextCacheExpiryInSecs; this.AlwaysUsePreExtractedCache = alwaysUsePreExtractedCache; this.BooleanClauseLimit = booleanClauseLimit; this.EnableHybridIndexing = enableHybridIndexing; this.HybridQueueSize = hybridQueueSize; this.DisableStoredIndexDefinition = disableStoredIndexDefinition; this.DeletedBlobsCollectionEnabled = deletedBlobsCollectionEnabled; this.PropIndexCleanerIntervalInSecs = propIndexCleanerIntervalInSecs; this.EnableSingleBlobIndexFiles = enableSingleBlobIndexFiles; }
/// <summary> /// Initializes a new instance of the <see cref="ComDayCqRewriterLinkcheckerImplLinkCheckerTransformerFactoryProperties" /> class. /// </summary> /// <param name="linkcheckertransformerDisableRewriting">linkcheckertransformerDisableRewriting.</param> /// <param name="linkcheckertransformerDisableChecking">linkcheckertransformerDisableChecking.</param> /// <param name="linkcheckertransformerMapCacheSize">linkcheckertransformerMapCacheSize.</param> /// <param name="linkcheckertransformerStrictExtensionCheck">linkcheckertransformerStrictExtensionCheck.</param> /// <param name="linkcheckertransformerStripHtmltExtension">linkcheckertransformerStripHtmltExtension.</param> /// <param name="linkcheckertransformerRewriteElements">linkcheckertransformerRewriteElements.</param> /// <param name="linkcheckertransformerStripExtensionPathBlacklist">linkcheckertransformerStripExtensionPathBlacklist.</param> public ComDayCqRewriterLinkcheckerImplLinkCheckerTransformerFactoryProperties(ConfigNodePropertyBoolean linkcheckertransformerDisableRewriting = default(ConfigNodePropertyBoolean), ConfigNodePropertyBoolean linkcheckertransformerDisableChecking = default(ConfigNodePropertyBoolean), ConfigNodePropertyInteger linkcheckertransformerMapCacheSize = default(ConfigNodePropertyInteger), ConfigNodePropertyBoolean linkcheckertransformerStrictExtensionCheck = default(ConfigNodePropertyBoolean), ConfigNodePropertyBoolean linkcheckertransformerStripHtmltExtension = default(ConfigNodePropertyBoolean), ConfigNodePropertyArray linkcheckertransformerRewriteElements = default(ConfigNodePropertyArray), ConfigNodePropertyArray linkcheckertransformerStripExtensionPathBlacklist = default(ConfigNodePropertyArray)) { this.LinkcheckertransformerDisableRewriting = linkcheckertransformerDisableRewriting; this.LinkcheckertransformerDisableChecking = linkcheckertransformerDisableChecking; this.LinkcheckertransformerMapCacheSize = linkcheckertransformerMapCacheSize; this.LinkcheckertransformerStrictExtensionCheck = linkcheckertransformerStrictExtensionCheck; this.LinkcheckertransformerStripHtmltExtension = linkcheckertransformerStripHtmltExtension; this.LinkcheckertransformerRewriteElements = linkcheckertransformerRewriteElements; this.LinkcheckertransformerStripExtensionPathBlacklist = linkcheckertransformerStripExtensionPathBlacklist; }
/// <summary> /// Initializes a new instance of the <see cref="OrgApacheSlingServletsPostImplHelperChunkCleanUpTaskProperties" /> class. /// </summary> /// <param name="schedulerExpression">schedulerExpression.</param> /// <param name="schedulerConcurrent">schedulerConcurrent.</param> /// <param name="chunkCleanupAge">chunkCleanupAge.</param> public OrgApacheSlingServletsPostImplHelperChunkCleanUpTaskProperties(ConfigNodePropertyString schedulerExpression = default(ConfigNodePropertyString), ConfigNodePropertyBoolean schedulerConcurrent = default(ConfigNodePropertyBoolean), ConfigNodePropertyInteger chunkCleanupAge = default(ConfigNodePropertyInteger)) { this.SchedulerExpression = schedulerExpression; this.SchedulerConcurrent = schedulerConcurrent; this.ChunkCleanupAge = chunkCleanupAge; }
/// <summary> /// Initializes a new instance of the <see cref="ComDayCqReplicationImplReplicationReceiverImplProperties" /> class. /// </summary> /// <param name="receiverTmpfileThreshold">receiverTmpfileThreshold.</param> /// <param name="receiverPackagesUseInstall">receiverPackagesUseInstall.</param> public ComDayCqReplicationImplReplicationReceiverImplProperties(ConfigNodePropertyInteger receiverTmpfileThreshold = default(ConfigNodePropertyInteger), ConfigNodePropertyBoolean receiverPackagesUseInstall = default(ConfigNodePropertyBoolean)) { this.ReceiverTmpfileThreshold = receiverTmpfileThreshold; this.ReceiverPackagesUseInstall = receiverPackagesUseInstall; }
/// <summary> /// Initializes a new instance of the <see cref="ComAdobeCqSocialCommonsUgclimitsconfigImplCommunityUserUGCLimitProperties" /> class. /// </summary> /// <param name="enable">enable.</param> /// <param name="uGCLimit">uGCLimit.</param> /// <param name="ugcLimitDuration">ugcLimitDuration.</param> /// <param name="domains">domains.</param> /// <param name="toList">toList.</param> public ComAdobeCqSocialCommonsUgclimitsconfigImplCommunityUserUGCLimitProperties(ConfigNodePropertyBoolean enable = default(ConfigNodePropertyBoolean), ConfigNodePropertyInteger uGCLimit = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger ugcLimitDuration = default(ConfigNodePropertyInteger), ConfigNodePropertyArray domains = default(ConfigNodePropertyArray), ConfigNodePropertyArray toList = default(ConfigNodePropertyArray)) { this.Enable = enable; this.UGCLimit = uGCLimit; this.UgcLimitDuration = ugcLimitDuration; this.Domains = domains; this.ToList = toList; }
/// <summary> /// Initializes a new instance of the <see cref="ComDayCqReplicationImplContentDurboBinaryLessContentBuilderProperties" /> class. /// </summary> /// <param name="binaryThreshold">binaryThreshold.</param> public ComDayCqReplicationImplContentDurboBinaryLessContentBuilderProperties(ConfigNodePropertyInteger binaryThreshold = default(ConfigNodePropertyInteger)) { this.BinaryThreshold = binaryThreshold; }
/// <summary> /// Initializes a new instance of the <see cref="ComAdobeCqWcmJobsAsyncImplAsyncMoveConfigProviderServiceProperties" /> class. /// </summary> /// <param name="threshold">threshold.</param> /// <param name="jobTopicName">jobTopicName.</param> /// <param name="emailEnabled">emailEnabled.</param> public ComAdobeCqWcmJobsAsyncImplAsyncMoveConfigProviderServiceProperties(ConfigNodePropertyInteger threshold = default(ConfigNodePropertyInteger), ConfigNodePropertyString jobTopicName = default(ConfigNodePropertyString), ConfigNodePropertyBoolean emailEnabled = default(ConfigNodePropertyBoolean)) { this.Threshold = threshold; this.JobTopicName = jobTopicName; this.EmailEnabled = emailEnabled; }
/// <summary> /// Initializes a new instance of the <see cref="ComDayCqMailerDefaultMailServiceProperties" /> class. /// </summary> /// <param name="smtpHost">smtpHost.</param> /// <param name="smtpPort">smtpPort.</param> /// <param name="smtpUser">smtpUser.</param> /// <param name="smtpPassword">smtpPassword.</param> /// <param name="fromAddress">fromAddress.</param> /// <param name="smtpSsl">smtpSsl.</param> /// <param name="smtpStarttls">smtpStarttls.</param> /// <param name="debugEmail">debugEmail.</param> public ComDayCqMailerDefaultMailServiceProperties(ConfigNodePropertyString smtpHost = default(ConfigNodePropertyString), ConfigNodePropertyInteger smtpPort = default(ConfigNodePropertyInteger), ConfigNodePropertyString smtpUser = default(ConfigNodePropertyString), ConfigNodePropertyString smtpPassword = default(ConfigNodePropertyString), ConfigNodePropertyString fromAddress = default(ConfigNodePropertyString), ConfigNodePropertyBoolean smtpSsl = default(ConfigNodePropertyBoolean), ConfigNodePropertyBoolean smtpStarttls = default(ConfigNodePropertyBoolean), ConfigNodePropertyBoolean debugEmail = default(ConfigNodePropertyBoolean)) { this.SmtpHost = smtpHost; this.SmtpPort = smtpPort; this.SmtpUser = smtpUser; this.SmtpPassword = smtpPassword; this.FromAddress = fromAddress; this.SmtpSsl = smtpSsl; this.SmtpStarttls = smtpStarttls; this.DebugEmail = debugEmail; }
/// <summary> /// Initializes a new instance of the <see cref="OrgApacheSlingI18nImplI18NFilterProperties" /> class. /// </summary> /// <param name="serviceRanking">serviceRanking.</param> /// <param name="slingFilterScope">slingFilterScope.</param> public OrgApacheSlingI18nImplI18NFilterProperties(ConfigNodePropertyInteger serviceRanking = default(ConfigNodePropertyInteger), ConfigNodePropertyArray slingFilterScope = default(ConfigNodePropertyArray)) { this.ServiceRanking = serviceRanking; this.SlingFilterScope = slingFilterScope; }
/// <summary> /// Initializes a new instance of the <see cref="ComAdobeCqScreensDeviceRegistrationImplRegistrationServiceImplProperties" /> class. /// </summary> /// <param name="deviceRegistrationTimeout">deviceRegistrationTimeout.</param> public ComAdobeCqScreensDeviceRegistrationImplRegistrationServiceImplProperties(ConfigNodePropertyInteger deviceRegistrationTimeout = default(ConfigNodePropertyInteger)) { this.DeviceRegistrationTimeout = deviceRegistrationTimeout; }
/// <summary> /// Initializes a new instance of the <see cref="ComAdobeGraniteRepositoryHcImplDiskSpaceHealthCheckProperties" /> class. /// </summary> /// <param name="hcTags">hcTags.</param> /// <param name="diskSpaceWarnThreshold">diskSpaceWarnThreshold.</param> /// <param name="diskSpaceErrorThreshold">diskSpaceErrorThreshold.</param> public ComAdobeGraniteRepositoryHcImplDiskSpaceHealthCheckProperties(ConfigNodePropertyArray hcTags = default(ConfigNodePropertyArray), ConfigNodePropertyInteger diskSpaceWarnThreshold = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger diskSpaceErrorThreshold = default(ConfigNodePropertyInteger)) { this.HcTags = hcTags; this.DiskSpaceWarnThreshold = diskSpaceWarnThreshold; this.DiskSpaceErrorThreshold = diskSpaceErrorThreshold; }
/// <summary> /// Initializes a new instance of the <see cref="ComAdobeCqDamS7imagingImplIsImageServerComponentProperties" /> class. /// </summary> /// <param name="tcpPort">tcpPort.</param> /// <param name="allowRemoteAccess">allowRemoteAccess.</param> /// <param name="maxRenderRgnPixels">maxRenderRgnPixels.</param> /// <param name="maxMessageSize">maxMessageSize.</param> /// <param name="randomAccessUrlTimeout">randomAccessUrlTimeout.</param> /// <param name="workerThreads">workerThreads.</param> public ComAdobeCqDamS7imagingImplIsImageServerComponentProperties(ConfigNodePropertyString tcpPort = default(ConfigNodePropertyString), ConfigNodePropertyBoolean allowRemoteAccess = default(ConfigNodePropertyBoolean), ConfigNodePropertyString maxRenderRgnPixels = default(ConfigNodePropertyString), ConfigNodePropertyString maxMessageSize = default(ConfigNodePropertyString), ConfigNodePropertyInteger randomAccessUrlTimeout = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger workerThreads = default(ConfigNodePropertyInteger)) { this.TcpPort = tcpPort; this.AllowRemoteAccess = allowRemoteAccess; this.MaxRenderRgnPixels = maxRenderRgnPixels; this.MaxMessageSize = maxMessageSize; this.RandomAccessUrlTimeout = randomAccessUrlTimeout; this.WorkerThreads = workerThreads; }
/// <summary> /// Initializes a new instance of the <see cref="ComAdobeCqSocialCommonsEmailreplyImplYahooEmailClientProviderProperties" /> class. /// </summary> /// <param name="priorityOrder">priorityOrder.</param> /// <param name="replyEmailPatterns">replyEmailPatterns.</param> public ComAdobeCqSocialCommonsEmailreplyImplYahooEmailClientProviderProperties(ConfigNodePropertyInteger priorityOrder = default(ConfigNodePropertyInteger), ConfigNodePropertyArray replyEmailPatterns = default(ConfigNodePropertyArray)) { this.PriorityOrder = priorityOrder; this.ReplyEmailPatterns = replyEmailPatterns; }
/// <summary> /// Initializes a new instance of the <see cref="OrgApacheJackrabbitOakSecurityAuthenticationTokenTokenConfiguraProperties" /> class. /// </summary> /// <param name="tokenExpiration">tokenExpiration.</param> /// <param name="tokenLength">tokenLength.</param> /// <param name="tokenRefresh">tokenRefresh.</param> /// <param name="tokenCleanupThreshold">tokenCleanupThreshold.</param> /// <param name="passwordHashAlgorithm">passwordHashAlgorithm.</param> /// <param name="passwordHashIterations">passwordHashIterations.</param> /// <param name="passwordSaltSize">passwordSaltSize.</param> public OrgApacheJackrabbitOakSecurityAuthenticationTokenTokenConfiguraProperties(ConfigNodePropertyString tokenExpiration = default(ConfigNodePropertyString), ConfigNodePropertyString tokenLength = default(ConfigNodePropertyString), ConfigNodePropertyBoolean tokenRefresh = default(ConfigNodePropertyBoolean), ConfigNodePropertyInteger tokenCleanupThreshold = default(ConfigNodePropertyInteger), ConfigNodePropertyString passwordHashAlgorithm = default(ConfigNodePropertyString), ConfigNodePropertyInteger passwordHashIterations = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger passwordSaltSize = default(ConfigNodePropertyInteger)) { this.TokenExpiration = tokenExpiration; this.TokenLength = tokenLength; this.TokenRefresh = tokenRefresh; this.TokenCleanupThreshold = tokenCleanupThreshold; this.PasswordHashAlgorithm = passwordHashAlgorithm; this.PasswordHashIterations = passwordHashIterations; this.PasswordSaltSize = passwordSaltSize; }
/// <summary> /// Initializes a new instance of the <see cref="ComAdobeCqScreensMqActivemqImplArtemisJMSProviderProperties" /> class. /// </summary> /// <param name="serviceRanking">serviceRanking.</param> /// <param name="globalSize">globalSize.</param> /// <param name="maxDiskUsage">maxDiskUsage.</param> /// <param name="persistenceEnabled">persistenceEnabled.</param> /// <param name="threadPoolMaxSize">threadPoolMaxSize.</param> /// <param name="scheduledThreadPoolMaxSize">scheduledThreadPoolMaxSize.</param> /// <param name="gracefulShutdownTimeout">gracefulShutdownTimeout.</param> /// <param name="queues">queues.</param> /// <param name="topics">topics.</param> /// <param name="addressesMaxDeliveryAttempts">addressesMaxDeliveryAttempts.</param> /// <param name="addressesExpiryDelay">addressesExpiryDelay.</param> /// <param name="addressesAddressFullMessagePolicy">addressesAddressFullMessagePolicy.</param> /// <param name="addressesMaxSizeBytes">addressesMaxSizeBytes.</param> /// <param name="addressesPageSizeBytes">addressesPageSizeBytes.</param> /// <param name="addressesPageCacheMaxSize">addressesPageCacheMaxSize.</param> /// <param name="clusterUser">clusterUser.</param> /// <param name="clusterPassword">clusterPassword.</param> /// <param name="clusterCallTimeout">clusterCallTimeout.</param> /// <param name="clusterCallFailoverTimeout">clusterCallFailoverTimeout.</param> /// <param name="clusterClientFailureCheckPeriod">clusterClientFailureCheckPeriod.</param> /// <param name="clusterNotificationAttempts">clusterNotificationAttempts.</param> /// <param name="clusterNotificationInterval">clusterNotificationInterval.</param> /// <param name="idCacheSize">idCacheSize.</param> /// <param name="clusterConfirmationWindowSize">clusterConfirmationWindowSize.</param> /// <param name="clusterConnectionTtl">clusterConnectionTtl.</param> /// <param name="clusterDuplicateDetection">clusterDuplicateDetection.</param> /// <param name="clusterInitialConnectAttempts">clusterInitialConnectAttempts.</param> /// <param name="clusterMaxRetryInterval">clusterMaxRetryInterval.</param> /// <param name="clusterMinLargeMessageSize">clusterMinLargeMessageSize.</param> /// <param name="clusterProducerWindowSize">clusterProducerWindowSize.</param> /// <param name="clusterReconnectAttempts">clusterReconnectAttempts.</param> /// <param name="clusterRetryInterval">clusterRetryInterval.</param> /// <param name="clusterRetryIntervalMultiplier">clusterRetryIntervalMultiplier.</param> public ComAdobeCqScreensMqActivemqImplArtemisJMSProviderProperties(ConfigNodePropertyInteger serviceRanking = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger globalSize = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger maxDiskUsage = default(ConfigNodePropertyInteger), ConfigNodePropertyBoolean persistenceEnabled = default(ConfigNodePropertyBoolean), ConfigNodePropertyInteger threadPoolMaxSize = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger scheduledThreadPoolMaxSize = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger gracefulShutdownTimeout = default(ConfigNodePropertyInteger), ConfigNodePropertyArray queues = default(ConfigNodePropertyArray), ConfigNodePropertyArray topics = default(ConfigNodePropertyArray), ConfigNodePropertyInteger addressesMaxDeliveryAttempts = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger addressesExpiryDelay = default(ConfigNodePropertyInteger), ConfigNodePropertyDropDown addressesAddressFullMessagePolicy = default(ConfigNodePropertyDropDown), ConfigNodePropertyInteger addressesMaxSizeBytes = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger addressesPageSizeBytes = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger addressesPageCacheMaxSize = default(ConfigNodePropertyInteger), ConfigNodePropertyString clusterUser = default(ConfigNodePropertyString), ConfigNodePropertyString clusterPassword = default(ConfigNodePropertyString), ConfigNodePropertyInteger clusterCallTimeout = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger clusterCallFailoverTimeout = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger clusterClientFailureCheckPeriod = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger clusterNotificationAttempts = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger clusterNotificationInterval = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger idCacheSize = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger clusterConfirmationWindowSize = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger clusterConnectionTtl = default(ConfigNodePropertyInteger), ConfigNodePropertyBoolean clusterDuplicateDetection = default(ConfigNodePropertyBoolean), ConfigNodePropertyInteger clusterInitialConnectAttempts = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger clusterMaxRetryInterval = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger clusterMinLargeMessageSize = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger clusterProducerWindowSize = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger clusterReconnectAttempts = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger clusterRetryInterval = default(ConfigNodePropertyInteger), ConfigNodePropertyFloat clusterRetryIntervalMultiplier = default(ConfigNodePropertyFloat)) { this.ServiceRanking = serviceRanking; this.GlobalSize = globalSize; this.MaxDiskUsage = maxDiskUsage; this.PersistenceEnabled = persistenceEnabled; this.ThreadPoolMaxSize = threadPoolMaxSize; this.ScheduledThreadPoolMaxSize = scheduledThreadPoolMaxSize; this.GracefulShutdownTimeout = gracefulShutdownTimeout; this.Queues = queues; this.Topics = topics; this.AddressesMaxDeliveryAttempts = addressesMaxDeliveryAttempts; this.AddressesExpiryDelay = addressesExpiryDelay; this.AddressesAddressFullMessagePolicy = addressesAddressFullMessagePolicy; this.AddressesMaxSizeBytes = addressesMaxSizeBytes; this.AddressesPageSizeBytes = addressesPageSizeBytes; this.AddressesPageCacheMaxSize = addressesPageCacheMaxSize; this.ClusterUser = clusterUser; this.ClusterPassword = clusterPassword; this.ClusterCallTimeout = clusterCallTimeout; this.ClusterCallFailoverTimeout = clusterCallFailoverTimeout; this.ClusterClientFailureCheckPeriod = clusterClientFailureCheckPeriod; this.ClusterNotificationAttempts = clusterNotificationAttempts; this.ClusterNotificationInterval = clusterNotificationInterval; this.IdCacheSize = idCacheSize; this.ClusterConfirmationWindowSize = clusterConfirmationWindowSize; this.ClusterConnectionTtl = clusterConnectionTtl; this.ClusterDuplicateDetection = clusterDuplicateDetection; this.ClusterInitialConnectAttempts = clusterInitialConnectAttempts; this.ClusterMaxRetryInterval = clusterMaxRetryInterval; this.ClusterMinLargeMessageSize = clusterMinLargeMessageSize; this.ClusterProducerWindowSize = clusterProducerWindowSize; this.ClusterReconnectAttempts = clusterReconnectAttempts; this.ClusterRetryInterval = clusterRetryInterval; this.ClusterRetryIntervalMultiplier = clusterRetryIntervalMultiplier; }
/// <summary> /// Initializes a new instance of the <see cref="ComAdobeCqScreensMonitoringImplScreensMonitoringServiceImplProperties" /> class. /// </summary> /// <param name="comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplProjectPath">comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplProjectPath.</param> /// <param name="comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplScheduleFrequency">comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplScheduleFrequency.</param> /// <param name="comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplPingTimeout">comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplPingTimeout.</param> /// <param name="comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplRecipients">comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplRecipients.</param> /// <param name="comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplSmtpserver">comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplSmtpserver.</param> /// <param name="comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplSmtpport">comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplSmtpport.</param> /// <param name="comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplUsetls">comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplUsetls.</param> /// <param name="comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplUsername">comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplUsername.</param> /// <param name="comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplPassword">comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplPassword.</param> public ComAdobeCqScreensMonitoringImplScreensMonitoringServiceImplProperties(ConfigNodePropertyArray comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplProjectPath = default(ConfigNodePropertyArray), ConfigNodePropertyString comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplScheduleFrequency = default(ConfigNodePropertyString), ConfigNodePropertyInteger comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplPingTimeout = default(ConfigNodePropertyInteger), ConfigNodePropertyString comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplRecipients = default(ConfigNodePropertyString), ConfigNodePropertyString comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplSmtpserver = default(ConfigNodePropertyString), ConfigNodePropertyInteger comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplSmtpport = default(ConfigNodePropertyInteger), ConfigNodePropertyBoolean comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplUsetls = default(ConfigNodePropertyBoolean), ConfigNodePropertyString comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplUsername = default(ConfigNodePropertyString), ConfigNodePropertyString comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplPassword = default(ConfigNodePropertyString)) { this.ComAdobeCqScreensMonitoringImplScreensMonitoringServiceImplProjectPath = comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplProjectPath; this.ComAdobeCqScreensMonitoringImplScreensMonitoringServiceImplScheduleFrequency = comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplScheduleFrequency; this.ComAdobeCqScreensMonitoringImplScreensMonitoringServiceImplPingTimeout = comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplPingTimeout; this.ComAdobeCqScreensMonitoringImplScreensMonitoringServiceImplRecipients = comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplRecipients; this.ComAdobeCqScreensMonitoringImplScreensMonitoringServiceImplSmtpserver = comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplSmtpserver; this.ComAdobeCqScreensMonitoringImplScreensMonitoringServiceImplSmtpport = comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplSmtpport; this.ComAdobeCqScreensMonitoringImplScreensMonitoringServiceImplUsetls = comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplUsetls; this.ComAdobeCqScreensMonitoringImplScreensMonitoringServiceImplUsername = comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplUsername; this.ComAdobeCqScreensMonitoringImplScreensMonitoringServiceImplPassword = comAdobeCqScreensMonitoringImplScreensMonitoringServiceImplPassword; }
/// <summary> /// Initializes a new instance of the <see cref="ComDayCqAnalyticsSitecatalystImplSitecatalystHttpClientImplProperties" /> class. /// </summary> /// <param name="cqAnalyticsSitecatalystServiceDatacenterUrl">cqAnalyticsSitecatalystServiceDatacenterUrl.</param> /// <param name="devhostnamepatterns">devhostnamepatterns.</param> /// <param name="connectionTimeout">connectionTimeout.</param> /// <param name="socketTimeout">socketTimeout.</param> public ComDayCqAnalyticsSitecatalystImplSitecatalystHttpClientImplProperties(ConfigNodePropertyArray cqAnalyticsSitecatalystServiceDatacenterUrl = default(ConfigNodePropertyArray), ConfigNodePropertyArray devhostnamepatterns = default(ConfigNodePropertyArray), ConfigNodePropertyInteger connectionTimeout = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger socketTimeout = default(ConfigNodePropertyInteger)) { this.CqAnalyticsSitecatalystServiceDatacenterUrl = cqAnalyticsSitecatalystServiceDatacenterUrl; this.Devhostnamepatterns = devhostnamepatterns; this.ConnectionTimeout = connectionTimeout; this.SocketTimeout = socketTimeout; }
/// <summary> /// Initializes a new instance of the <see cref="ComAdobeCqSocialContentFragmentsServicesImplCommunitiesFragmenProperties" /> class. /// </summary> /// <param name="cqSocialContentFragmentsServicesEnabled">cqSocialContentFragmentsServicesEnabled.</param> /// <param name="cqSocialContentFragmentsServicesWaitTimeSeconds">cqSocialContentFragmentsServicesWaitTimeSeconds.</param> public ComAdobeCqSocialContentFragmentsServicesImplCommunitiesFragmenProperties(ConfigNodePropertyBoolean cqSocialContentFragmentsServicesEnabled = default(ConfigNodePropertyBoolean), ConfigNodePropertyInteger cqSocialContentFragmentsServicesWaitTimeSeconds = default(ConfigNodePropertyInteger)) { this.CqSocialContentFragmentsServicesEnabled = cqSocialContentFragmentsServicesEnabled; this.CqSocialContentFragmentsServicesWaitTimeSeconds = cqSocialContentFragmentsServicesWaitTimeSeconds; }
/// <summary> /// Initializes a new instance of the <see cref="ComDayCqAnalyticsSitecatalystImplImporterReportImporterProperties" /> class. /// </summary> /// <param name="reportFetchAttempts">reportFetchAttempts.</param> /// <param name="reportFetchDelay">reportFetchDelay.</param> public ComDayCqAnalyticsSitecatalystImplImporterReportImporterProperties(ConfigNodePropertyInteger reportFetchAttempts = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger reportFetchDelay = default(ConfigNodePropertyInteger)) { this.ReportFetchAttempts = reportFetchAttempts; this.ReportFetchDelay = reportFetchDelay; }
/// <summary> /// Initializes a new instance of the <see cref="OrgApacheSlingCommonsLogLogManagerProperties" /> class. /// </summary> /// <param name="orgApacheSlingCommonsLogLevel">orgApacheSlingCommonsLogLevel.</param> /// <param name="orgApacheSlingCommonsLogFile">orgApacheSlingCommonsLogFile.</param> /// <param name="orgApacheSlingCommonsLogFileNumber">orgApacheSlingCommonsLogFileNumber.</param> /// <param name="orgApacheSlingCommonsLogFileSize">orgApacheSlingCommonsLogFileSize.</param> /// <param name="orgApacheSlingCommonsLogPattern">orgApacheSlingCommonsLogPattern.</param> /// <param name="orgApacheSlingCommonsLogConfigurationFile">orgApacheSlingCommonsLogConfigurationFile.</param> /// <param name="orgApacheSlingCommonsLogPackagingDataEnabled">orgApacheSlingCommonsLogPackagingDataEnabled.</param> /// <param name="orgApacheSlingCommonsLogMaxCallerDataDepth">orgApacheSlingCommonsLogMaxCallerDataDepth.</param> /// <param name="orgApacheSlingCommonsLogMaxOldFileCountInDump">orgApacheSlingCommonsLogMaxOldFileCountInDump.</param> /// <param name="orgApacheSlingCommonsLogNumOfLines">orgApacheSlingCommonsLogNumOfLines.</param> public OrgApacheSlingCommonsLogLogManagerProperties(ConfigNodePropertyDropDown orgApacheSlingCommonsLogLevel = default(ConfigNodePropertyDropDown), ConfigNodePropertyString orgApacheSlingCommonsLogFile = default(ConfigNodePropertyString), ConfigNodePropertyInteger orgApacheSlingCommonsLogFileNumber = default(ConfigNodePropertyInteger), ConfigNodePropertyString orgApacheSlingCommonsLogFileSize = default(ConfigNodePropertyString), ConfigNodePropertyString orgApacheSlingCommonsLogPattern = default(ConfigNodePropertyString), ConfigNodePropertyString orgApacheSlingCommonsLogConfigurationFile = default(ConfigNodePropertyString), ConfigNodePropertyBoolean orgApacheSlingCommonsLogPackagingDataEnabled = default(ConfigNodePropertyBoolean), ConfigNodePropertyInteger orgApacheSlingCommonsLogMaxCallerDataDepth = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger orgApacheSlingCommonsLogMaxOldFileCountInDump = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger orgApacheSlingCommonsLogNumOfLines = default(ConfigNodePropertyInteger)) { this.OrgApacheSlingCommonsLogLevel = orgApacheSlingCommonsLogLevel; this.OrgApacheSlingCommonsLogFile = orgApacheSlingCommonsLogFile; this.OrgApacheSlingCommonsLogFileNumber = orgApacheSlingCommonsLogFileNumber; this.OrgApacheSlingCommonsLogFileSize = orgApacheSlingCommonsLogFileSize; this.OrgApacheSlingCommonsLogPattern = orgApacheSlingCommonsLogPattern; this.OrgApacheSlingCommonsLogConfigurationFile = orgApacheSlingCommonsLogConfigurationFile; this.OrgApacheSlingCommonsLogPackagingDataEnabled = orgApacheSlingCommonsLogPackagingDataEnabled; this.OrgApacheSlingCommonsLogMaxCallerDataDepth = orgApacheSlingCommonsLogMaxCallerDataDepth; this.OrgApacheSlingCommonsLogMaxOldFileCountInDump = orgApacheSlingCommonsLogMaxOldFileCountInDump; this.OrgApacheSlingCommonsLogNumOfLines = orgApacheSlingCommonsLogNumOfLines; }
/// <summary> /// Initializes a new instance of the <see cref="OrgApacheJackrabbitOakSegmentStandbyStoreStandbyStoreServiceProperties" /> class. /// </summary> /// <param name="orgApacheSlingInstallerConfigurationPersist">orgApacheSlingInstallerConfigurationPersist.</param> /// <param name="mode">mode.</param> /// <param name="port">port.</param> /// <param name="primaryHost">primaryHost.</param> /// <param name="interval">interval.</param> /// <param name="primaryAllowedClientIpRanges">primaryAllowedClientIpRanges.</param> /// <param name="secure">secure.</param> /// <param name="standbyReadtimeout">standbyReadtimeout.</param> /// <param name="standbyAutoclean">standbyAutoclean.</param> public OrgApacheJackrabbitOakSegmentStandbyStoreStandbyStoreServiceProperties(ConfigNodePropertyBoolean orgApacheSlingInstallerConfigurationPersist = default(ConfigNodePropertyBoolean), ConfigNodePropertyDropDown mode = default(ConfigNodePropertyDropDown), ConfigNodePropertyInteger port = default(ConfigNodePropertyInteger), ConfigNodePropertyString primaryHost = default(ConfigNodePropertyString), ConfigNodePropertyInteger interval = default(ConfigNodePropertyInteger), ConfigNodePropertyArray primaryAllowedClientIpRanges = default(ConfigNodePropertyArray), ConfigNodePropertyBoolean secure = default(ConfigNodePropertyBoolean), ConfigNodePropertyInteger standbyReadtimeout = default(ConfigNodePropertyInteger), ConfigNodePropertyBoolean standbyAutoclean = default(ConfigNodePropertyBoolean)) { this.OrgApacheSlingInstallerConfigurationPersist = orgApacheSlingInstallerConfigurationPersist; this.Mode = mode; this.Port = port; this.PrimaryHost = primaryHost; this.Interval = interval; this.PrimaryAllowedClientIpRanges = primaryAllowedClientIpRanges; this.Secure = secure; this.StandbyReadtimeout = standbyReadtimeout; this.StandbyAutoclean = standbyAutoclean; }
/// <summary> /// Initializes a new instance of the <see cref="ComAdobeGraniteAuthCertImplClientCertAuthHandlerProperties" /> class. /// </summary> /// <param name="path">path.</param> /// <param name="serviceRanking">serviceRanking.</param> public ComAdobeGraniteAuthCertImplClientCertAuthHandlerProperties(ConfigNodePropertyString path = default(ConfigNodePropertyString), ConfigNodePropertyInteger serviceRanking = default(ConfigNodePropertyInteger)) { this.Path = path; this.ServiceRanking = serviceRanking; }
/// <summary> /// Initializes a new instance of the <see cref="ComDayCqDamScene7ImplScene7APIClientImplProperties" /> class. /// </summary> /// <param name="cqDamScene7ApiclientRecordsperpageNofilterName">cqDamScene7ApiclientRecordsperpageNofilterName.</param> /// <param name="cqDamScene7ApiclientRecordsperpageWithfilterName">cqDamScene7ApiclientRecordsperpageWithfilterName.</param> public ComDayCqDamScene7ImplScene7APIClientImplProperties(ConfigNodePropertyInteger cqDamScene7ApiclientRecordsperpageNofilterName = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger cqDamScene7ApiclientRecordsperpageWithfilterName = default(ConfigNodePropertyInteger)) { this.CqDamScene7ApiclientRecordsperpageNofilterName = cqDamScene7ApiclientRecordsperpageNofilterName; this.CqDamScene7ApiclientRecordsperpageWithfilterName = cqDamScene7ApiclientRecordsperpageWithfilterName; }
/// <summary> /// Initializes a new instance of the <see cref="ComDayCrxSecurityTokenImplTokenCleanupTaskProperties" /> class. /// </summary> /// <param name="enableTokenCleanupTask">enableTokenCleanupTask.</param> /// <param name="schedulerExpression">schedulerExpression.</param> /// <param name="batchSize">batchSize.</param> public ComDayCrxSecurityTokenImplTokenCleanupTaskProperties(ConfigNodePropertyBoolean enableTokenCleanupTask = default(ConfigNodePropertyBoolean), ConfigNodePropertyString schedulerExpression = default(ConfigNodePropertyString), ConfigNodePropertyInteger batchSize = default(ConfigNodePropertyInteger)) { this.EnableTokenCleanupTask = enableTokenCleanupTask; this.SchedulerExpression = schedulerExpression; this.BatchSize = batchSize; }
/// <summary> /// Initializes a new instance of the <see cref="ComAdobeCqAuditPurgeReplicationProperties" /> class. /// </summary> /// <param name="auditlogRuleName">auditlogRuleName.</param> /// <param name="auditlogRuleContentpath">auditlogRuleContentpath.</param> /// <param name="auditlogRuleMinimumage">auditlogRuleMinimumage.</param> /// <param name="auditlogRuleTypes">auditlogRuleTypes.</param> public ComAdobeCqAuditPurgeReplicationProperties(ConfigNodePropertyString auditlogRuleName = default(ConfigNodePropertyString), ConfigNodePropertyString auditlogRuleContentpath = default(ConfigNodePropertyString), ConfigNodePropertyInteger auditlogRuleMinimumage = default(ConfigNodePropertyInteger), ConfigNodePropertyDropDown auditlogRuleTypes = default(ConfigNodePropertyDropDown)) { this.AuditlogRuleName = auditlogRuleName; this.AuditlogRuleContentpath = auditlogRuleContentpath; this.AuditlogRuleMinimumage = auditlogRuleMinimumage; this.AuditlogRuleTypes = auditlogRuleTypes; }
/// <summary> /// Initializes a new instance of the <see cref="OrgApacheFelixScrScrServiceProperties" /> class. /// </summary> /// <param name="dsLoglevel">dsLoglevel.</param> /// <param name="dsFactoryEnabled">dsFactoryEnabled.</param> /// <param name="dsDelayedKeepInstances">dsDelayedKeepInstances.</param> /// <param name="dsLockTimeoutMilliseconds">dsLockTimeoutMilliseconds.</param> /// <param name="dsStopTimeoutMilliseconds">dsStopTimeoutMilliseconds.</param> /// <param name="dsGlobalExtender">dsGlobalExtender.</param> public OrgApacheFelixScrScrServiceProperties(ConfigNodePropertyDropDown dsLoglevel = default(ConfigNodePropertyDropDown), ConfigNodePropertyBoolean dsFactoryEnabled = default(ConfigNodePropertyBoolean), ConfigNodePropertyBoolean dsDelayedKeepInstances = default(ConfigNodePropertyBoolean), ConfigNodePropertyInteger dsLockTimeoutMilliseconds = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger dsStopTimeoutMilliseconds = default(ConfigNodePropertyInteger), ConfigNodePropertyBoolean dsGlobalExtender = default(ConfigNodePropertyBoolean)) { this.DsLoglevel = dsLoglevel; this.DsFactoryEnabled = dsFactoryEnabled; this.DsDelayedKeepInstances = dsDelayedKeepInstances; this.DsLockTimeoutMilliseconds = dsLockTimeoutMilliseconds; this.DsStopTimeoutMilliseconds = dsStopTimeoutMilliseconds; this.DsGlobalExtender = dsGlobalExtender; }
/// <summary> /// Initializes a new instance of the <see cref="ComDayCqDamCoreImplHandlerJpegHandlerProperties" /> class. /// </summary> /// <param name="cqDamEnableExtMetaExtraction">cqDamEnableExtMetaExtraction.</param> /// <param name="largeFileThreshold">largeFileThreshold.</param> /// <param name="largeCommentThreshold">largeCommentThreshold.</param> public ComDayCqDamCoreImplHandlerJpegHandlerProperties(ConfigNodePropertyBoolean cqDamEnableExtMetaExtraction = default(ConfigNodePropertyBoolean), ConfigNodePropertyInteger largeFileThreshold = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger largeCommentThreshold = default(ConfigNodePropertyInteger)) { this.CqDamEnableExtMetaExtraction = cqDamEnableExtMetaExtraction; this.LargeFileThreshold = largeFileThreshold; this.LargeCommentThreshold = largeCommentThreshold; }
/// <summary> /// Initializes a new instance of the <see cref="ComAdobeGraniteUiClientlibsImplHtmlLibraryManagerImplProperties" /> class. /// </summary> /// <param name="htmllibmanagerTiming">htmllibmanagerTiming.</param> /// <param name="htmllibmanagerDebugInitJs">htmllibmanagerDebugInitJs.</param> /// <param name="htmllibmanagerMinify">htmllibmanagerMinify.</param> /// <param name="htmllibmanagerDebug">htmllibmanagerDebug.</param> /// <param name="htmllibmanagerGzip">htmllibmanagerGzip.</param> /// <param name="htmllibmanagerMaxDataUriSize">htmllibmanagerMaxDataUriSize.</param> /// <param name="htmllibmanagerMaxage">htmllibmanagerMaxage.</param> /// <param name="htmllibmanagerForceCQUrlInfo">htmllibmanagerForceCQUrlInfo.</param> /// <param name="htmllibmanagerDefaultthemename">htmllibmanagerDefaultthemename.</param> /// <param name="htmllibmanagerDefaultuserthemename">htmllibmanagerDefaultuserthemename.</param> /// <param name="htmllibmanagerClientmanager">htmllibmanagerClientmanager.</param> /// <param name="htmllibmanagerPathList">htmllibmanagerPathList.</param> /// <param name="htmllibmanagerExcludedPathList">htmllibmanagerExcludedPathList.</param> /// <param name="htmllibmanagerProcessorJs">htmllibmanagerProcessorJs.</param> /// <param name="htmllibmanagerProcessorCss">htmllibmanagerProcessorCss.</param> /// <param name="htmllibmanagerLongcachePatterns">htmllibmanagerLongcachePatterns.</param> /// <param name="htmllibmanagerLongcacheFormat">htmllibmanagerLongcacheFormat.</param> /// <param name="htmllibmanagerUseFileSystemOutputCache">htmllibmanagerUseFileSystemOutputCache.</param> /// <param name="htmllibmanagerFileSystemOutputCacheLocation">htmllibmanagerFileSystemOutputCacheLocation.</param> /// <param name="htmllibmanagerDisableReplacement">htmllibmanagerDisableReplacement.</param> public ComAdobeGraniteUiClientlibsImplHtmlLibraryManagerImplProperties(ConfigNodePropertyBoolean htmllibmanagerTiming = default(ConfigNodePropertyBoolean), ConfigNodePropertyString htmllibmanagerDebugInitJs = default(ConfigNodePropertyString), ConfigNodePropertyBoolean htmllibmanagerMinify = default(ConfigNodePropertyBoolean), ConfigNodePropertyBoolean htmllibmanagerDebug = default(ConfigNodePropertyBoolean), ConfigNodePropertyBoolean htmllibmanagerGzip = default(ConfigNodePropertyBoolean), ConfigNodePropertyInteger htmllibmanagerMaxDataUriSize = default(ConfigNodePropertyInteger), ConfigNodePropertyInteger htmllibmanagerMaxage = default(ConfigNodePropertyInteger), ConfigNodePropertyBoolean htmllibmanagerForceCQUrlInfo = default(ConfigNodePropertyBoolean), ConfigNodePropertyString htmllibmanagerDefaultthemename = default(ConfigNodePropertyString), ConfigNodePropertyString htmllibmanagerDefaultuserthemename = default(ConfigNodePropertyString), ConfigNodePropertyString htmllibmanagerClientmanager = default(ConfigNodePropertyString), ConfigNodePropertyArray htmllibmanagerPathList = default(ConfigNodePropertyArray), ConfigNodePropertyArray htmllibmanagerExcludedPathList = default(ConfigNodePropertyArray), ConfigNodePropertyArray htmllibmanagerProcessorJs = default(ConfigNodePropertyArray), ConfigNodePropertyArray htmllibmanagerProcessorCss = default(ConfigNodePropertyArray), ConfigNodePropertyArray htmllibmanagerLongcachePatterns = default(ConfigNodePropertyArray), ConfigNodePropertyString htmllibmanagerLongcacheFormat = default(ConfigNodePropertyString), ConfigNodePropertyBoolean htmllibmanagerUseFileSystemOutputCache = default(ConfigNodePropertyBoolean), ConfigNodePropertyString htmllibmanagerFileSystemOutputCacheLocation = default(ConfigNodePropertyString), ConfigNodePropertyArray htmllibmanagerDisableReplacement = default(ConfigNodePropertyArray)) { this.HtmllibmanagerTiming = htmllibmanagerTiming; this.HtmllibmanagerDebugInitJs = htmllibmanagerDebugInitJs; this.HtmllibmanagerMinify = htmllibmanagerMinify; this.HtmllibmanagerDebug = htmllibmanagerDebug; this.HtmllibmanagerGzip = htmllibmanagerGzip; this.HtmllibmanagerMaxDataUriSize = htmllibmanagerMaxDataUriSize; this.HtmllibmanagerMaxage = htmllibmanagerMaxage; this.HtmllibmanagerForceCQUrlInfo = htmllibmanagerForceCQUrlInfo; this.HtmllibmanagerDefaultthemename = htmllibmanagerDefaultthemename; this.HtmllibmanagerDefaultuserthemename = htmllibmanagerDefaultuserthemename; this.HtmllibmanagerClientmanager = htmllibmanagerClientmanager; this.HtmllibmanagerPathList = htmllibmanagerPathList; this.HtmllibmanagerExcludedPathList = htmllibmanagerExcludedPathList; this.HtmllibmanagerProcessorJs = htmllibmanagerProcessorJs; this.HtmllibmanagerProcessorCss = htmllibmanagerProcessorCss; this.HtmllibmanagerLongcachePatterns = htmllibmanagerLongcachePatterns; this.HtmllibmanagerLongcacheFormat = htmllibmanagerLongcacheFormat; this.HtmllibmanagerUseFileSystemOutputCache = htmllibmanagerUseFileSystemOutputCache; this.HtmllibmanagerFileSystemOutputCacheLocation = htmllibmanagerFileSystemOutputCacheLocation; this.HtmllibmanagerDisableReplacement = htmllibmanagerDisableReplacement; }