Class IndividualSpaceAllocation
The individual space allocation object
Inherited Members
Namespace: Dropbox.Api.Users
Assembly: Dropbox.Api.dll
Syntax
public class IndividualSpaceAllocation
Constructors
View SourceIndividualSpaceAllocation(ulong)
Initializes a new instance of the IndividualSpaceAllocation class.
Declaration
public IndividualSpaceAllocation(ulong allocated)
Parameters
| Type | Name | Description |
|---|---|---|
| ulong | allocated | The total space allocated to the user's account (bytes). |
Properties
View SourceAllocated
The total space allocated to the user's account (bytes).
Declaration
public ulong Allocated { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ulong |