Fires2REST - v0.3.0
    Preparing search index...

    Interface Precondition

    A precondition for a write operation

    interface Precondition {
        exists?: boolean;
        updateTime?: string;
    }
    Index

    Properties

    Properties

    exists?: boolean

    Document must exist

    updateTime?: string

    Document must have been last updated at this time