Class SpaceLimitsStatus
The space limits status object
Inheritance
SpaceLimitsStatus
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SpaceLimitsStatus
Constructors
View SourceSpaceLimitsStatus()
Initializes a new instance of the SpaceLimitsStatus class.
Declaration
public SpaceLimitsStatus()
Properties
View SourceAsNearQuota
Gets this instance as a NearQuota, or null.
Declaration
public SpaceLimitsStatus.NearQuota AsNearQuota { get; }
Property Value
| Type | Description |
|---|---|
| SpaceLimitsStatus.NearQuota |
AsOther
Gets this instance as a Other, or null.
Declaration
public SpaceLimitsStatus.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| SpaceLimitsStatus.Other |
AsOverQuota
Gets this instance as a OverQuota, or null.
Declaration
public SpaceLimitsStatus.OverQuota AsOverQuota { get; }
Property Value
| Type | Description |
|---|---|
| SpaceLimitsStatus.OverQuota |
AsWithinQuota
Gets this instance as a WithinQuota, or null.
Declaration
public SpaceLimitsStatus.WithinQuota AsWithinQuota { get; }
Property Value
| Type | Description |
|---|---|
| SpaceLimitsStatus.WithinQuota |
IsNearQuota
Gets a value indicating whether this instance is NearQuota
Declaration
public bool IsNearQuota { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOverQuota
Gets a value indicating whether this instance is OverQuota
Declaration
public bool IsOverQuota { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsWithinQuota
Gets a value indicating whether this instance is WithinQuota
Declaration
public bool IsWithinQuota { get; }
Property Value
| Type | Description |
|---|---|
| bool |