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
chunk
* Wrapped type any[][]. * @see _.chunk
source/typings/globals/underscore/index.d.ts:4595
Method
chunk
* Wrapped type `any[][]`. * @see _.chunk
source/typings/globals/underscore/index.d.ts:5555
Method
clearBreakpoint
(rq: Request, cb: RequestHandler)
source/typings/globals/node/index.d.ts:4199
Method
clearQueue
* Empty the task queue completely. Unless additional tasks are enqueued, no more tasks will be run.
source/typings/globals/grunt/index.d.ts:826
Method
clone
* Create a shallow-copied clone of the object. * Any nested objects or arrays will be copied by reference, not duplicated. * @param object Obj
source/typings/globals/underscore/index.d.ts:3741
Method
clone
* Wrapped type `any[]`. * @see _.clone
source/typings/globals/underscore/index.d.ts:4785
Method
clone
* Wrapped type `any[]`. * @see _.clone
source/typings/globals/underscore/index.d.ts:5745
Method
close
()
source/typings/globals/node/index.d.ts:1470
Method
close
(callback?: () => void)
source/typings/globals/node/index.d.ts:2159
Method
close
()
source/typings/globals/node/index.d.ts:2244
Method
close
()
source/typings/globals/node/index.d.ts:2273
Method
close
()
source/typings/globals/node/index.d.ts:2305
Method
collect
* @see _.map
source/typings/globals/underscore/index.d.ts:169
Method
collect
* @see _.map
source/typings/globals/underscore/index.d.ts:4130
Method
collect
* @see _.map
source/typings/globals/underscore/index.d.ts:5090
Method
compact
* Returns a copy of the array with all falsy values removed. In JavaScript, false, null, 0, "", * undefined and NaN are all falsy. * @param ar
source/typings/globals/underscore/index.d.ts:843
Method
compact
* Wrapped type `any[]`. * @see _.compact
source/typings/globals/underscore/index.d.ts:4463
Method
compact
* Wrapped type `any[]`. * @see _.compact
source/typings/globals/underscore/index.d.ts:5423
Function
compareAsNumbers
(a, b)
source/test/rangeTests.js:369
Method
compose
* Returns the composition of a list of functions, where each function consumes the return value of the * function that follows. In math terms, com
source/typings/globals/underscore/index.d.ts:3551
Method
compose
* Wrapped type `Function[]`. * @see _.compose
source/typings/globals/underscore/index.d.ts:4694
Method
compose
* Wrapped type `Function[]`. * @see _.compose
source/typings/globals/underscore/index.d.ts:5654
Function
computeHash
()
source/test/consistentHashRingTests.js:52
Method
computeSecret
(other_public_key: Buffer)
source/typings/globals/node/index.d.ts:3351
Method
computeSecret
(other_public_key: Buffer)
source/typings/globals/node/index.d.ts:3395
Method
connect
(port: number, host: string)
source/typings/globals/node/index.d.ts:4194
Method
constant
* Creates a function that returns the same value that is used as the argument of _.constant * @param value Identity of this object. * @return
source/typings/globals/underscore/index.d.ts:3960
Method
constant
* Wrapped type `any`. * @see _.constant
source/typings/globals/underscore/index.d.ts:4951
Method
constant
* Wrapped type `any`. * @see _.constant
source/typings/globals/underscore/index.d.ts:5911
Function
constantCompareFunction
(a, b)
source/test/rangeTests.js:373
Function
consumeFunc
(err, results, headers)
source/test/crossPartitionTests.js:550
Method
contains
* Returns true if the value is present in the list. Uses indexOf internally, * if list is an Array. * @param list Checks each element to see i
source/typings/globals/underscore/index.d.ts:479
Method
contains
* Wrapped type `any[]`. * @see _.contains
source/typings/globals/underscore/index.d.ts:4250
Method
contains
* Wrapped type `any[]`. * @see _.contains
source/typings/globals/underscore/index.d.ts:5210
Method
copy
* Copy a source file to a destination path, creating intermediate directories if necessary.
source/typings/globals/grunt/index.d.ts:399
Method
countBy
* Sorts a list into groups and returns a count for the number of objects in each group. Similar * to groupBy, but instead of returning a list of v
source/typings/globals/underscore/index.d.ts:682
Method
countBy
* Wrapped type `any[]`. * @see _.countBy
source/typings/globals/underscore/index.d.ts:4352
Method
countBy
* Wrapped type `any[]`. * @see _.countBy
source/typings/globals/underscore/index.d.ts:5312
Method
cpuUsage
(previousValue?: CpuUsage)
source/typings/globals/node/index.d.ts:412
Method
create
* Creates an object that inherits from the given prototype object. * If additional properties are provided then they will be added to the * cr
source/typings/globals/underscore/index.d.ts:3733
Method
create
* Wrapped type `any`. * @see _.create
source/typings/globals/underscore/index.d.ts:4779
Function
createDocumentProducersAndFillUpPriorityQueueFunc
()
source/lib/queryExecutionContext/parallelQueryExecutionContextBase.js:92
Function
createFromArray
(queryMetricsArray)
source/lib/queryMetrics/queryMetrics.js:365
Function
createFromArray
(clientSideMetricsArray)
source/lib/queryMetrics/clientSideMetrics.js:102
Function
createFromArray
(queryPreparationTimesArray)
source/lib/queryMetrics/queryPreparationTimes.js:179
Function
createFromArray
(runtimeExecutionTimesArray)
source/lib/queryMetrics/runtimeExecutionTimes.js:160
Function
createFromDelimitedString
(delimitedString, clientSideMetrics)
source/lib/queryMetrics/queryMetrics.js:378
Function
createFromDelimitedString
(delimitedString)
source/lib/queryMetrics/queryPreparationTimes.js:192
Function
createFromDelimitedString
(delimitedString)
source/lib/queryMetrics/runtimeExecutionTimes.js:173
Function
currentVerifier
(err, currentItem, headers)
source/test/aggregateQueryTests.js:288
Function
currentVerifier
(err, currentItem)
source/test/splitTests.js:298
Function
currentVerifier
(err, currentItem, headers)
source/test/crossPartitionTests.js:279
Method
cwd
()
source/typings/globals/node/index.d.ts:367
Method
date
* Format a date using the dateformat library. * {@link http://github.com/felixge/node-dateformat} * * @note if
source/typings/globals/grunt/index.d.ts:1052
Method
debounce
* Creates and returns a new debounced version of the passed function that will postpone its execution * until after wait milliseconds have elapsed
source/typings/globals/underscore/index.d.ts:3483
Method
debounce
* Wrapped type `Function`. * @see _.debounce
source/typings/globals/underscore/index.d.ts:4652
Method
debounce
* Wrapped type `Function`. * @see _.debounce
source/typings/globals/underscore/index.d.ts:5612
Method
decode
(string: string)
source/typings/globals/node/index.d.ts:1389
Method
defaults
* Fill in null and undefined properties in object with values from the defaults objects, * and return the object. As soon as the property is fille
source/typings/globals/underscore/index.d.ts:3721
Method
defaults
* Wrapped type `object`. * @see _.defaults
source/typings/globals/underscore/index.d.ts:4773
Method
defaults
* Wrapped type `object`. * @see _.defaults
source/typings/globals/underscore/index.d.ts:5733
Method
defer
* Defers invoking the function until the current call stack has cleared, similar to using setTimeout * with a delay of 0. Useful for performing ex
source/typings/globals/underscore/index.d.ts:3447
Method
defer
* Wrapped type `Function`. * @see _.defer
source/typings/globals/underscore/index.d.ts:4629
Method
defer
* Wrapped type `Function`. * @see _.defer
source/typings/globals/underscore/index.d.ts:5589
Function
define
* Defines a new namespace with the specified name. * @param {String} name - The name of the namespace. This could be a dot-separated name for nested
source/lib/base.js:100
Method
defineCommand
(keyword: string, cmd: Function | { help: string, action: Function })
source/typings/globals/node/index.d.ts:1415
Method
delay
* Much like setTimeout, invokes function after wait milliseconds. If you pass the optional arguments, * they will be forwarded on to the function
source/typings/globals/underscore/index.d.ts:3427
Method
delay
* Wrapped type `Function`. * @see _.delay
source/typings/globals/underscore/index.d.ts:4635
Method
delay
* Wrapped type `Function`. * @see _.delay
source/typings/globals/underscore/index.d.ts:5595
Function
derive
* Creates a sub-class based on the supplied baseClass parameter, using prototypal inheritance. * @param {Function} baseClass - The class to inherit f
source/lib/base.js:130
Method
destroy
(error?: Error)
source/typings/globals/node/index.d.ts:730
Method
destroy
(err?: any)
source/typings/globals/node/index.d.ts:1940
Method
destroy
()
source/typings/globals/node/index.d.ts:2274
Method
detect
* @see _.find
source/typings/globals/underscore/index.d.ts:287
Method
detect
* @see _.find
source/typings/globals/underscore/index.d.ts:4183
Method
detect
* @see _.find
source/typings/globals/underscore/index.d.ts:5143
Method
difference
* Similar to without, but returns the values from array that are not present in the other arrays. * @param array Keeps values that are within `oth
source/typings/globals/underscore/index.d.ts:888
Method
difference
* Wrapped type `any[]`. * @see _.difference
source/typings/globals/underscore/index.d.ts:4499
Method
difference
* Wrapped type `any[]`. * @see _.difference
source/typings/globals/underscore/index.d.ts:5459
Method
digest
()
source/typings/globals/node/index.d.ts:3300
Method
dir
(obj: any, options?: {showHidden?: boolean, depth?: number, colors?: boolean})
source/typings/globals/node/index.d.ts:6
Method
disconnect
()
source/typings/globals/node/index.d.ts:421
Method
disconnect
(callback?: Function)
source/typings/globals/node/index.d.ts:887
Method
disconnect
()
source/typings/globals/node/index.d.ts:1607
Method
displayPrompt
(preserveCursor?: boolean)
source/typings/globals/node/index.d.ts:1416
Method
dispose
()
source/typings/globals/node/index.d.ts:317
Method
doesPathContain
* Are all descendant path(s) contained within the specified ancestor path?
source/typings/globals/grunt/index.d.ts:523
Function
doneCallback
(err, db)
source/test/test.js:2224
Method
drop
* @see _.rest
source/typings/globals/underscore/index.d.ts:833
Method
drop
* @see _.rest
source/typings/globals/underscore/index.d.ts:4457
Method
drop
* @see _.rest
source/typings/globals/underscore/index.d.ts:5417
Method
dropMembership
(multicastAddress: string, multicastInterface?: string)
source/typings/globals/node/index.d.ts:2166
Method
each
* Iterates over a list of elements, yielding each in turn to an iterator function. The iterator is * bound to the context object, if one is passed
source/typings/globals/underscore/index.d.ts:107
Method
each
* Wrapped type `any[]`. * @see _.each
source/typings/globals/underscore/index.d.ts:4098
Method
emit
* Execute each of the listeners that may be listening for the specified event name * in order with the list of arguments.
source/typings/globals/grunt/index.d.ts:267
Method
emit
(event: string, listener: Function)
source/typings/globals/node/index.d.ts:918
Method
emit
(event: string, ...args: any[])
source/typings/globals/node/index.d.ts:1428
Method
emit
(event: string, ...args: any[])
source/typings/globals/node/index.d.ts:1493
Method
emit
(event: string, ...args: any[])
source/typings/globals/node/index.d.ts:1627
Method
emit
(event: string, ...args: any[])
source/typings/globals/node/index.d.ts:1987
← previous
next →
401–500 of 1,146, ranked by callers