Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Azure/azure-cosmosdb-node
/ functions
Functions
1,146 in github.com/Azure/azure-cosmosdb-node
⨍
Functions
1,146
◇
Types & classes
273
Method
emit
(event: string, ...args: any[])
source/typings/globals/node/index.d.ts:2082
Method
encode
(codePoints: number[])
source/typings/globals/node/index.d.ts:1390
Method
end
()
source/typings/globals/node/index.d.ts:301
Method
end
()
source/typings/globals/node/index.d.ts:671
Method
end
()
source/typings/globals/node/index.d.ts:697
Method
end
(buffer?: Buffer)
source/typings/globals/node/index.d.ts:2858
Method
entries
()
source/typings/globals/node/index.d.ts:552
Method
equals
(otherBuffer: Buffer)
source/typings/globals/node/index.d.ts:506
Method
error
* If msg string is omitted, logs ERROR in red, * otherwise logs >> msg, with trailing newline.
source/typings/globals/grunt/index.d.ts:664
Method
error
* Return a new Error instance (that can be thrown) with the appropriate message. * If an Error object is specified instead of message tha
source/typings/globals/grunt/index.d.ts:1086
Function
errorVerifier
(err, results)
source/test/crossPartitionTests.js:1018
Method
errorlns
* Log an error with grunt.log.error, wrapping text to 80 columns using grunt.log.wraptext.
source/typings/globals/grunt/index.d.ts:669
Method
escape
* Escapes a string for insertion into HTML, replacing &, <, >, ", ', and / characters. * @param str Raw string to escape. * @return `str` HTML
source/typings/globals/underscore/index.d.ts:4027
Method
escape
* Wrapped type `string`. * @see _.escape
source/typings/globals/underscore/index.d.ts:4998
Method
escape
* Wrapped type `string`. * @see _.escape
source/typings/globals/underscore/index.d.ts:5958
Method
escape
* Escape '.' dots in the given propString. This should be used for property names that contain dots.
source/typings/globals/grunt/index.d.ts:179
Method
every
* Returns true if all of the values in the list pass the iterator truth test. Delegates to the * native method every, if present. * @param lis
source/typings/globals/underscore/index.d.ts:402
Method
every
* @see _.all
source/typings/globals/underscore/index.d.ts:4233
Function
executeNextCallback
(err, results, headers)
source/test/queryTests.js:141
Function
executeNextCallback
(err, results, headers)
source/test/crossPartitionTests.js:462
Function
executeNextValidator
(err, results)
source/test/aggregateQueryTests.js:338
Function
executeNextValidator
(err, results, headers)
source/test/splitTests.js:410
Function
executeNextValidator
(err, results, headers)
source/test/crossPartitionTests.js:392
Method
exists
* Does the given path exist?
source/typings/globals/grunt/index.d.ts:493
Method
exists
* Check with the name, if a task exists in the registered tasks. * @param name The task name to check. * @since 0.4.5
source/typings/globals/grunt/index.d.ts:799
Method
exit
(code?: number)
source/typings/globals/node/index.d.ts:369
Method
expand
* Return a unique array of all file or directory paths that match the given globbing pattern(s). * This method accepts either comma separ
source/typings/globals/grunt/index.d.ts:440
Method
expandMapping
* Returns an array of src-dest file mapping objects. * For each source file matched by a specified pattern, join that file path to the sp
source/typings/globals/grunt/index.d.ts:451
Method
exportChallenge
(spkac: string | Buffer)
source/typings/globals/node/index.d.ts:3260
Method
exportPublicKey
(spkac: string | Buffer)
source/typings/globals/node/index.d.ts:3261
Method
extend
* Copy all of the properties in the source objects over to the destination object, and return * the destination object. It's in-order, so the last
source/typings/globals/underscore/index.d.ts:3646
Method
extend
* Wrapped type `object`. * @see _.extend
source/typings/globals/underscore/index.d.ts:4745
Method
extendOwn
* Like extend, but only copies own properties over to the destination object. (alias: assign)
source/typings/globals/underscore/index.d.ts:3653
Method
fatal
* Display a warning and abort Grunt immediately.
source/typings/globals/grunt/index.d.ts:295
Function
fetchFunction
(opts, cb)
source/test/queryExecutionContext/defaultQueryExecutionContextTests.js:40
Method
filter
* Looks through each value in the list, returning an array of all the values that pass a truth * test (iterator). Delegates to the native filter m
source/typings/globals/underscore/index.d.ts:322
Method
filter
* Wrapped type `any[]`. * @see _.filter
source/typings/globals/underscore/index.d.ts:4199
Method
final
()
source/typings/globals/node/index.d.ts:3310
Method
final
()
source/typings/globals/node/index.d.ts:3323
Method
find
* Looks through each value in the list, returning the first one that passes a truth * test (iterator). The function returns as soon as it finds an
source/typings/globals/underscore/index.d.ts:257
Method
find
* Wrapped type `any[]`. * @see _.find
source/typings/globals/underscore/index.d.ts:4168
Method
find
* Wrapped type `any[]`. * @see _.find
source/typings/globals/underscore/index.d.ts:5128
Method
findIndex
* Returns the first index of an element in `array` where the predicate truth test passes * @param array The array to search for the index of the f
source/typings/globals/underscore/index.d.ts:1027
Method
findIndex
* @see _.findIndex
source/typings/globals/underscore/index.d.ts:4566
Method
findIndex
* @see _.findIndex
source/typings/globals/underscore/index.d.ts:5526
Method
findKey
* Returns the first key on an object that passes a predicate test. * @param obj the object to search in * @param predicate Predicate function.
source/typings/globals/underscore/index.d.ts:3670
Method
findKey
* Wrapped type `object`. * @see _.extend
source/typings/globals/underscore/index.d.ts:4751
Method
findKey
* Wrapped type `object`. * @see _.extend
source/typings/globals/underscore/index.d.ts:5711
Method
findLastIndex
* Returns the last index of an element in `array` where the predicate truth test passes * @param array The array to search for the index of the la
source/typings/globals/underscore/index.d.ts:1039
Method
findLastIndex
* @see _.findLastIndex
source/typings/globals/underscore/index.d.ts:4571
Method
findLastIndex
* @see _.findLastIndex
source/typings/globals/underscore/index.d.ts:5531
Method
findWhere
* Looks through the list and returns the first value that matches all of the key-value pairs listed in properties. * @param list Search through th
source/typings/globals/underscore/index.d.ts:368
Method
findWhere
* Wrapped type `any[]`. * @see _.findWhere
source/typings/globals/underscore/index.d.ts:4216
Method
findWhere
* Wrapped type `any[]`. * @see _.findWhere
source/typings/globals/underscore/index.d.ts:5176
Method
first
* Returns the first element of an array. Passing n will return the first n elements of the array. * @param array Retrieves the first element of th
source/typings/globals/underscore/index.d.ts:752
Method
first
* Wrapped type `any[]`. * @see _.first
source/typings/globals/underscore/index.d.ts:4397
Method
first
* Wrapped type `any[]`. * @see _.first
source/typings/globals/underscore/index.d.ts:5357
Method
flatten
* Flattens a nested array (the nesting can be to any depth). If you pass shallow, the array will * only be flattened a single level. * @param
source/typings/globals/underscore/index.d.ts:852
Method
flatten
* Wrapped type `any`. * @see _.flatten
source/typings/globals/underscore/index.d.ts:4469
Method
flatten
* Wrapped type `any`. * @see _.flatten
source/typings/globals/underscore/index.d.ts:5429
Method
flatten
(shallow?: boolean)
source/typings/globals/underscore/index.d.ts:6079
Method
foldl
* @see _.reduce
source/typings/globals/underscore/index.d.ts:217
Method
foldl
* @see _.reduce
source/typings/globals/underscore/index.d.ts:4151
Method
foldl
* @see _.reduce
source/typings/globals/underscore/index.d.ts:5111
Method
foldr
* @see _.reduceRight
source/typings/globals/underscore/index.d.ts:242
Method
foldr
* @see _.reduceRight
source/typings/globals/underscore/index.d.ts:4162
Method
foldr
* @see _.reduceRight
source/typings/globals/underscore/index.d.ts:5122
Method
forEach
* @see _.each
source/typings/globals/underscore/index.d.ts:126
Method
forEach
* @see _.each
source/typings/globals/underscore/index.d.ts:4108
Function
forEachCallback
(err, item)
source/test/aggregateQueryTests.js:377
Function
forEachCallback
(err, item)
source/test/splitTests.js:472
Function
forEachCallback
(err, item)
source/test/crossPartitionTests.js:444
Method
forever
* Convenience function. Overrides options.restarts to -1. * Runs command indefinitely no matter the options passed into the constructor.
source/typings/globals/grunt/index.d.ts:1232
Method
fork
(env?: any)
source/typings/globals/node/index.d.ts:888
Function
fromDays
(value)
source/lib/queryMetrics/timeSpan.js:290
Function
fromHours
(value)
source/lib/queryMetrics/timeSpan.js:286
Function
fromMilliseconds
(value)
source/lib/queryMetrics/timeSpan.js:274
Function
fromMinutes
(value)
source/lib/queryMetrics/timeSpan.js:282
Function
fromSeconds
(value)
source/lib/queryMetrics/timeSpan.js:278
Method
fullTitle
()
source/typings/globals/mocha/index.d.ts:127
Method
fullTitle
()
source/typings/globals/mocha/index.d.ts:135
Method
functions
* Returns a sorted list of the names of every method in an object - that is to say, * the name of every function property of the object. * @pa
source/typings/globals/underscore/index.d.ts:3631
Method
functions
* Wrapped type `object`. * @see _.functions
source/typings/globals/underscore/index.d.ts:4734
Method
functions
* Wrapped type `object`. * @see _.functions
source/typings/globals/underscore/index.d.ts:5694
Method
generateKeys
()
source/typings/globals/node/index.d.ts:3349
Method
generateKeys
()
source/typings/globals/node/index.d.ts:3392
Method
getAuthTag
()
source/typings/globals/node/index.d.ts:3313
Function
getConflictLink
(isNameBasedLink, db, coll, conflict)
source/test/test.js:299
Method
getConnections
(cb: (error: Error, count: number) => void)
source/typings/globals/node/index.d.ts:2062
Function
getDatabaseLink
(isNameBasedLink, db)
source/test/splitTests.js:114
Function
getDatabaseLink
(isNameBasedLink, db)
source/test/crossPartitionTests.js:102
Function
getDocumentLink
(isNameBasedLink, db, coll, doc)
source/test/aggregateQueryTests.js:133
Function
getDocumentLink
(isNameBasedLink, db, coll, doc)
source/test/splitTests.js:130
Function
getDocumentLink
(isNameBasedLink, db, coll, doc)
source/test/crossPartitionTests.js:118
Method
getGenerator
()
source/typings/globals/node/index.d.ts:3356
Method
getHeader
(name: string)
source/typings/globals/node/index.d.ts:664
Method
getHeader
(name: string)
source/typings/globals/node/index.d.ts:692
Function
getKey
(r)
source/lib/routing/inMemoryCollectionRoutingMap.js:210
Function
getKey
(r)
source/test/inMemoryCollectionRoutingMapTests.js:138
Function
getOrderByKey
(r)
source/test/splitTests.js:532
← previous
next →
501–600 of 1,146, ranked by callers