GetKeyValueKeysRequest
Props
applicationId
applicationId: number
The application ID
applicationName
Optional
applicationName: string
| undefined
The application name
count
Optional
count: number
| undefined
Number of items to show per page with a maximum value of 50. Default value is 10
key
Optional
key: string
| undefined
Namespace that keys should contain, up to 200 characters
offset
Optional
offset: number
| undefined
Number of items to skip (e.g. if you set count = 20 and offset = 0 the first time, the next time, offset has to be equal to 20 to skip the items shown earlier). Default value is 0