Get disc usage
Contents
[
Hide
]
**Excel API : GetDiscUsage **
Interface Details
Endpoint
GET http://api.aspose.cloud/v4.0/cells/storage/disc
Function Description
The request parameters of getDiscUsage API are:
Parameter Name | Type | Path/Query String/HTTPBody | Description |
---|---|---|---|
storageName | String | Query |
Response Description
{
"Name": "DiscUsage",
"Description": [
"Class for disc space information."
],
"Type": "Class",
"IsAbstract": false,
"Properties": [
{
"Name": "UsedSize",
"Description": [
"Application used disc space."
],
"Nullable": true,
"ReadOnly": false,
"IsInherit": false,
"DataType": {
"Identifier": "Long",
"Name": "long"
}
},
{
"Name": "TotalSize",
"Description": [
"Total disc space."
],
"Nullable": true,
"ReadOnly": false,
"IsInherit": false,
"DataType": {
"Identifier": "Long",
"Name": "long"
}
}
]
}
OpenAPI Specification
The OpenAPI Specification defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
Excel API SDK
Using an SDK is the best way to speed up the development. An SDK takes care of low-level details and lets you focus on your project tasks. Please check out the GitHub repository for a complete list of Aspose.Cells Cloud SDKs.
The following code examples demonstrate how to make calls to Aspose.Cells web services using various SDKs: