@archastro/sdk
    Preparing search index...

    Interface CustomObjectSaveResponse

    Acknowledges that the current custom-object document reached durable storage.

    interface CustomObjectSaveResponse {
        version: number;
    }
    Index

    Properties

    Properties

    version: number

    Durable optimistic-concurrency version after the save.