| h |
Handle connected to an RLS server. |
| lfn_pattern |
LFN pattern to search for. |
| type |
Identifies wildcard characters used in lfn_pattern. Wildcard chars can be Unix file globbing chars (* matches 0 or more characters, ? matches any single character) or SQL "like" wildcard characters (% matches 0 or more charactes, _ matches any single character). |
| offset |
Offset into result list. Used in conjunction with reslimit to retrieve results a few at a time. Use 0 to begin with first result. |
| reslimit |
Maximum number of results to return. Used in conjunction with offset to retrieve results a few at a time. Use 0 to retrieve all results. |
| str2_list |
List of LRCs that map to @lfn_pattern. Each list datum will be a globus_rls_string2_t. s1 will be the LFN, and s2 the LRC it maps to. str2_list should be freed with globus_rls_client_free_list(). |