Dropbox .NET SDK
Show / Hide Table of Contents

Class UploadApiRateLimitValue

The value for Feature.UploadApiRateLimit.

Inheritance
object
UploadApiRateLimitValue
UploadApiRateLimitValue.Limit
UploadApiRateLimitValue.Other
UploadApiRateLimitValue.Unlimited
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class UploadApiRateLimitValue

Constructors

View Source

UploadApiRateLimitValue()

Initializes a new instance of the UploadApiRateLimitValue class.

Declaration
public UploadApiRateLimitValue()

Properties

View Source

AsLimit

Gets this instance as a Limit, or null.

Declaration
public UploadApiRateLimitValue.Limit AsLimit { get; }
Property Value
Type Description
UploadApiRateLimitValue.Limit
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public UploadApiRateLimitValue.Other AsOther { get; }
Property Value
Type Description
UploadApiRateLimitValue.Other
View Source

AsUnlimited

Gets this instance as a Unlimited, or null.

Declaration
public UploadApiRateLimitValue.Unlimited AsUnlimited { get; }
Property Value
Type Description
UploadApiRateLimitValue.Unlimited
View Source

IsLimit

Gets a value indicating whether this instance is Limit

Declaration
public bool IsLimit { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsUnlimited

Gets a value indicating whether this instance is Unlimited

Declaration
public bool IsUnlimited { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK