Click or drag to resize

CEVOOBJMETASetSourceChecksum Method

Set the source file checksum on an existing EVOOBJMETA object.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2026.1.0.24
Syntax
public void SetSourceChecksum(
	string checksum
)

public void SetSourceChecksum(
	string checksum
)

Parameters

checksum
Type: SystemString
SHA-256 checksum hex string of the source file
Remarks
Updates the source_checksum field in place without affecting any other fields (object id, version id, workspace id, path, etc.). Intended for cache-update workflows where only the local-file checksum needs to be written back after a successful translation or publish, avoiding a full JSON round-trip.
See Also