Show / Hide Table of Contents

Class IndividualSpaceAllocation

The individual space allocation object

Inheritance
System.Object
IndividualSpaceAllocation
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 IndividualSpaceAllocation

Constructors

| Improve this Doc View Source

IndividualSpaceAllocation(UInt64)

Initializes a new instance of the IndividualSpaceAllocation class.

Declaration
public IndividualSpaceAllocation(ulong allocated)
Parameters
Type Name Description
System.UInt64 allocated

The total space allocated to the user's account (bytes).

Properties

| Improve this Doc View Source

Allocated

The total space allocated to the user's account (bytes).

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