LongTextStreamResult
class LongTextStreamResult
Represents a class object with long text stream result details.
Gets the duration to retrieve the long text data.
Gets the full path to the written extracted text file.
Gets the written extracted text file name.
Gets the non-fatal issue for the specified request.
Gets the length, in bytes, of the target file.
Gets the long text stream request.
Gets the total number of retry attempts.
Gets a value indicating whether the long text stream transfer is successful.
public static LongTextStreamResult CreateNonFatalIssueResult(LongTextStreamRequest request, int retryCount, Exception issue)
Creates a new long text result for non-fatal errors.
public static LongTextStreamResult CreateSuccessfulResult(LongTextStreamRequest request, string file, long length, int retryCount, TimeSpan duration)
Creates a new long text result for successful transfers.