UsageSnapshot
type UsageSnapshot = { last30Days: UsageWindow; storage: { assetCount: number; totalBytes: number; }; tenant: { code: string; id: number; }; today: UsageWindow;};Defined in: packages/sdk/src/index.ts:983
Properties
Section titled “Properties”last30Days
Section titled “last30Days”last30Days: UsageWindow;Defined in: packages/sdk/src/index.ts:987
storage
Section titled “storage”storage: { assetCount: number; totalBytes: number;};Defined in: packages/sdk/src/index.ts:985
assetCount
Section titled “assetCount”assetCount: number;totalBytes
Section titled “totalBytes”totalBytes: number;tenant
Section titled “tenant”tenant: { code: string; id: number;};Defined in: packages/sdk/src/index.ts:984
code: string;id: number;today: UsageWindow;Defined in: packages/sdk/src/index.ts:986