fingerprint()
Home > @gooddata/sdk-backend-spi > IExecutionResult > fingerprint
IExecutionResult.fingerprint() method
Unique fingerprint of the execution result.
Signature:
fingerprint(): string;
Returns:
string
Remarks
The fingerprint is influenced by both data included in the result and its dimensionality, sorting and totals.
Thus, two results with the same data and same execution definition will have the same fingerprint.