Bluestep JS Documentation
    Preparing search index...

    Interface AiUsageReportingOptions

    Scope filters for B.ai.usageReporting(). All optional — omit unitId/flag to target the tenant-wide default; schemaName overrides the tenant schema (restricted).

    interface AiUsageReportingOptions {
        flag?: string;
        schemaName?: string;
        unitId?: string;
    }
    Index
    flag?: string

    Custom tracking flag to scope the report to. Omit (with unitId) for the tenant-wide default.

    schemaName?: string

    Tenant schema to report on (e.g. U137803), overriding the operating context's. Restricted — passing it requires the script to run with a fixed id. Omit/leave blank to use the operating context's schema.

    unitId?: string

    Operating Unit seqnum to scope the report to. Omit (with flag) for the tenant-wide default.