Class RetryInfo
- Namespace
- Microsoft.Azure.Cosmos.Table
- Assembly
- Microsoft.Azure.Cosmos.Table.dll
public sealed class RetryInfo
- Inheritance
-
RetryInfo
- Inherited Members
-
Constructors
RetryInfo()
RetryInfo(RetryContext)
public RetryInfo(RetryContext retryContext)
Parameters
retryContext
RetryContext
Properties
RetryInterval
public TimeSpan RetryInterval { get; set; }
Property Value
- TimeSpan
TargetLocation
public StorageLocation TargetLocation { get; set; }
Property Value
- StorageLocation
UpdatedLocationMode
public LocationMode UpdatedLocationMode { get; set; }
Property Value
- LocationMode
Methods
ToString()
public override string ToString()
Returns
- string