 | 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
Syntaxpublic int iGetBlobHashCount()
public int iGetBlobHashCount()
Public Function iGetBlobHashCount As Integer
Public Function iGetBlobHashCount As Integer
public:
int iGetBlobHashCount()
public:
int iGetBlobHashCount()
member iGetBlobHashCount : unit -> int
member iGetBlobHashCount : unit -> int
Return Value
Type:
Int32Number 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