MCPcopy Create free account

hub / github.com/Azure/azure-cosmosdb-node / functions

Functions1,146 in github.com/Azure/azure-cosmosdb-node

MethodisNumber
* 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
MethodisNumber
* Wrapped type `object`. * @see _.isNumber
source/typings/globals/underscore/index.d.ts:4893
MethodisNumber
* Wrapped type `object`. * @see _.isNumber
source/typings/globals/underscore/index.d.ts:5853
MethodisObject
* 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
MethodisObject
* Wrapped type `object`. * @see _.isObject
source/typings/globals/underscore/index.d.ts:4863
MethodisObject
* Wrapped type `object`. * @see _.isObject
source/typings/globals/underscore/index.d.ts:5823
MethodisPathAbsolute
* Is a given file path absolute?
source/typings/globals/grunt/index.d.ts:513
MethodisPathCwd
* Is a given file path the current working directory (CWD)?
source/typings/globals/grunt/index.d.ts:528
MethodisPaused
()
source/typings/globals/node/index.d.ts:288
MethodisRegExp
* 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
MethodisRegExp
* Wrapped type `object`. * @see _.isRegExp
source/typings/globals/underscore/index.d.ts:4917
MethodisRegExp
* Wrapped type `object`. * @see _.isRegExp
source/typings/globals/underscore/index.d.ts:5877
MethodisSocket
()
source/typings/globals/node/index.d.ts:2226
MethodisString
* 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
MethodisString
* Wrapped type `object`. * @see _.isString
source/typings/globals/underscore/index.d.ts:4887
MethodisString
* Wrapped type `object`. * @see _.isString
source/typings/globals/underscore/index.d.ts:5847
MethodisSymbol
* 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
MethodisSymbol
* Wrapped type `object`. * @see _.isSymbol
source/typings/globals/underscore/index.d.ts:4857
MethodisSymbol
* Wrapped type `object`. * @see _.isSymbol
source/typings/globals/underscore/index.d.ts:5817
MethodisSymbolicLink
()
source/typings/globals/node/index.d.ts:2224
FunctionisTimeSpan
(timespan)
source/lib/queryMetrics/timeSpan.js:241
MethodisUndefined
* 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
MethodisUndefined
* Wrapped type `object`. * @see _.isUndefined
source/typings/globals/underscore/index.d.ts:4935
MethodisUndefined
* Wrapped type `object`. * @see _.isUndefined
source/typings/globals/underscore/index.d.ts:5895
Methoditeratee
* 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
Methoditeratee
* Wrapped type `string|Function|Object`. * @see _.iteratee
source/typings/globals/underscore/index.d.ts:4986
Methoditeratee
* Wrapped type `string|Function|Object`. * @see _.iteratee
source/typings/globals/underscore/index.d.ts:5946
Methodkeys
* 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
Methodkeys
* Wrapped type `object`. * @see _.keys
source/typings/globals/underscore/index.d.ts:4704
Methodkeys
* Wrapped type `object`. * @see _.keys
source/typings/globals/underscore/index.d.ts:5664
Methodkill
* Shut down the child and don't let it restart.
source/typings/globals/grunt/index.d.ts:1237
Methodkill
(pid: number, signal?: string | number)
source/typings/globals/node/index.d.ts:405
Methodkill
(signal?: string)
source/typings/globals/node/index.d.ts:1604
MethodkindOf
* 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
Methodlast
* 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
Methodlast
* Wrapped type `any[]`. * @see _.last
source/typings/globals/underscore/index.d.ts:4435
Methodlast
* Wrapped type `any[]`. * @see _.last
source/typings/globals/underscore/index.d.ts:5395
MethodlastIndexOf
* 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
MethodlastIndexOf
* Wrapped type `any[]`. * @see _.lastIndexOf
source/typings/globals/underscore/index.d.ts:4561
MethodlastIndexOf
* Wrapped type `any[]`. * @see _.lastIndexOf
source/typings/globals/underscore/index.d.ts:5521
MethodlastIndexOf
(value: string | number | Buffer, byteOffset?: number, encoding?: string)
source/typings/globals/node/index.d.ts:551
Methodlistbreakpoints
(cb: RequestHandler)
source/typings/globals/node/index.d.ts:4200
Methodlisteners
* 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
MethodlistenersAny
* 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
MethodloadTasks
* 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
FunctionlogBuilder
(namespace)
source/lib/log.js:33
Methodmany
* 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
Methodmap
* 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
Methodmap
* Wrapped type `any[]`. * @see _.map
source/typings/globals/underscore/index.d.ts:4119
MethodmapObject
* 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
MethodmapObject
(fn: _.ListIterator<T, any>)
source/typings/globals/underscore/index.d.ts:6080
Methodmatch
* 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
Methodmatcher
* 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
Methodmatcher
* Wrapped type `any[]`. * @see _.matcher
source/typings/globals/underscore/index.d.ts:4809
Methodmatcher
* Wrapped type `any[]`. * @see _.matcher
source/typings/globals/underscore/index.d.ts:5769
Methodmatches
* 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
Methodmatches
* Wrapped type `any[]`. * @see _.matches
source/typings/globals/underscore/index.d.ts:4803
Methodmatches
* Wrapped type `any[]`. * @see _.matches
source/typings/globals/underscore/index.d.ts:5763
Methodmax
* 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
Methodmax
* Wrapped type `number[]`. * @see _.max
source/typings/globals/underscore/index.d.ts:4280
Methodmax
* Wrapped type `number[]`. * @see _.max
source/typings/globals/underscore/index.d.ts:5240
Methodmemoize
* 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
Methodmemoize
* Wrapped type `Function`. * @see _.memoize
source/typings/globals/underscore/index.d.ts:4623
Methodmemoize
* Wrapped type `Function`. * @see _.memoize
source/typings/globals/underscore/index.d.ts:5583
MethodmemoryUsage
()
source/typings/globals/node/index.d.ts:411
Methodmerge
* 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
Methodmethods
* @see _functions
source/typings/globals/underscore/index.d.ts:3636
Methodmethods
* @see _.functions
source/typings/globals/underscore/index.d.ts:4739
Methodmethods
* @see _.functions
source/typings/globals/underscore/index.d.ts:5699
Methodmin
* 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
Methodmin
* Wrapped type `number[]`. * @see _.min
source/typings/globals/underscore/index.d.ts:4298
FunctionminusOneDefaultTtlStep1
(client, collection, createdDocument1, createdDocument2, createdDocument3, callback)
source/test/test.js:3364
MethodmirrorObject
(obj: any, depth: number, cb: ResponseBodyHandler)
source/typings/globals/node/index.d.ts:4197
FunctionmiscCasesStep1
(client, collection, createdDocument, documentDefinition, callback)
source/test/test.js:3505
FunctionmiscCasesStep2
(client, collection, documentDefinition, callback)
source/test/test.js:3492
FunctionmiscCasesStep3
(client, collection, upsertedDocument, documentDefinition, callback)
source/test/test.js:3466
FunctionmiscCasesStep4
(client, collection, createdDocument, documentDefinition, callback)
source/test/test.js:3459
Methodmixin
* 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
Methodmixin
* Wrapped type `object`. * @see _.mixin
source/typings/globals/underscore/index.d.ts:4980
Methodmixin
* Wrapped type `object`. * @see _.mixin
source/typings/globals/underscore/index.d.ts:5940
Methodmkdir
* 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
FunctionmockCreateRequestObjectForDefaultRetryStub
(connectionPolicy, requestOptions, callback)
source/test/test.js:3631
FunctionmockCreateRequestObjectForSystemErrorsStub
(connectionPolicy, requestOptions, callback)
source/test/test.js:3646
FunctionmockCreateRequestObjectStub
(connectionPolicy, requestOptions, callback)
source/test/test.js:3625
FunctionmockGetDatabaseAccount
(options, callback)
source/test/test.js:3618
FunctionmockGetDatbaseAccountForSystemErrors
(options, callback)
source/test/test.js:3641
Methodnegate
* 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
Methodnegate
* Wrapped type `Function`. * @see _.negate
source/typings/globals/underscore/index.d.ts:4688
Methodnegate
* Wrapped type `Function`. * @see _.negate
source/typings/globals/underscore/index.d.ts:5648
Methodnext
(value?: any)
source/typings/globals/node/index.d.ts:36
FunctionnextItemVerifier
(err, item)
source/test/aggregateQueryTests.js:257
FunctionnextItemVerifier
(err, item)
source/test/splitTests.js:268
FunctionnextItemVerifier
(err, item)
source/test/crossPartitionTests.js:249
MethodnoConflict
* 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
Methodnoop
* 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
Methodnoop
* Wrapped type `any`. * @see _.noop
source/typings/globals/underscore/index.d.ts:4957
Methodnoop
* Wrapped type `any`. * @see _.noop
source/typings/globals/underscore/index.d.ts:5917
MethodnormalizeMultiTaskFiles
* 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
Methodnormalizelf
* 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
Methodnow
* 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
← previousnext →701–800 of 1,146, ranked by callers