Data source usage.

interface Usage {
    dataSourceId?: string;
    dataSourceOrigin: DataSourceOrigin;
    dataSourceType: DataSourceType;
    interval?: string;
    projectId: string;
    quantityOverInterval: number;
    region: Region;
    unit: UsageUnit;
}

Properties

dataSourceId?: string

ID of the data source.

dataSourceOrigin: DataSourceOrigin

Origin of the data source.

dataSourceType: DataSourceType

Type of the data source.

interval?: string

Interval for the data source usage.

projectId: string

ID of the Project the data source belongs to.

quantityOverInterval: number

Data source usage for the given interval.

region: Region

Region of the data source usage.

unit: UsageUnit

Unit of the data source usage.