Show / Hide Table of Contents

Class UploadApiRateLimitValue

The value for Feature.UploadApiRateLimit.

Inheritance
System.Object
UploadApiRateLimitValue
UploadApiRateLimitValue.Limit
UploadApiRateLimitValue.Other
UploadApiRateLimitValue.Unlimited
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class UploadApiRateLimitValue

Constructors

| Improve this Doc View Source

UploadApiRateLimitValue()

Initializes a new instance of the UploadApiRateLimitValue class.

Declaration
public UploadApiRateLimitValue()

Properties

| Improve this Doc View Source

AsLimit

Gets this instance as a Limit, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsUnlimited

Gets this instance as a Unlimited, or null.

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

IsLimit

Gets a value indicating whether this instance is Limit

Declaration
public bool IsLimit { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUnlimited

Gets a value indicating whether this instance is Unlimited

Declaration
public bool IsUnlimited { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UploadApiRateLimitValue()
  • Properties
    • AsLimit
    • AsOther
    • AsUnlimited
    • IsLimit
    • IsOther
    • IsUnlimited
Back to top Generated by DocFX