UNPKG

ravendb

Version:
11 lines 367 B
export interface QueryOperationOptions { maxOpsPerSecond: number; allowStale: boolean; /** * Ignore the maximum number of statements a script can execute as defined in the server configuration. */ ignoreMaxStepsForScript?: boolean; staleTimeout: number; retrieveDetails: boolean; } //# sourceMappingURL=QueryOperationOptions.d.ts.map