Interface: BeginsWith
Use this to retrieve only the properties of objects with names beginning with a specified string.
Export
BeginsWith
Properties
$prefix?
optional
$prefix:string
[] Returns only the objects with theirname
attribute beginning with the specified string.
The first element of the array contains the name of the attribute to match (name
). The second element contains the string to match. The array can have only two elements. Only the objects whose name begin with the specified string are returned.
Memberof
BeginsWith