Skip to main content

ProjectStorageCompareAndSetResult

appliedbooleanrequired

Whether the current revision is still matched and successfully written.

revisionstring

The new row version token after writing when the applied is true.

ProjectStorageCompareAndSetResult
{
"applied": true,
"revision": "string"
}