IGlobalSettings interface IGlobalSettings Documentation Code string ApplicationName { get; set; } TimeSpan CacheExpiration { get; set; } IList<string> CloudFileShareRegexPatterns { get; } bool CommandLineModeEnabled { get; set; } Func<HttpStatusCode, string> FatalHttpStatusCodeDetailedMessage { get; set; } IList<HttpStatusCode> FatalHttpStatusCodes { get; } Func<WebExceptionStatus, string> FatalWebExceptionStatusCodeDetailedMessage { get; set; } IList<WebExceptionStatus> FatalWebExceptionStatusCodes { get; } long MaxBytesPerBatch { get; set; } int MaxFilesPerBatch { get; set; } MemoryProtectionScope MemoryProtectionScope { get; set; } string PluginDirectory { get; set; } string PluginFileNameFilter { get; set; } string PluginFileNameMatch { get; set; } SearchOption PluginSearchOption { get; set; } double PrecalcCheckIntervalSeconds { get; set; } bool SkipTooLongPaths { get; set; } bool StatisticsLogEnabled { get; set; } double StatisticsLogIntervalSeconds { get; set; } int StatisticsMaxSamples { get; set; } string TempDirectory { get; set; } bool ValidateResolvedPaths { get; set; }