Class SpaceUsage
Information about a user's space usage and quota.
Inheritance
System.Object
SpaceUsage
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Users
Assembly: Dropbox.Api.dll
Syntax
public class SpaceUsage
Constructors
| Improve this Doc View SourceSpaceUsage(UInt64, SpaceAllocation)
Initializes a new instance of the SpaceUsage class.
Declaration
public SpaceUsage(ulong used, SpaceAllocation allocation)
Parameters
Type | Name | Description |
---|---|---|
System.UInt64 | used | The user's total space usage (bytes). |
SpaceAllocation | allocation | The user's space allocation. |
Properties
| Improve this Doc 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 |
---|---|
System.UInt64 |