Show / Hide Table of Contents

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 Source

SpaceUsage(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 Source

Allocation

The user's space allocation.

Declaration
public SpaceAllocation Allocation { get; protected set; }
Property Value
Type Description
SpaceAllocation
| Improve this Doc View Source

Used

The user's total space usage (bytes).

Declaration
public ulong Used { get; protected set; }
Property Value
Type Description
System.UInt64
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SpaceUsage(UInt64, SpaceAllocation)
  • Properties
    • Allocation
    • Used
Back to top Generated by DocFX