Show / Hide Table of Contents

Class RateLimitReason

The rate limit reason object

Inheritance
System.Object
RateLimitReason
RateLimitReason.Other
RateLimitReason.TooManyRequests
RateLimitReason.TooManyWriteOperations
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.Auth
Assembly: Dropbox.Api.dll
Syntax
public class RateLimitReason

Constructors

| Improve this Doc View Source

RateLimitReason()

Initializes a new instance of the RateLimitReason class.

Declaration
public RateLimitReason()

Properties

| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsTooManyRequests

Gets this instance as a TooManyRequests, or null.

Declaration
public RateLimitReason.TooManyRequests AsTooManyRequests { get; }
Property Value
Type Description
RateLimitReason.TooManyRequests
| Improve this Doc View Source

AsTooManyWriteOperations

Gets this instance as a TooManyWriteOperations, or null.

Declaration
public RateLimitReason.TooManyWriteOperations AsTooManyWriteOperations { get; }
Property Value
Type Description
RateLimitReason.TooManyWriteOperations
| 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

IsTooManyRequests

Gets a value indicating whether this instance is TooManyRequests

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

IsTooManyWriteOperations

Gets a value indicating whether this instance is TooManyWriteOperations

Declaration
public bool IsTooManyWriteOperations { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RateLimitReason()
  • Properties
    • AsOther
    • AsTooManyRequests
    • AsTooManyWriteOperations
    • IsOther
    • IsTooManyRequests
    • IsTooManyWriteOperations
Back to top Generated by DocFX