GDAL_OF_DEFAULT_BLOCK_ACCESS

Let GDAL decide if a array-based or hashset-based storage strategy for cached blocks must be used.

GDAL_OF_DEFAULT_BLOCK_ACCESS, GDAL_OF_ARRAY_BLOCK_ACCESS and GDAL_OF_HASHSET_BLOCK_ACCESS are mutually exclusive.

Used by GDALOpenEx(). @since GDAL 2.1

extern (C) extern (System)
enum GDAL_OF_DEFAULT_BLOCK_ACCESS = 0;

Meta