Class DocumentOptions
Document repository settings.
public class DocumentOptions
- Inheritance
-
DocumentOptions
- Extension Methods
Properties
DefaultStorage
Default storage type to use for each type of collection.
public Dictionary<string, string> DefaultStorage { get; set; }
Property Value
Remarks
Current collections include:
- WorkItems
- Attachments
MaxConcurrencyRetries
Indicates how many times the repository should retry a document operation that is failing due to concurrency checks.
public int MaxConcurrencyRetries { get; set; }
Property Value
Storage
Options for individual storages.
public Dictionary<string, StorageOptions> Storage { get; set; }