@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
9 lines • 545 B
TypeScript
/**
* Rejects continuation token usage for unsupported query types
* @param continuationToken - The continuation token if provided
* @param unsupportedQueryTypes - Array of query types that don't support continuation tokens
* @throws ErrorResponse if continuation token is provided for any unsupported query type
* @hidden
*/
export declare function rejectContinuationTokenForUnsupportedQueries(continuationToken: string | undefined, unsupportedQueryTypes: UnsupportedQueryType[]): void;
//# sourceMappingURL=QueryValidationHelper.d.ts.map