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

FileDownloadResponse

This type represents Relativity.Distributed response for the file download request.

Gets a type of an error for unsuccessful response, Undefined otherwise.

public Exception Exception { get; }

Gets a exception which was thrown for unsuccessful response, null otherwise.

public bool IsSuccess { get; }

Gets a value indicating whether response was successful.

Initializes a new instance of the FileDownloadResponse class. Which represents successful response.

Initializes a new instance of the FileDownloadResponse class. Which represent unsuccessful response.

Initializes a new instance of the FileDownloadResponse class. Which represent unsuccessful response.