Interface IRecoveryInfo
- Namespace
- Sportradar.OddsFeed.SDK.Api
- Assembly
- Sportradar.OddsFeed.SDK.dll
Defines a contract for recovery info which contains data about last recovery attempt
public interface IRecoveryInfo
Properties
After
Gets the after timestamp of the recovery or 0 if full recovery was done
long After { get; }
Property Value
- long
The after
NodeId
Gets the node identifier
int NodeId { get; }
Property Value
- int
The node identifier
RequestId
Gets the request identifier
long RequestId { get; }
Property Value
- long
The request identifier
ResponseCode
Gets the response code of the recovery request
int ResponseCode { get; }
Property Value
- int
The response code of the recovery request
ResponseMessage
Gets the response message of the recovery request
string ResponseMessage { get; }
Property Value
- string
the response message of the recovery request
Timestamp
Gets the timestamp specifying when the recovery was initiated
long Timestamp { get; }
Property Value
- long
The timestamp