Class SpaceLimitsStatus
The space limits status object
Inheritance
System.Object
SpaceLimitsStatus
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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SpaceLimitsStatus
Constructors
| Improve this Doc View SourceSpaceLimitsStatus()
Initializes a new instance of the SpaceLimitsStatus class.
Declaration
public SpaceLimitsStatus()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOverQuota
Gets a value indicating whether this instance is OverQuota
Declaration
public bool IsOverQuota { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsWithinQuota
Gets a value indicating whether this instance is WithinQuota
Declaration
public bool IsWithinQuota { get; }
Property Value
Type | Description |
---|---|
System.Boolean |