Modifying Documents by Key To modify one or more documents by key, use the UPDATE statement with the USE KEYS hint: Use the FROM keyword to specify the keyspace which contains the documents to be modified. Use the USE KEYS hint to specify a document keys or array of document keys. Use ...
Array of strings Tags. The value can contain only letters, digits, and underscores (_), and must start with a letter. You can enter multiple tags and separate them with commas (,). response_id String Group response ID. This parameter is currently not supported. roma_app_id String ID of...
Array ofLdApiScriptobjects Backend API script. roma_app_name String Name of the integration application to which the backend API belongs. Table 6LdApiParameter Parameter Type Description name String Parameter name. If the parameter is located in Headers or Parameters, the value can contain letters...
ie <cfset nodeArray = XmlSearch(newsXML, "/data/system-page[id='1']/dynamic-metadata[name='frontpage']/value") > Since it works, go ahead and update the xmlText of the first node in the results <cfset nodeArray[1] = "whatever you want here"> Then convert the entire document bac...
Or, you can enter special string values: [null] will be treated as a value that has been set to null, and [exclude] will be treated as a value that has been set to exclude. Adding Rows When adding rows, you can either create a new row or add a reference to an existing row. If...
The most important method on this class is HookImportFunctionsByName, which takes the module handle in which the import functions will be hooked, the name of the module being hooked, an array of structures containing the function name being hooked, and the new custom function procedure address....
The method call that we insert is pretty simple, as it doesn't require any parameters and doesn't return any value. In a next iterations of this blog, we'll look at more complex method calls. Reflection via metadata In the long run, we want to avoid hardcoding the method token, so ...
This method takes two int parameters, which are the first (inclusive) and last (exclusive) index of the region (part) of the 1D pixel array (i.e. the array returned by this.getPixels()) to be modified. For example, if the value of first is 50 and the value of last is 55, the ...
This function informs Citus that the github_events table should be distributed on the repo_id column (by hashing the column value). The function also creates shards on the worker nodes using the citus.shard_count and citus.shard_replication_factor configuration values. This example would create ...
Function.apply(thisArg, argumentsArray) calls a function with the specified this value and passes each element of the arguments array as an argument to the function. Example: let name = "Helam"; console.log("Hello my name is: ", name); Will do the same thing as: let name = "Helam...