Skip to content

Overview

Entities that exist within the system are stored in comma separated format, inside storage account.

If configured, those files can be stored in storage account of your choosing, by default they will be stored in BKB Cloud Azure tenant.

You can use these files, but only as READ-ONLY, any external changes to these files can cause runtime errors and will have to be reverted to the version generated by the application.

Data types and their formats

Bool

Boolean flag with TRUE/FALSE as possible values

DateTime

Date and time information, often used as TimeStamp when the event occurred.

Format: yyyy-MM-ddTHH:mm:ssZ

Example: 2024-03-26T14:55:29Z

Example of null / not set date time: 0001-01-01T00:00:00Z

Decimal

Number with decimal place, example: 151.96

Json

Object serialized to JSON string with key-value pairs

Example: {"environment":"test","cost-center":"main"}

Integer

Number without decimal place

String

Any textual value

GUID

Identification GUID that can be seen in SubscriptionIDs, Tenant ID, auto-generated identifiers

Example: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx