isPotentialRetry property

bool? isPotentialRetry
getter/setter pair

|is_potential_retry| is set false only when Scotty is certain that it has not sent the request before.

When a client resumes an upload, this field must be set true in agent calls, because Scotty cannot be certain that it has never sent the request before due to potential failure in the session state persistence.

Implementation

core.bool? isPotentialRetry;