Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AGCStorageManagement

Hierarchy

  • AGCStorageBaseService
    • AGCStorageManagement

Index

Constructors

constructor

Methods

getProperties

  • getProperties(): any
  • en

    Obtains the storage instance properties.

    zh

    获取存储实例属性

    Returns any

getReferenceFromUrl

  • en

    Creates a reference to a cloud file or directory with a specified file path.

    zh

    创建指定云端地址的文件或目录的引用。

    Parameters

    • url: string

      URL to the file or directory for which a StorageReference instance needs to be created.

    Returns AGCStorageReference

getStorageReference

  • en

    Creates a reference to a file or directory with a specified file path address.

    zh

    创建指定文件路径地址的文件或目录的引用。

    Parameters

    • Default value path: string = "/"

      Address of the file or directory to be referenced. Restrictions: The parameter can contain up to 1024 characters.The parameter must start with https:// or http://.

    Returns AGCStorageReference

setProperties

  • setProperties(properties: any): void
  • en

    Sets the storage instance properties.

    zh

    设置存储实例属性

    Parameters

    • properties: any

    Returns void

Static callStaticMethod

  • callStaticMethod(...args: (number | boolean | string)[]): any
  • Parameters

    • Rest ...args: (number | boolean | string)[]

    Returns any

Generated using TypeDoc