All URIs are relative to https://api.aspose.cloud/v3.0
Method | HTTP request | Description |
---|---|---|
GetDiscUsage | GET /barcode/storage/disc | Get disc usage |
GetFileVersions | GET /barcode/storage/version/{path} | Get file versions |
ObjectExists | GET /barcode/storage/exist/{path} | Check if file or folder exists |
StorageExists | GET /barcode/storage/{storageName}/exist | Check if storage exists |
DiscUsage GetDiscUsage (string storageName = null)
Get disc usage
Name | Type | Description | Notes |
---|---|---|---|
storageName | string | Storage name | [optional] |
- Content-Type: application/json
- Accept: application/json
FileVersions GetFileVersions (string path, string storageName = null)
Get file versions
Name | Type | Description | Notes |
---|---|---|---|
path | string | File path e.g. '/file.ext' | |
storageName | string | Storage name | [optional] |
- Content-Type: application/json
- Accept: application/json
ObjectExist ObjectExists (string path, string storageName = null, string versionId = null)
Check if file or folder exists
Name | Type | Description | Notes |
---|---|---|---|
path | string | File or folder path e.g. '/file.ext' or '/folder' | |
storageName | string | Storage name | [optional] |
versionId | string | File version ID | [optional] |
- Content-Type: application/json
- Accept: application/json
StorageExist StorageExists (string storageName)
Check if storage exists
Name | Type | Description | Notes |
---|---|---|---|
storageName | string | Storage name |
- Content-Type: application/json
- Accept: application/json