Storage Exists

Excel API : Storage Exists

GET http://api.aspose.cloud/v4.0/cells/storage/{storageName}/exist

Function Description

The storageExists API checks whether a specified storage exists in the Aspose.Cells cloud service. This functionality is critical for ensuring that all operations dependent on storage can proceed without errors.

The request parameters of storageExists API are

Parameter Name Type Path/Query String/HTTPBody Description
storageName String Path The name of the storage to check for existence.

Response Description

{
  "Name": "StorageExist",
  "Description": [
    "Indicates whether the specified storage exists."
  ],
  "Type": "Class",
  "IsAbstract": false,
  "Properties": [
    {
      "Name": "Exists",
      "Description": [
        "Indicates if the storage exists.",
        "This property returns true if the storage is present; otherwise, it returns false."
      ],
      "Nullable": true,
      "ReadOnly": false,
      "IsInherit": false,
      "DataType": {
        "Identifier": "Boolean",
        "Name": "boolean"
      }
    }
  ]
}

OpenAPI Specification

The OpenAPI Specification defines a publicly accessible programming interface, allowing developers to seamlessly interact with the REST API directly from a web browser.

Excel API SDK

Utilizing an SDK is the most efficient approach to accelerate development. An SDK abstracts low-level implementation details, enabling developers to concentrate on their project tasks. For a comprehensive list of available Aspose.Cells Cloud SDKs, please visit the GitHub repository.

The following code examples demonstrate how to make API calls to Aspose.Cells web services using various SDKs: