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