Class StorageBucket
Describes the number of users in a specific storage bucket.
Inheritance
System.Object
StorageBucket
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 StorageBucket
Constructors
| Improve this Doc View SourceStorageBucket(String, UInt64)
Initializes a new instance of the StorageBucket class.
Declaration
public StorageBucket(string bucket, ulong users)
Parameters
Type | Name | Description |
---|---|---|
System.String | bucket | The name of the storage bucket. For example, '1G' is a bucket of users with storage size up to 1 Giga. |
System.UInt64 | users | The number of people whose storage is in the range of this storage bucket. |
Properties
| Improve this Doc View SourceBucket
The name of the storage bucket. For example, '1G' is a bucket of users with storage size up to 1 Giga.
Declaration
public string Bucket { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
Users
The number of people whose storage is in the range of this storage bucket.
Declaration
public ulong Users { get; protected set; }
Property Value
Type | Description |
---|---|
System.UInt64 |