Table of Contents

Class DocumentOptions

Namespace
JobFlow.Core.Documents
Assembly
JobFlow.Core.dll

Document _repository settings.

public class DocumentOptions
Inheritance
object
DocumentOptions
Extension Methods

Properties

DefaultStorage

Default storage type to use for each type of collection.

public Dictionary<string, string> DefaultStorage { get; set; }

Property Value

Dictionary<string, string>

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

int

Storage

Options for individual storages.

public Dictionary<string, StorageOptions> Storage { get; set; }

Property Value

Dictionary<string, StorageOptions>