Class SpaceUsage
Information about a user's space usage and quota.
Inherited Members
Namespace: Dropbox.Api.Users
Assembly: Dropbox.Api.dll
Syntax
public class SpaceUsage
Constructors
View SourceSpaceUsage(ulong, SpaceAllocation)
Initializes a new instance of the SpaceUsage class.
Declaration
public SpaceUsage(ulong used, SpaceAllocation allocation)
Parameters
| Type | Name | Description |
|---|---|---|
| ulong | used | The user's total space usage (bytes). |
| SpaceAllocation | allocation | The user's space allocation. |
Properties
View SourceAllocation
The user's space allocation.
Declaration
public SpaceAllocation Allocation { get; protected set; }
Property Value
| Type | Description |
|---|---|
| SpaceAllocation |
Used
The user's total space usage (bytes).
Declaration
public ulong Used { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ulong |