<PackageReference Include="Relativity.Server.Import.SDK" Version="24000.1.1" />

RetryOptions

public enum RetryOptions
Defines a set of configurable flags to control retry behavior.
All = 31

Retry all operations that fail.

Retry an operation that fails when the directory does not exist.

Retry an operation that fails when the disk is full.

Retry an operation that fails when the file does not exist.

Io = 8

Retry an operation that fails when any other I/O error not already listed occurs.

None = 0

No retry is performed.

Retry an operation that fails when there are insufficient permissions.