Skip to content
This repository has been archived by the owner on Sep 27, 2020. It is now read-only.

Latest commit

 

History

History
36 lines (27 loc) · 2.4 KB

dotnetbox.spaceusage.rst

File metadata and controls

36 lines (27 loc) · 2.4 KB
orphan

SpaceUsage Class

Information on a user's space usage.

Constructors

Name Description
SpaceUsage(long, SpaceAllocation) </methods/dotnetbox.spaceusage.ctor(long,spaceallocation)> Creates a new instance of the SpaceUsage class.

Properties

Name Type Description
Allocation DotNetBox.SpaceAllocation </classes/dotnetbox.spaceallocation> Space allocated.
Used System.Int Space used, in bytes.

Methods

Name Description
SpaceUsage.FromJson(JObject) </methods/dotnetbox.spaceusage.fromjson(jobject)> Creates a new instance of the SpaceUsage class using a JSON object.
SpaceUsage.ToString() </methods/dotnetbox.spaceusage.tostring()> Returns a string containing all of the class' properties.