@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
11 lines • 399 B
TypeScript
export interface RetryContext {
retryCount: number;
retryRequestOnPreferredLocations?: boolean;
clearSessionTokenNotAvailable?: boolean;
/**
* This variable determines the index of specific server in the preferred location list
* where subsequent retry requests should be directed.
*/
retryLocationServerIndex?: number;
}
//# sourceMappingURL=RetryContext.d.ts.map