Appearance
HVC File Push Api — Data
- Project:
hvc-filePushApi
Recording filename convention
Files are matched by the presence of __ — the pattern is env__eventId__tenantId__...:
| Segment | Meaning |
|---|---|
env | Environment (e.g. dev, prod) |
eventId | The ScheduledEvents id |
tenantId | The tenant id |
hvc-services parses the same convention when it downloads the files, so the pattern is load-bearing — do not change it without updating both services.
Blob container
- Destination container:
hvc-recordings(configurable viaservices.push.container). - Optionally prefixed with the environment when
prefixContainerNameis set.