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 SourceIndividualSpaceAllocation(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 SourceAllocated
The total space allocated to the user's account (bytes).
Declaration
public ulong Allocated { get; protected set; }
Property Value
Type | Description |
---|---|
System.UInt64 |