ll.LinksetDataDeleteFound

ll.LinksetDataDeleteFound(search: string, pass: string) : list

Deletes all key value pairs in the linkset data where the key matches the regular expression in search. Returns a list consisting of [ #deleted, #not deleted ].

Example

ll.LinksetDataDeleteFound('test', 'test')
{
  "def": "func",
  "desc": "Deletes all key value pairs in the linkset data where the key matches the regular expression in search. Returns a list consisting of [ #deleted, #not deleted ].",
  "energy": 10,
  "sleep": 0,
  "pure": false,
  "link": "https://wiki.secondlife.com/wiki/LlLinksetDataDeleteFound",
  "name": "LinksetDataDeleteFound",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "list"
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "search",
          "desc": "A regex search string to match against keys in the datastore.",
          "type": [
            "string"
          ],
          "variadic": false,
          "optional": false
        },
        {
          "def": "arg",
          "name": "pass",
          "desc": "The pass phrase used to protect key value pairs in the linkset data",
          "type": [
            "string"
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll