# PluginData.usedQuota
The total amount of data (in bytes) currently used by this plugin on this node

{/* Do not edit this file. It is automatically generated by API Documenter. */}

## PluginData.usedQuota property

The total amount of data (in bytes) currently used by this plugin on this node

**Signature:**

```typescript
usedQuota: number;
```

## Example

```ts
const usedBytes = node.data.usedQuota;
```
