Skip to content

HVC File Push Api — Data

  • Project: hvc-filePushApi

Recording filename convention

Files are matched by the presence of __ — the pattern is env__eventId__tenantId__...:

SegmentMeaning
envEnvironment (e.g. dev, prod)
eventIdThe ScheduledEvents id
tenantIdThe 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 via services.push.container).
  • Optionally prefixed with the environment when prefixContainerName is set.

Released under the MIT License.