list_keys {DominoDataR} | R Documentation |
List the keys starting with prefix in an object store
Description
List the keys starting with prefix in an object store
Usage
list_keys(client, datasource, prefix = "", override = list(), page_size = 50)
Arguments
client |
As returned by |
datasource |
The name of the datasource to query |
prefix |
Prefix to filter keys to list |
override |
Configuration values to override ( |
page_size |
Number of objects to fetch |
Value
A vector or string keys
[Package DominoDataR version 0.2.3 Index]