UNPKG

@azure/cosmos

Version:
9 lines 545 B
/** * 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