CloudPathType

Resumen

The enumeration of path types for the cloud.

Debate

The path style for cloud storage for use with AIO class methods is described.

Propiedades

PropiedadExplicaciónTipo de datos
VSI
(Sólo lectura)

The cloud path type is VSI. VSI paths are GDAL preferred URIs for file system agnostic file operations. See GDAL Virtual File Systems on the GDAL site for more information.

Object
ACS
(Sólo lectura)

The cloud path type is ACS. ACS connection files store connection information in binary-persisted encrypted format. See the Create Cloud Storage Connection File tool for more information.

Object
HTTP
(Sólo lectura)

The cloud path type is HTTP. The cloud provider URL for a resource sometimes contains connection information, such as Microsoft Azure SAS.

Object
CLOUDSTORES
(Sólo lectura)

The cloud path type is CLOUDSTORES. This includes cloud provider-specific URI schema prefixes such as s3:// and abfs://.

Object