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(ctx, optional) Get disc usage
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
optional | *StorageApiGetDiscUsageOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a StorageApiGetDiscUsageOpts struct
Name | Type | Description | Notes |
---|---|---|---|
StorageName | optional.String | Storage name |
[Back to API list] [Back to Model list] [Back to README]
FileVersions GetFileVersions(ctx, path, optional) Get file versions
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
path | string | File path e.g. '/file.ext' | |
optional | *StorageApiGetFileVersionsOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a StorageApiGetFileVersionsOpts struct
Name | Type | Description | Notes |
---|---|---|---|
StorageName | optional.String | Storage name |
[Back to API list] [Back to Model list] [Back to README]
ObjectExist ObjectExists(ctx, path, optional) Check if file or folder exists
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
path | string | File or folder path e.g. '/file.ext' or '/folder' | |
optional | *StorageApiObjectExistsOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a StorageApiObjectExistsOpts struct
Name | Type | Description | Notes |
---|---|---|---|
StorageName | optional.String | Storage name | |
VersionId | optional.String | File version ID |
[Back to API list] [Back to Model list] [Back to README]
StorageExist StorageExists(ctx, storageName) Check if storage exists
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
storageName | string | Storage name |