Class InsufficientQuotaAmounts
The insufficient quota amounts object
Inheritance
System.Object
InsufficientQuotaAmounts
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.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class InsufficientQuotaAmounts
Constructors
| Improve this Doc View SourceInsufficientQuotaAmounts(UInt64, UInt64, UInt64)
Initializes a new instance of the InsufficientQuotaAmounts class.
Declaration
public InsufficientQuotaAmounts(ulong spaceNeeded, ulong spaceShortage, ulong spaceLeft)
Parameters
Type | Name | Description |
---|---|---|
System.UInt64 | spaceNeeded | The amount of space needed to add the item (the size of the item). |
System.UInt64 | spaceShortage | The amount of extra space needed to add the item. |
System.UInt64 | spaceLeft | The amount of space left in the user's Dropbox, less than space_needed. |
Properties
| Improve this Doc View SourceSpaceLeft
The amount of space left in the user's Dropbox, less than space_needed.
Declaration
public ulong SpaceLeft { get; protected set; }
Property Value
Type | Description |
---|---|
System.UInt64 |
SpaceNeeded
The amount of space needed to add the item (the size of the item).
Declaration
public ulong SpaceNeeded { get; protected set; }
Property Value
Type | Description |
---|---|
System.UInt64 |
SpaceShortage
The amount of extra space needed to add the item.
Declaration
public ulong SpaceShortage { get; protected set; }
Property Value
Type | Description |
---|---|
System.UInt64 |