C# Класс SenseNet.ContentRepository.Storage.Data.RepositoryConfiguration

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
BuiltInDomainName string
CommitDelayInSecondsKey string
DelayedCommitCycleMaxCountKey string
IndexHealthMonitorGapPartitionsKey string
IndexHealthMonitorRunningPeriodKey string
IndexHistoryItemLimitKey string
IndexLockFileRemovedNotificationEmailKey string
LastModifiersGroupId int
NotificationSectionKey string
NotificationSenderKey string

Private Properties

Свойство Тип Описание
GetBooleanConfigValue bool
GetStringArrayConfigValue string[]

Открытые методы

Метод Описание
GetStringArrayConfigValues ( string sectionKey, string key ) : string[]

Приватные методы

Метод Описание
GetBooleanConfigValue ( string key, bool defaultValue ) : bool
GetStringArrayConfigValue ( string key ) : string[]

Описание методов

GetStringArrayConfigValues() публичный статический Метод

public static GetStringArrayConfigValues ( string sectionKey, string key ) : string[]
sectionKey string
key string
Результат string[]

Описание свойств

BuiltInDomainName публичное статическое свойство

public static string BuiltInDomainName
Результат string

CommitDelayInSecondsKey публичное статическое свойство

public static string CommitDelayInSecondsKey
Результат string

DelayedCommitCycleMaxCountKey публичное статическое свойство

public static string DelayedCommitCycleMaxCountKey
Результат string

IndexHealthMonitorGapPartitionsKey публичное статическое свойство

public static string IndexHealthMonitorGapPartitionsKey
Результат string

IndexHealthMonitorRunningPeriodKey публичное статическое свойство

public static string IndexHealthMonitorRunningPeriodKey
Результат string

IndexHistoryItemLimitKey публичное статическое свойство

public static string IndexHistoryItemLimitKey
Результат string

IndexLockFileRemovedNotificationEmailKey публичное статическое свойство

public static string IndexLockFileRemovedNotificationEmailKey
Результат string

LastModifiersGroupId публичное статическое свойство

public static int LastModifiersGroupId
Результат int

NotificationSectionKey публичное статическое свойство

public static string NotificationSectionKey
Результат string

NotificationSenderKey публичное статическое свойство

public static string NotificationSenderKey
Результат string