Class Configuration.RepositoryConfig
A collection of repository configuration parameters.
public class Configuration.RepositoryConfig : Configuration.AbstractConfig
- Inheritance
-
Configuration.RepositoryConfig
- Inherited Members
Properties
AppFolderTimeout
Gets or sets the default search timeout for application folders in a repository.
public Duration AppFolderTimeout { get; set; }
Property Value
- Duration
The application folder timeout.
AutoGenerateFolders
Gets or sets a value indicating whether repository folders should be auto-generated when adding new items.
public bool AutoGenerateFolders { get; set; }
Property Value
FolderTimeout
Gets or sets the default search timeout for non-application folders in a repository.
public Duration FolderTimeout { get; set; }
Property Value
- Duration
The folder timeout.
GeneratedCodeClassName
Gets or sets the name of the class to use for generated repository code.
public string GeneratedCodeClassName { get; set; }
Property Value
- string
The name of the generated code class.
GeneratedCodeLanguage
Gets or sets the default language for generated repository code.
public CodeGenLanguage GeneratedCodeLanguage { get; set; }
Property Value
- CodeGenLanguage
The default language for generated repository code.
GeneratedCodeNamespace
Gets or sets the namespace to use for generated repository code.
public string GeneratedCodeNamespace { get; set; }
Property Value
- string
The generated code namespace.
ItemTimeout
Gets or sets the default search timeout for items in a repository.
public Duration ItemTimeout { get; set; }
Property Value
- Duration
The item search timeout.
RepositoryVariableStoredAction
Gets or sets the default action to perform on repository variable when changing the recording variable default value.
public Configuration.RepositoryVariableDefaultAction RepositoryVariableStoredAction { get; set; }
Property Value
- Configuration.RepositoryVariableDefaultAction
Alwayswhen the repository variable default value should always be updated,Neverif the repository variable default value should never be changed.
UseAppFolderCache
Gets or sets a value indicating whether to cache the element corresponding to a repository app folder or not.
public bool UseAppFolderCache { get; set; }
Property Value
- bool
trueif the app folder elements in a repository should be cached ; otherwise,false.