Skip to main content

InfoDataSource

Defined in: src/dapi.ts:434

Constructors

Constructor

new InfoDataSource(dart): InfoDataSource

Defined in: src/dapi.ts:437

Parameters

ParameterType
dartany

Returns

InfoDataSource

Constructs

InfoDataSource

Properties

PropertyTypeDefined in
dartanysrc/dapi.ts:435

Methods

getStorageStats()

getStorageStats(): Promise<{[key: string]: any; }>

Defined in: src/dapi.ts:442

Returns the latest storage usage snapshot, refreshed hourly on the server.

Returns

Promise<{[key: string]: any; }>