The Candid Startup
    Preparing search index...

    Metadata stored in an EventLog entry

    interface LogMetadata {
        history?: string;
        pending?: string;
        snapshot?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    history?: string

    Stores a reference to an external history of the event log up to and including the previous entry

    pending?: string

    Indicates that a background workflow is pending

    snapshot?: string

    Stores a reference to a snapshot of the complete log up to and including this entry