Quota - Schwenkner/SugarSyncNet GitHub Wiki

The Quota class is a container for Information about used resources. It provides the following properties:

public long Limit { get; set; }
public long Usage { get; set; }