Class UploadApiRateLimitValue
The value for Feature.UploadApiRateLimit.
Inheritance
UploadApiRateLimitValue
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class UploadApiRateLimitValue
Constructors
View SourceUploadApiRateLimitValue()
Initializes a new instance of the UploadApiRateLimitValue class.
Declaration
public UploadApiRateLimitValue()
Properties
View SourceAsLimit
Gets this instance as a Limit, or null.
Declaration
public UploadApiRateLimitValue.Limit AsLimit { get; }
Property Value
| Type | Description |
|---|---|
| UploadApiRateLimitValue.Limit |
AsOther
Gets this instance as a Other, or null.
Declaration
public UploadApiRateLimitValue.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| UploadApiRateLimitValue.Other |
AsUnlimited
Gets this instance as a Unlimited, or null.
Declaration
public UploadApiRateLimitValue.Unlimited AsUnlimited { get; }
Property Value
| Type | Description |
|---|---|
| UploadApiRateLimitValue.Unlimited |
IsLimit
Gets a value indicating whether this instance is Limit
Declaration
public bool IsLimit { 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 |
IsUnlimited
Gets a value indicating whether this instance is Unlimited
Declaration
public bool IsUnlimited { get; }
Property Value
| Type | Description |
|---|---|
| bool |