 | CEVOOBJMETASetManifestHash Method |
Set the manifest hash on an existing EVOOBJMETA object.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2026.1.0.24
Syntaxpublic void SetManifestHash(
string manifest_hash
)
public void SetManifestHash(
string manifest_hash
)
Public Sub SetManifestHash (
manifest_hash As String
)
Public Sub SetManifestHash (
manifest_hash As String
)
public:
void SetManifestHash(
String^ manifest_hash
)
public:
void SetManifestHash(
String^ manifest_hash
)
member SetManifestHash :
manifest_hash : string -> unit
member SetManifestHash :
manifest_hash : string -> unit
Parameters
- manifest_hash
- Type: SystemString
SHA-256 hash hex string of the JSON manifest
Remarks
Updates the manifest_hash field in place without affecting any other fields.
The manifest hash is the SHA-256 hash of the translated geoscience object's JSON
manifest and is used as the Tier 2 cache key.
See Also