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
isNumber
* Returns true if object is a Number (including NaN). * @param object Check if this object is a Number. * @return True if `object` is a Number
source/typings/globals/underscore/index.d.ts:3883
Method
isNumber
* Wrapped type `object`. * @see _.isNumber
source/typings/globals/underscore/index.d.ts:4893
Method
isNumber
* Wrapped type `object`. * @see _.isNumber
source/typings/globals/underscore/index.d.ts:5853
Method
isObject
* Returns true if value is an Object. Note that JavaScript arrays and functions are objects, * while (normal) strings and numbers are not. * @
source/typings/globals/underscore/index.d.ts:3848
Method
isObject
* Wrapped type `object`. * @see _.isObject
source/typings/globals/underscore/index.d.ts:4863
Method
isObject
* Wrapped type `object`. * @see _.isObject
source/typings/globals/underscore/index.d.ts:5823
Method
isPathAbsolute
* Is a given file path absolute?
source/typings/globals/grunt/index.d.ts:513
Method
isPathCwd
* Is a given file path the current working directory (CWD)?
source/typings/globals/grunt/index.d.ts:528
Method
isPaused
()
source/typings/globals/node/index.d.ts:288
Method
isRegExp
* Returns true if object is a RegExp. * @param object Check if this object is a RegExp. * @return True if `object` is a RegExp, otherwise fals
source/typings/globals/underscore/index.d.ts:3911
Method
isRegExp
* Wrapped type `object`. * @see _.isRegExp
source/typings/globals/underscore/index.d.ts:4917
Method
isRegExp
* Wrapped type `object`. * @see _.isRegExp
source/typings/globals/underscore/index.d.ts:5877
Method
isSocket
()
source/typings/globals/node/index.d.ts:2226
Method
isString
* Returns true if object is a String. * @param object Check if this object is a String. * @return True if `object` is a String, otherwise fals
source/typings/globals/underscore/index.d.ts:3876
Method
isString
* Wrapped type `object`. * @see _.isString
source/typings/globals/underscore/index.d.ts:4887
Method
isString
* Wrapped type `object`. * @see _.isString
source/typings/globals/underscore/index.d.ts:5847
Method
isSymbol
* Returns true if object is a Symbol. * @param object Check if this object is a Symbol. * @return True if `object` is a Symbol, otherwise fa
source/typings/globals/underscore/index.d.ts:3840
Method
isSymbol
* Wrapped type `object`. * @see _.isSymbol
source/typings/globals/underscore/index.d.ts:4857
Method
isSymbol
* Wrapped type `object`. * @see _.isSymbol
source/typings/globals/underscore/index.d.ts:5817
Method
isSymbolicLink
()
source/typings/globals/node/index.d.ts:2224
Function
isTimeSpan
(timespan)
source/lib/queryMetrics/timeSpan.js:241
Method
isUndefined
* Returns true if value is undefined. * @param object Check if this object is undefined. * @return True if `object` is undefined, otherwise fa
source/typings/globals/underscore/index.d.ts:3934
Method
isUndefined
* Wrapped type `object`. * @see _.isUndefined
source/typings/globals/underscore/index.d.ts:4935
Method
isUndefined
* Wrapped type `object`. * @see _.isUndefined
source/typings/globals/underscore/index.d.ts:5895
Method
iteratee
* A mostly-internal function to generate callbacks that can be applied to each element * in a collection, returning the desired result -- either i
source/typings/globals/underscore/index.d.ts:4010
Method
iteratee
* Wrapped type `string|Function|Object`. * @see _.iteratee
source/typings/globals/underscore/index.d.ts:4986
Method
iteratee
* Wrapped type `string|Function|Object`. * @see _.iteratee
source/typings/globals/underscore/index.d.ts:5946
Method
keys
* Retrieve all the names of the object's properties. * @param object Retrieve the key or property names from this object. * @return List of al
source/typings/globals/underscore/index.d.ts:3562
Method
keys
* Wrapped type `object`. * @see _.keys
source/typings/globals/underscore/index.d.ts:4704
Method
keys
* Wrapped type `object`. * @see _.keys
source/typings/globals/underscore/index.d.ts:5664
Method
kill
* Shut down the child and don't let it restart.
source/typings/globals/grunt/index.d.ts:1237
Method
kill
(pid: number, signal?: string | number)
source/typings/globals/node/index.d.ts:405
Method
kill
(signal?: string)
source/typings/globals/node/index.d.ts:1604
Method
kindOf
* Return the "kind" of a value. Like typeof but returns the internal [Class](Class/) value. * Possible results are "number", "string", "b
source/typings/globals/grunt/index.d.ts:1078
Method
last
* Returns the last element of an array. Passing n will return the last n elements of the array. * @param array Retrieves the last element of this
source/typings/globals/underscore/index.d.ts:802
Method
last
* Wrapped type `any[]`. * @see _.last
source/typings/globals/underscore/index.d.ts:4435
Method
last
* Wrapped type `any[]`. * @see _.last
source/typings/globals/underscore/index.d.ts:5395
Method
lastIndexOf
* Returns the index of the last occurrence of value in the array, or -1 if value is not present. Uses the * native lastIndexOf function if possibl
source/typings/globals/underscore/index.d.ts:1015
Method
lastIndexOf
* Wrapped type `any[]`. * @see _.lastIndexOf
source/typings/globals/underscore/index.d.ts:4561
Method
lastIndexOf
* Wrapped type `any[]`. * @see _.lastIndexOf
source/typings/globals/underscore/index.d.ts:5521
Method
lastIndexOf
(value: string | number | Buffer, byteOffset?: number, encoding?: string)
source/typings/globals/node/index.d.ts:551
Method
listbreakpoints
(cb: RequestHandler)
source/typings/globals/node/index.d.ts:4200
Method
listeners
* Returns an array of listeners for the specified event. * This array can be manipulated, e.g. to remove listeners.
source/typings/globals/grunt/index.d.ts:255
Method
listenersAny
* Returns an array of listeners that are listening for any event that is specified. * This array can be manipulated, e.g. to remove liste
source/typings/globals/grunt/index.d.ts:261
Method
loadTasks
* Load task-related files from the specified directory, relative to the Gruntfile. * This method can be used to load task-related files from
source/typings/globals/grunt/index.d.ts:1267
Function
logBuilder
(namespace)
source/lib/log.js:33
Method
many
* Adds a listener that will execute n times for the event before being removed. * The listener is invoked only the first time the event i
source/typings/globals/grunt/index.d.ts:228
Method
map
* Produces a new array of values by mapping each value in list through a transformation function * (iterator). If the native map method exists, it
source/typings/globals/underscore/index.d.ts:148
Method
map
* Wrapped type `any[]`. * @see _.map
source/typings/globals/underscore/index.d.ts:4119
Method
mapObject
* Like map, but for objects. Transform the value of each property in turn. * @param object The object to transform * @param iteratee The fun
source/typings/globals/underscore/index.d.ts:3592
Method
mapObject
(fn: _.ListIterator<T, any>)
source/typings/globals/underscore/index.d.ts:6080
Method
match
* Match one or more globbing patterns against one or more file paths. * Returns a uniqued array of all file paths that match any of the s
source/typings/globals/grunt/index.d.ts:460
Method
matcher
* Returns a predicate function that will tell you if a passed in object contains all of the key/value properties present in attrs. * @see _.matche
source/typings/globals/underscore/index.d.ts:3774
Method
matcher
* Wrapped type `any[]`. * @see _.matcher
source/typings/globals/underscore/index.d.ts:4809
Method
matcher
* Wrapped type `any[]`. * @see _.matcher
source/typings/globals/underscore/index.d.ts:5769
Method
matches
* Returns a predicate function that will tell you if a passed in object contains all of the key/value properties present in attrs. * @param attrs
source/typings/globals/underscore/index.d.ts:3766
Method
matches
* Wrapped type `any[]`. * @see _.matches
source/typings/globals/underscore/index.d.ts:4803
Method
matches
* Wrapped type `any[]`. * @see _.matches
source/typings/globals/underscore/index.d.ts:5763
Method
max
* Returns the maximum value in list. * @param list Finds the maximum value in this list. * @return Maximum value in `list`.
source/typings/globals/underscore/index.d.ts:549
Method
max
* Wrapped type `number[]`. * @see _.max
source/typings/globals/underscore/index.d.ts:4280
Method
max
* Wrapped type `number[]`. * @see _.max
source/typings/globals/underscore/index.d.ts:5240
Method
memoize
* Memoizes a given function by caching the computed result. Useful for speeding up slow-running computations. * If passed an optional hashFunction
source/typings/globals/underscore/index.d.ts:3416
Method
memoize
* Wrapped type `Function`. * @see _.memoize
source/typings/globals/underscore/index.d.ts:4623
Method
memoize
* Wrapped type `Function`. * @see _.memoize
source/typings/globals/underscore/index.d.ts:5583
Method
memoryUsage
()
source/typings/globals/node/index.d.ts:411
Method
merge
* Recursively merges properties of the specified configObject into the current project configuration. * You can use this method to append
source/typings/globals/grunt/index.d.ts:192
Method
methods
* @see _functions
source/typings/globals/underscore/index.d.ts:3636
Method
methods
* @see _.functions
source/typings/globals/underscore/index.d.ts:4739
Method
methods
* @see _.functions
source/typings/globals/underscore/index.d.ts:5699
Method
min
* Returns the minimum value in list. * @param list Finds the minimum value in this list. * @return Minimum value in `list`.
source/typings/globals/underscore/index.d.ts:582
Method
min
* Wrapped type `number[]`. * @see _.min
source/typings/globals/underscore/index.d.ts:4298
Function
minusOneDefaultTtlStep1
(client, collection, createdDocument1, createdDocument2, createdDocument3, callback)
source/test/test.js:3364
Method
mirrorObject
(obj: any, depth: number, cb: ResponseBodyHandler)
source/typings/globals/node/index.d.ts:4197
Function
miscCasesStep1
(client, collection, createdDocument, documentDefinition, callback)
source/test/test.js:3505
Function
miscCasesStep2
(client, collection, documentDefinition, callback)
source/test/test.js:3492
Function
miscCasesStep3
(client, collection, upsertedDocument, documentDefinition, callback)
source/test/test.js:3466
Function
miscCasesStep4
(client, collection, createdDocument, documentDefinition, callback)
source/test/test.js:3459
Method
mixin
* Allows you to extend Underscore with your own utility functions. Pass a hash of * {name: function} definitions to have your functions added to t
source/typings/globals/underscore/index.d.ts:4000
Method
mixin
* Wrapped type `object`. * @see _.mixin
source/typings/globals/underscore/index.d.ts:4980
Method
mixin
* Wrapped type `object`. * @see _.mixin
source/typings/globals/underscore/index.d.ts:5940
Method
mkdir
* Works like mkdir -p. Create a directory along with any intermediate directories. * If mode isn't specified, it defaults to 0777 & (~pro
source/typings/globals/grunt/index.d.ts:414
Function
mockCreateRequestObjectForDefaultRetryStub
(connectionPolicy, requestOptions, callback)
source/test/test.js:3631
Function
mockCreateRequestObjectForSystemErrorsStub
(connectionPolicy, requestOptions, callback)
source/test/test.js:3646
Function
mockCreateRequestObjectStub
(connectionPolicy, requestOptions, callback)
source/test/test.js:3625
Function
mockGetDatabaseAccount
(options, callback)
source/test/test.js:3618
Function
mockGetDatbaseAccountForSystemErrors
(options, callback)
source/test/test.js:3641
Method
negate
* Returns a negated version of the pass-in predicate. * @param (...args: any[]) => boolean predicate * @return (...args: any[]) => boolean
source/typings/globals/underscore/index.d.ts:3543
Method
negate
* Wrapped type `Function`. * @see _.negate
source/typings/globals/underscore/index.d.ts:4688
Method
negate
* Wrapped type `Function`. * @see _.negate
source/typings/globals/underscore/index.d.ts:5648
Method
next
(value?: any)
source/typings/globals/node/index.d.ts:36
Function
nextItemVerifier
(err, item)
source/test/aggregateQueryTests.js:257
Function
nextItemVerifier
(err, item)
source/test/splitTests.js:268
Function
nextItemVerifier
(err, item)
source/test/crossPartitionTests.js:249
Method
noConflict
* Give control of the "_" variable back to its previous owner. * Returns a reference to the Underscore object. * @return Underscore object ref
source/typings/globals/underscore/index.d.ts:3945
Method
noop
* Returns undefined irrespective of the arguments passed to it. Useful as the default * for optional callback arguments. * Note there is no w
source/typings/globals/underscore/index.d.ts:3968
Method
noop
* Wrapped type `any`. * @see _.noop
source/typings/globals/underscore/index.d.ts:4957
Method
noop
* Wrapped type `any`. * @see _.noop
source/typings/globals/underscore/index.d.ts:5917
Method
normalizeMultiTaskFiles
* Normalizes a task target configuration object into an array of src-dest file mappings. * This method is used internally by the multi ta
source/typings/globals/grunt/index.d.ts:832
Method
normalizelf
* Given a string, return a new string with all the linefeeds normalized for the current operating system. * (\r\n on Windows, \n otherwis
source/typings/globals/grunt/index.d.ts:1100
Method
now
* Returns an integer timestamp for the current time, using the fastest method available in the runtime. Useful for implementing timing/animation funct
source/typings/globals/underscore/index.d.ts:4071
← previous
next →
701–800 of 1,146, ranked by callers