ravendb
Version:
RavenDB client for Node.js
11 lines • 367 B
TypeScript
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