Click or drag to resize

CEVOOBJMETAiGetBlobHashCount Method

Return the number of blob hashes stored.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2026.1.0.24
Syntax
public int iGetBlobHashCount()

public int iGetBlobHashCount()

Return Value

Type: Int32
Number of blob hashes
Remarks
Returns the count of blob content hashes stored in this metadata object. Blob hashes are the content-addressable identifiers for the Parquet data files that comprise the geoscience object.
See Also