Show / Hide Table of Contents

Class UploadApiRateLimitValue.Limit

The number of upload API calls allowed per month.

Inheritance
System.Object
UploadApiRateLimitValue
UploadApiRateLimitValue.Limit
Inherited Members
UploadApiRateLimitValue.IsUnlimited
UploadApiRateLimitValue.AsUnlimited
UploadApiRateLimitValue.IsLimit
UploadApiRateLimitValue.AsLimit
UploadApiRateLimitValue.IsOther
UploadApiRateLimitValue.AsOther
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 sealed class Limit : UploadApiRateLimitValue

Constructors

| Improve this Doc View Source

Limit(UInt32)

Initializes a new instance of the UploadApiRateLimitValue.Limit class.

Declaration
public Limit(uint value)
Parameters
Type Name Description
System.UInt32 value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public uint Value { get; }
Property Value
Type Description
System.UInt32
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • Limit(UInt32)
  • Properties
    • Value
Back to top Generated by DocFX